Skip to content

Commit

Permalink
more dependency tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cloocher committed Apr 15, 2013
1 parent 98fde40 commit 185ad52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions aggcat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.2'
spec.required_rubygems_version = '>= 1.3.6'

spec.add_dependency 'oauth', '~> 0.4'
spec.add_dependency 'nori', '~> 2.0'
spec.add_dependency 'nokogiri', '~> 1.5'
spec.add_dependency 'oauth', '>= 0.4'
spec.add_dependency 'nori', '>= 2.0'
spec.add_dependency 'nokogiri', '>= 1.5'
spec.add_dependency 'builder', '>= 3.0'
spec.add_dependency 'active_support', '~> 3.0'
spec.add_dependency 'active_support', '>= 3.0'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion lib/aggcat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Aggcat
VERSION = '0.1.6'
VERSION = '0.1.7'
end

0 comments on commit 185ad52

Please sign in to comment.