Skip to content

Commit

Permalink
Updated the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Jan 15, 2013
1 parent eab6964 commit c05d122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
]
spec.homepage ="https://github.com/hopsoft/coast"
spec.add_dependency "activesupport"
spec.add_development_dependency "micro_test", "0.3.0.rc4"
spec.add_development_dependency "micro_mock", "0.0.8"
spec.add_development_dependency "micro_test", "~>0.3"
spec.add_development_dependency "micro_mock", "~>1.0"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-stack_explorer"
spec.add_development_dependency "awesome_print"
Expand Down
2 changes: 1 addition & 1 deletion lib/coast/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Coast
VERSION = "0.9.7"
VERSION = "0.9.8"
end

0 comments on commit c05d122

Please sign in to comment.