Skip to content

Commit 8e4dd0b

Browse files
committed
Added Travis Rubygems
1 parent 422c8c9 commit 8e4dd0b

File tree

2 files changed

+44
-8
lines changed

2 files changed

+44
-8
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ end
145145
group :development do
146146
gem 'better_errors'
147147
gem 'guard-rspec'
148+
gem 'travis'
149+
gem 'travis-lint'
148150
end
149151

150152
group :development, :test do

Gemfile.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,15 @@ GEM
6969
multi_json (~> 1.0)
7070
acts_as_commentable (2.0.1)
7171
acts_as_follower (0.1.1)
72-
addressable (2.3.5)
72+
addressable (2.3.6)
7373
arel (3.0.3)
7474
awesome_print (1.2.0)
7575
backbone-on-rails (1.0.0.0)
7676
eco
7777
ejs
7878
jquery-rails
7979
rails (>= 3.1)
80+
backports (3.6.0)
8081
barber (0.1.2)
8182
execjs
8283
better_errors (1.1.0)
@@ -161,6 +162,8 @@ GEM
161162
eventmachine (>= 1.0.0.beta.4)
162163
erubis (2.7.0)
163164
escape (0.0.4)
165+
ethon (0.7.0)
166+
ffi (>= 1.3.0)
164167
eventmachine (1.0.0)
165168
excon (0.32.0)
166169
execjs (1.4.0)
@@ -169,15 +172,15 @@ GEM
169172
fakefs (0.4.2)
170173
faker (1.1.2)
171174
i18n (~> 0.5)
172-
faraday (0.8.6)
173-
multipart-post (~> 1.1)
174-
faraday_middleware (0.9.0)
175-
faraday (>= 0.7.4, < 0.9)
175+
faraday (0.9.0)
176+
multipart-post (>= 1.2, < 3)
177+
faraday_middleware (0.9.1)
178+
faraday (>= 0.7.4, < 0.10)
176179
feedjira (1.2.0)
177180
curb (~> 0.8.1)
178181
loofah (~> 1.2.1)
179182
sax-machine (~> 0.2.1)
180-
ffi (1.1.5)
183+
ffi (1.9.3)
181184
figaro (0.7.0)
182185
bundler (~> 1.0)
183186
rails (>= 3, < 5)
@@ -202,6 +205,13 @@ GEM
202205
rspec-instafail (~> 0.2.0)
203206
ruby-progressbar (~> 1.0)
204207
geocoder (1.1.4)
208+
gh (0.13.2)
209+
addressable
210+
backports
211+
faraday (~> 0.8)
212+
multi_json (~> 1.0)
213+
net-http-persistent (>= 2.7)
214+
net-http-pipeline
205215
github-markdown (0.6.5)
206216
grackle (0.2.1)
207217
json
@@ -237,6 +247,7 @@ GEM
237247
heroku-api (0.3.17)
238248
excon (~> 0.27)
239249
multi_json (~> 1.8.2)
250+
highline (1.6.21)
240251
hike (1.2.3)
241252
hirb (0.7.1)
242253
hiredis (0.4.5)
@@ -319,7 +330,9 @@ GEM
319330
mono_logger (1.1.0)
320331
multi_json (1.8.4)
321332
multi_xml (0.5.1)
322-
multipart-post (1.2.0)
333+
multipart-post (2.0.0)
334+
net-http-persistent (2.9.4)
335+
net-http-pipeline (1.0.1)
323336
net-ssh (2.6.1)
324337
netrc (0.7.7)
325338
never_wastes (0.0.6)
@@ -400,6 +413,9 @@ GEM
400413
pubnub (0.1.9)
401414
em-http-request (>= 1.0.2)
402415
json
416+
pusher-client (0.6.0)
417+
json
418+
websocket (~> 1.0)
403419
querystring (0.1.0)
404420
quiet_assets (1.0.2)
405421
railties (>= 3.1, < 5.0)
@@ -520,7 +536,7 @@ GEM
520536
rack (~> 1.3, >= 1.3.6)
521537
rack-protection (~> 1.2)
522538
tilt (~> 1.3, >= 1.3.3)
523-
slop (3.4.7)
539+
slop (3.5.0)
524540
split (0.6.1)
525541
redis (>= 2.1)
526542
redis-namespace (>= 1.1.0)
@@ -551,6 +567,19 @@ GEM
551567
multi_json (~> 1.0)
552568
rake
553569
rest-client (~> 1.6)
570+
travis (1.6.10)
571+
addressable (~> 2.3)
572+
backports
573+
faraday (~> 0.9)
574+
faraday_middleware (~> 0.9)
575+
gh (~> 0.13)
576+
highline (~> 1.6)
577+
launchy (~> 2.1)
578+
pry (~> 0.9)
579+
pusher-client (~> 0.4)
580+
typhoeus (~> 0.6)
581+
travis-lint (1.7.0)
582+
hashr (~> 0.0.22)
554583
treetop (1.4.15)
555584
polyglot
556585
polyglot (>= 0.3.1)
@@ -559,6 +588,8 @@ GEM
559588
faraday (~> 0.8)
560589
multi_json (~> 1.3)
561590
simple_oauth (~> 0.1.6)
591+
typhoeus (0.6.8)
592+
ethon (>= 0.7.0)
562593
tzinfo (0.3.39)
563594
uglifier (1.3.0)
564595
execjs (>= 0.3.0)
@@ -575,6 +606,7 @@ GEM
575606
webmock (1.15.2)
576607
addressable (>= 2.2.7)
577608
crack (>= 0.3.2)
609+
websocket (1.1.4)
578610
xpath (0.1.4)
579611
nokogiri (~> 1.3)
580612
yard (0.8.7.3)
@@ -682,6 +714,8 @@ DEPENDENCIES
682714
syntax
683715
timecop
684716
tire (~> 0.4.1)
717+
travis
718+
travis-lint
685719
tweet-button
686720
twitter
687721
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)