Skip to content

Commit

Permalink
Add audited as a dependency for both adapter-specific gems
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Apr 24, 2012
1 parent 7b2e869 commit 386dfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions audited-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
gem.summary = gem.description
gem.homepage = 'https://github.com/collectiveidea/audited'

gem.add_dependency 'audited', gem.version
gem.add_dependency 'activerecord', '~> 3.0'

gem.files = `git ls-files lib`.split($\).grep(/(active_?record|generators)/)
Expand Down
1 change: 1 addition & 0 deletions audited-mongo_mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
gem.summary = gem.description
gem.homepage = 'https://github.com/collectiveidea/audited'

gem.add_dependency 'audited', gem.version
gem.add_dependency 'mongo_mapper', '~> 0.11'

gem.files = `git ls-files lib`.split($\).grep(/mongo_mapper/)
Expand Down

0 comments on commit 386dfa0

Please sign in to comment.