Skip to content

Commit

Permalink
Lock down dependency until I can update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
rthbound committed Jul 26, 2013
1 parent cfd603d commit 2caef7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion konami-fo.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_runtime_dependency "pay_dirt", "~> 1.0.7"
spec.add_runtime_dependency "konamio"
spec.add_runtime_dependency "foaas"
spec.add_runtime_dependency "foaas", '0.0.1'
spec.add_development_dependency "rake"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/konami/version.rb
@@ -1,3 +1,3 @@
module Konami
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 2caef7c

Please sign in to comment.