Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willcannings committed Jan 7, 2012
1 parent fc38ebe commit 3ae516b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/yodel/version.rb
@@ -1,3 +1,3 @@
module Yodel module Yodel
VERSION = '0.0.6' VERSION = '0.0.7'
end end
12 changes: 6 additions & 6 deletions yodel.gemspec
Expand Up @@ -35,12 +35,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'linguistics', '~> 1.0.9' s.add_runtime_dependency 'linguistics', '~> 1.0.9'


# extensions # extensions
s.add_runtime_dependency 'yodel_admin', '0.0.6' s.add_runtime_dependency 'yodel_admin', '0.0.7'
s.add_runtime_dependency 'yodel_queue', '0.0.6' s.add_runtime_dependency 'yodel_queue', '0.0.7'
s.add_runtime_dependency 'yodel_blog', '0.0.6' s.add_runtime_dependency 'yodel_blog', '0.0.7'
s.add_runtime_dependency 'yodel_shop', '0.0.6' s.add_runtime_dependency 'yodel_shop', '0.0.7'


# environment support sites # environment support sites
s.add_runtime_dependency 'yodel_development_environment', '0.0.6' s.add_runtime_dependency 'yodel_development_environment', '0.0.7'
s.add_runtime_dependency 'yodel_production_environment', '0.0.6' s.add_runtime_dependency 'yodel_production_environment', '0.0.7'
end end

0 comments on commit 3ae516b

Please sign in to comment.