Skip to content

Commit

Permalink
bump to 0.1.0 to support wukong 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Bansal committed Feb 20, 2013
1 parent e5f7942 commit 290c7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/wonderdog/version.rb
@@ -1,4 +1,4 @@
module Wonderdog
# The currently running Wonderdog version
VERSION = '0.0.2'
VERSION = '0.1.0'
end
3 changes: 1 addition & 2 deletions wonderdog.gemspec
Expand Up @@ -28,6 +28,5 @@ EOF
gem.test_files = gem.files.grep(/^spec/)
gem.require_paths = ['lib']

gem.add_dependency('wukong', '3.0.0.pre3')
gem.add_dependency('wukong-hadoop', '>= 0.0.2')
gem.add_dependency('wukong-hadoop', '0.1.0')
end

0 comments on commit 290c7d4

Please sign in to comment.