referencing stripe from its repo breaks rubygems install for some reason

This commit is contained in:
Kyle Drake 2015-03-25 20:03:28 +00:00
parent 08faf639b0
commit 3a157b697f
4 changed files with 4 additions and 5 deletions

View file

@ -15,7 +15,7 @@ gem 'mail'
gem 'google-api-client', require: 'google/api_client'
gem 'tilt'
gem 'erubis'
gem 'stripe', source: 'https://code.stripe.com/'
gem 'stripe' #, source: 'https://code.stripe.com/'
gem 'screencap'
gem 'cocaine'
gem 'zipruby'

View file

@ -1,6 +1,5 @@
GEM
remote: https://rubygems.org/
remote: https://code.stripe.com/
specs:
activesupport (4.1.4)
i18n (~> 0.6, >= 0.6.9)
@ -279,7 +278,7 @@ DEPENDENCIES
sinatra
sinatra-flash
sinatra-xsendfile
stripe!
stripe
stripe-ruby-mock (~> 2.0.1)
thread
tilt

View file

@ -13,7 +13,7 @@ class Event < Sequel::Model
many_to_one :actioning_site, key: :actioning_site_id, class: :Site
DEFAULT_GLOBAL_LIMIT = 300
GLOBAL_VIEWS_MINIMUM = 50
GLOBAL_VIEWS_MINIMUM = 5
def self.global_dataset(current_page=1, limit=DEFAULT_GLOBAL_LIMIT)
select_all(:events).

View file

@ -23,7 +23,7 @@ Rainbows! do
worker_processes processor_count
worker_connections 32
timeout 10
timeout 600 # 10 minutes
listen "unix:/var/run/neocities/neocities.sock", :backlog => 2048