Skip to content

Commit

Permalink
relax activesupport dependency to allow 3.0.5 or 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Sep 5, 2011
1 parent cfe321e commit 68e4026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.9.1 (5th September 2011)
- relax activesupport dependency to work with rails 3 or 3.1

v0.9.0 (14th April 2011)
- switch back to the vanilla roxml gem. Ben is maintaining it again and
he has merged in my bug fixes
Expand Down
2 changes: 1 addition & 1 deletion onix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("{lib,support,dtd}/**/**/*") + ["README.markdown", "TODO", "CHANGELOG"]

s.add_dependency('roxml', '~>3.1.6')
s.add_dependency('activesupport', '~> 3.0.5')
s.add_dependency('activesupport', '>= 3.0.5')
s.add_dependency('i18n')
s.add_dependency('andand')
s.add_dependency('nokogiri', '>=1.4')
Expand Down

0 comments on commit 68e4026

Please sign in to comment.