Skip to content

Commit 9344263

Browse files
committed
version bump
1 parent 4e46c97 commit 9344263

File tree

2 files changed

+37
-43
lines changed

2 files changed

+37
-43
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'ri_cal'
2929
group :development do
3030
gem 'capistrano', :require => nil
3131
gem 'capistrano-ext', :require => nil
32-
gem 'capistrano-notification', :require => nil, :git => 'git://github.com/kakutani/capistrano-notification.git'
32+
gem 'capistrano-notification', :require => nil
3333
gem 'gettext', '<2' # required by i18n_generators
3434
gem 'thin', :require => nil
3535
end

Gemfile.lock

+36-42
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
GIT
2-
remote: git://github.com/kakutani/capistrano-notification.git
3-
revision: 606fb1ecd22b280b45083b220421768438c89d9f
4-
specs:
5-
capistrano-notification (0.0.2)
6-
capistrano
7-
shout-bot
8-
validatable
9-
101
GEM
112
remote: http://rubygems.org/
123
remote: http://gems.github.com/
134
specs:
14-
SystemTimer (1.2.2)
15-
ZenTest (4.4.2)
5+
SystemTimer (1.2.3)
6+
ZenTest (4.5.0)
167
aaronh-chronic (0.3.9)
178
abstract (1.0.0)
189
actionmailer (3.0.6)
@@ -43,19 +34,23 @@ GEM
4334
activesupport (3.0.6)
4435
addressable (2.2.6)
4536
ambethia-smtp-tls (1.1.2)
46-
arel (2.0.9)
37+
arel (2.0.10)
4738
autotest-rails (4.1.0)
4839
ZenTest
4940
builder (2.1.2)
50-
capistrano (2.5.19)
41+
capistrano (2.6.0)
5142
highline
5243
net-scp (>= 1.0.0)
5344
net-sftp (>= 2.0.0)
5445
net-ssh (>= 2.0.14)
55-
net-ssh-gateway (>= 1.0.0)
46+
net-ssh-gateway (>= 1.1.0)
5647
capistrano-ext (1.2.1)
5748
capistrano (>= 1.0.0)
58-
capybara (0.4.1.1)
49+
capistrano-notification (0.1.1)
50+
capistrano
51+
shout-bot
52+
validatable
53+
capybara (0.4.1.2)
5954
celerity (>= 0.7.9)
6055
culerity (>= 0.2.4)
6156
mime-types (>= 1.16)
@@ -65,22 +60,22 @@ GEM
6560
selenium-webdriver (>= 0.0.27)
6661
xpath (~> 0.1.3)
6762
celerity (0.8.9)
68-
childprocess (0.1.8)
63+
childprocess (0.1.9)
6964
ffi (~> 1.0.6)
70-
configatron (2.6.4)
65+
configatron (2.8.0)
7166
yamler (>= 0.1.0)
7267
crack (0.1.6)
73-
cucumber (0.10.2)
68+
cucumber (0.10.3)
7469
builder (>= 2.1.2)
7570
diff-lcs (>= 1.1.2)
76-
gherkin (>= 2.3.5)
71+
gherkin (>= 2.3.8)
7772
json (>= 1.4.6)
7873
term-ansicolor (>= 1.0.5)
7974
cucumber-rails (0.3.2)
8075
cucumber (>= 0.8.0)
8176
culerity (0.2.15)
82-
daemons (1.1.2)
83-
database_cleaner (0.6.6)
77+
daemons (1.1.3)
78+
database_cleaner (0.6.7)
8479
delayed_job (2.1.4)
8580
activesupport (~> 3.0)
8681
daemons
@@ -92,28 +87,27 @@ GEM
9287
faker (0.9.5)
9388
i18n (~> 0.4)
9489
fastercsv (1.5.4)
95-
ffi (1.0.7)
96-
rake (>= 0.8.7)
90+
ffi (1.0.9)
9791
gettext (1.93.0)
98-
gherkin (2.3.5)
92+
gherkin (2.3.9)
9993
json (>= 1.4.6)
100-
haml (3.0.25)
94+
haml (3.1.1)
10195
hashie (0.2.2)
102-
highline (1.6.1)
96+
highline (1.6.2)
10397
hoptoad_notifier (2.4.5)
10498
activesupport
10599
builder
106100
httparty (0.5.2)
107101
crack (= 0.1.6)
108102
i18n (0.5.0)
109103
i18n_generators (1.0.2)
110-
jquery-rails (1.0)
111-
rails (~> 3.0)
104+
jquery-rails (1.0.7)
105+
railties (~> 3.0)
112106
thor (~> 0.14)
113107
json (1.5.1)
114108
json_pure (1.5.1)
115109
machinist (1.0.6)
116-
mail (2.2.16)
110+
mail (2.2.19)
117111
activesupport (>= 2.3.6)
118112
i18n (>= 0.4.0)
119113
mime-types (~> 1.16)
@@ -126,12 +120,12 @@ GEM
126120
net-sftp (2.0.5)
127121
net-ssh (>= 2.0.9)
128122
net-ssh (2.1.4)
129-
net-ssh-gateway (1.0.1)
123+
net-ssh-gateway (1.1.0)
130124
net-ssh (>= 1.99.1)
131125
nokogiri (1.4.4)
132126
oauth (0.4.4)
133127
polyglot (0.3.1)
134-
rack (1.2.2)
128+
rack (1.2.3)
135129
rack-google-analytics (0.6.1)
136130
rack-mount (0.6.14)
137131
rack (>= 1.0.0)
@@ -148,24 +142,24 @@ GEM
148142
activesupport (= 3.0.6)
149143
bundler (~> 1.0)
150144
railties (= 3.0.6)
151-
rails_warden (0.5.2)
152-
warden
145+
rails_warden (0.5.5)
146+
warden (>= 1.0.0)
153147
railties (3.0.6)
154148
actionpack (= 3.0.6)
155149
activesupport (= 3.0.6)
156150
rake (>= 0.8.7)
157151
thor (~> 0.14.4)
158-
rake (0.8.7)
152+
rake (0.9.0)
159153
redis (2.2.0)
160-
redis-objects (0.5.0)
154+
redis-objects (0.5.1)
161155
redis (>= 2.1.1)
162156
ri_cal (0.8.8)
163157
rr (1.0.2)
164158
rspec (2.5.0)
165159
rspec-core (~> 2.5.0)
166160
rspec-expectations (~> 2.5.0)
167161
rspec-mocks (~> 2.5.0)
168-
rspec-core (2.5.1)
162+
rspec-core (2.5.2)
169163
rspec-expectations (2.5.0)
170164
diff-lcs (~> 1.1.2)
171165
rspec-mocks (2.5.0)
@@ -176,7 +170,7 @@ GEM
176170
rspec (~> 2.5.0)
177171
ruby-openid (2.1.8)
178172
rubyzip (0.9.4)
179-
selenium-webdriver (0.1.4)
173+
selenium-webdriver (0.2.0)
180174
childprocess (>= 0.1.7)
181175
ffi (>= 1.0.7)
182176
json_pure
@@ -199,10 +193,10 @@ GEM
199193
httparty (~> 0.5.0)
200194
oauth (~> 0.4.1)
201195
yajl-ruby (~> 0.7.0)
202-
tzinfo (0.3.26)
196+
tzinfo (0.3.27)
203197
validatable (1.6.7)
204-
warden (1.0.3)
205-
rack (>= 1.0.0)
198+
warden (1.0.4)
199+
rack (>= 1.0)
206200
warden-openid (0.1.0)
207201
rack-openid
208202
warden
@@ -217,7 +211,7 @@ GEM
217211
aaronh-chronic (>= 0.3.9)
218212
activesupport (>= 2.3.4)
219213
will_paginate (2.3.15)
220-
xpath (0.1.3)
214+
xpath (0.1.4)
221215
nokogiri (~> 1.3)
222216
yajl-ruby (0.7.9)
223217
yamler (0.1.0)
@@ -231,7 +225,7 @@ DEPENDENCIES
231225
autotest-rails
232226
capistrano
233227
capistrano-ext
234-
capistrano-notification!
228+
capistrano-notification
235229
capybara
236230
configatron
237231
cucumber-rails (~> 0.3.2)

0 commit comments

Comments
 (0)