Skip to content

Commit

Permalink
* camping.gemspec: markaby 0.4, activerecord 1.14.0 required.
Browse files Browse the repository at this point in the history
  • Loading branch information
_why committed Apr 11, 2006
1 parent 7b9d87d commit 370f220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions camping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ spec = Gem::Specification.new do |s|
s.version = "1.4"
s.platform = Gem::Platform::RUBY
s.summary = "miniature rails for stay-at-home moms"
s.add_dependency('activerecord', '>=1.13')
s.add_dependency('markaby', '>0.3.1')
s.add_dependency('activerecord', '>=1.14.0')
s.add_dependency('markaby', '>=0.4')
s.add_dependency('metaid')
s.has_rdoc = true
s.files = ['README', 'CHANGELOG', 'examples/**/*', 'lib/**/*', 'bin/**/*', 'extras/**/*'].collect do |dirglob|
Expand Down

0 comments on commit 370f220

Please sign in to comment.