Skip to content

Commit

Permalink
fix rspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 6, 2011
1 parent d77f01e commit a330591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rdoc
@@ -1,5 +1,5 @@
= Changelog
== Version 1.7.2 2011-09-06
== Version 1.7.3 2011-09-06

* Update to newer versions of all dependencies

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -46,7 +46,7 @@ _

depend_on "bones" , "~> 3.7.1", :development
depend_on "bones-rspec" , "~> 1.0.1", :development
depend_on "rspec" , "~> 1.6.0", :development
depend_on "rspec" , "~> 2.6.0", :development
depend_on "rake" , "~> 0.9.2", :development

spec.opts << "--colour" << "--format documentation"
Expand Down
2 changes: 1 addition & 1 deletion lib/tyrant_manager/version.rb
Expand Up @@ -7,7 +7,7 @@ class TyrantManager
module Version
MAJOR = 1
MINOR = 7
BUILD = 3
BUILD = 4

def to_a
[MAJOR, MINOR, BUILD]
Expand Down

0 comments on commit a330591

Please sign in to comment.