Skip to content

Commit

Permalink
* bumped version to 0.3.7
Browse files Browse the repository at this point in the history
* added json dep
  • Loading branch information
rubiojr committed Sep 27, 2011
1 parent 20f8768 commit 63a0cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -23,6 +23,7 @@ Jeweler::Tasks.new do |gem|
gem.add_runtime_dependency 'i18n'
gem.add_runtime_dependency 'alchemist'
gem.add_runtime_dependency 'activesupport'
gem.add_runtime_dependency 'json'
# gem.add_development_dependency 'rspec', '> 1.2.3'
end
Jeweler::RubygemsDotOrgTasks.new
Expand Down
2 changes: 1 addition & 1 deletion lib/webee.rb
Expand Up @@ -29,7 +29,7 @@ def parse(xml, on_error = nil, on_warning = nil)

module WeBee

VERSION = '0.3.6'
VERSION = '0.3.7'

module RestResource

Expand Down

0 comments on commit 63a0cfc

Please sign in to comment.