Skip to content

Commit

Permalink
upgrade rspec to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 6, 2012
1 parent 3f445f1 commit 1e97e05
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pkg/*
*.gem
.bundle
.rvmrc
bin/
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
PATH
remote: .
specs:
uniform_notifier (1.0.1)
uniform_notifier (1.0.2)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.0)
rspec-expectations (2.3.0)
diff-lcs (1.1.3)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-mocks (2.8.0)
ruby-growl (3.0)
ruby_gntp (0.3.4)
xmpp4r (0.5)

PLATFORMS
ruby

DEPENDENCIES
rspec (= 2.3.0)
rspec
ruby-growl (= 3.0)
ruby_gntp (= 0.3.4)
uniform_notifier!
xmpp4r (= 0.5)
2 changes: 1 addition & 1 deletion uniform_notifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "ruby-growl", "3.0"
s.add_development_dependency "ruby_gntp", "0.3.4"
s.add_development_dependency "xmpp4r", "0.5"
s.add_development_dependency "rspec", "2.3.0"
s.add_development_dependency "rspec"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 1e97e05

Please sign in to comment.