Skip to content

Commit 582b7d9

Browse files
committed
big dumb merge wtf
2 parents 43df33e + 05ec967 commit 582b7d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+59
-35
lines changed

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '3.2.22'
88

99
gem 'mysql2'
1010

11-
gem 'unicorn', '1.1.5'
11+
gem 'unicorn'
1212

1313
# Gems used only for assets and not required
1414
# in production environments by default.
@@ -75,7 +75,7 @@ gem 'compass-rails', :git => 'git://github.com/Compass/compass-rails.git'
7575
# GG!
7676
# Don't commit the :path!
7777

78-
gem 'gg', :git => 'git@github.com:dsjoerg/gg.git'
78+
gem 'gg', :git => 'git://github.com/dsjoerg/gg.git', :ref => 'b58ed5e12c2d201b368980e74090987d2050f321'
7979
# gem 'gg', :path => '/Users/mr/dev/ruby/gems/gg'
8080
#gem 'gg', :path => '/Users/david/Dropbox/Programming/gg'
8181

@@ -107,7 +107,7 @@ gem 'gon'
107107
# create our own (it's a simple Nokogiri based scraper..)
108108

109109
# Forked it and added portraits to profile scraping
110-
gem 'bnet_scraper', :git => 'git@github.com:ggtracker/bnet_scraper.git', :ref => 'battlenetify'
110+
gem 'bnet_scraper', :git => 'git://github.com/ggtracker/bnet_scraper.git', :ref => 'battlenetify'
111111
#gem 'bnet_scraper', :path => '/Users/david/Dropbox/Programming/bnet_scraper/'
112112

113113

@@ -144,3 +144,6 @@ gem 'curb'
144144
gem 'activemerchant'
145145

146146
gem 'rack-attack'
147+
gem 'unf_ext', '0.0.6'
148+
149+
gem 'foreman'

Gemfile.lock

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,9 @@ GIT
1616
sass (~> 3.3.0.rc.1)
1717

1818
GIT
19-
remote: git://github.com/thedarkone/rails-dev-boost.git
20-
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
21-
specs:
22-
rails-dev-boost (0.2.1)
23-
listen (>= 0.5)
24-
railties (>= 3.0)
25-
26-
GIT
27-
remote: [email protected]:dsjoerg/gg.git
28-
revision: 2a14f3c91cc5778ed3fa6eb1868e441b7776e6bc
19+
remote: git://github.com/dsjoerg/gg.git
20+
revision: b58ed5e12c2d201b368980e74090987d2050f321
21+
ref: b58ed5e12c2d201b368980e74090987d2050f321
2922
specs:
3023
gg (0.0.1)
3124
activesupport
@@ -34,14 +27,22 @@ GIT
3427
yajl-ruby
3528

3629
GIT
37-
remote: git@github.com:ggtracker/bnet_scraper.git
30+
remote: git://github.com/ggtracker/bnet_scraper.git
3831
revision: 624e28dddbdbafba9fc5a48693ef1aa86ae8ca9f
3932
ref: battlenetify
4033
specs:
4134
bnet_scraper (0.3.1)
4235
faraday
4336
nokogiri
4437

38+
GIT
39+
remote: git://github.com/thedarkone/rails-dev-boost.git
40+
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
41+
specs:
42+
rails-dev-boost (0.2.1)
43+
listen (>= 0.5)
44+
railties (>= 3.0)
45+
4546
GEM
4647
remote: https://rubygems.org/
4748
specs:
@@ -119,7 +120,7 @@ GEM
119120
thread_safe (~> 0.1)
120121
warden (~> 1.2.3)
121122
diff-lcs (1.2.4)
122-
domain_name (0.5.23)
123+
domain_name (0.5.25)
123124
unf (>= 0.0.5, < 1.0.0)
124125
ejs (1.1.1)
125126
erubis (2.7.0)
@@ -135,12 +136,14 @@ GEM
135136
faraday (0.9.0)
136137
multipart-post (>= 1.2, < 3)
137138
ffi (1.9.0)
139+
foreman (0.78.0)
140+
thor (~> 0.19.1)
138141
formtastic (2.2.1)
139142
actionpack (>= 3.0)
140143
gon (4.1.1)
141144
actionpack (>= 2.3.0)
142145
json
143-
hashie (3.2.0)
146+
hashie (3.4.2)
144147
hike (1.2.3)
145148
hirb (0.7.1)
146149
http-cookie (1.0.2)
@@ -156,6 +159,7 @@ GEM
156159
json (1.8.3)
157160
juggernaut (2.1.1)
158161
redis
162+
kgio (2.10.0)
159163
listen (1.1.6)
160164
rb-fsevent (>= 0.9.3)
161165
rb-inotify (>= 0.9)
@@ -212,6 +216,7 @@ GEM
212216
rake (>= 0.8.7)
213217
rdoc (~> 3.4)
214218
thor (>= 0.14.6, < 2.0)
219+
raindrops (0.16.0)
215220
rake (10.4.2)
216221
rb-fsevent (0.9.3)
217222
rb-inotify (0.9.2)
@@ -281,8 +286,9 @@ GEM
281286
unf (0.1.4)
282287
unf_ext
283288
unf_ext (0.0.6)
284-
unicorn (1.1.5)
285-
rack
289+
unicorn (5.1.0)
290+
kgio (~> 2.6)
291+
raindrops (~> 0.7)
286292
uuidtools (2.1.4)
287293
vegas (0.1.11)
288294
rack (>= 1.0.0)
@@ -309,6 +315,7 @@ DEPENDENCIES
309315
ey_config
310316
factory_girl_rails (~> 4.0)
311317
faker
318+
foreman
312319
formtastic
313320
gg!
314321
gon
@@ -330,4 +337,8 @@ DEPENDENCIES
330337
sass-rails (~> 3.2.3)
331338
simplecov
332339
uglifier (>= 1.0.3)
333-
unicorn (= 1.1.5)
340+
unf_ext (= 0.0.6)
341+
unicorn
342+
343+
BUNDLED WITH
344+
1.11.2
8.16 KB
-8.11 KB
Binary file not shown.
-521 KB
Binary file not shown.
570 KB
-131 KB
Binary file not shown.
134 KB
232 KB
2.09 KB

0 commit comments

Comments
 (0)