Skip to content

Commit

Permalink
Tweaked Gemspec.
Browse files Browse the repository at this point in the history
Taking advantage to force the first Travis build.
  • Loading branch information
norman committed Aug 17, 2011
1 parent 89e61a1 commit 3a0a0f4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions norman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Gem::Specification.new do |s|
s.authors = "Norman Clarke"
s.email = "norman@njclarke.com"
s.files = `git ls-files`.split("\n").reject {|f| f =~ /^\./}
s.has_rdoc = true
s.homepage = "http://github.com/norman/norman"
s.name = "norman"
s.platform = Gem::Platform::RUBY
Expand All @@ -13,13 +12,13 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob "test/**/*_test.rb"
s.version = Norman::Version::STRING
s.description = <<-EOD
Norman is a database and ORM replacement for (mostly) static models and
small datasets. It provides ActiveModel compatibility, and flexible
searching and storage.
Norman is not an ORM, man! It's a database and ORM replacement for (mostly)
static models and small datasets. It provides ActiveModel compatibility, and
flexible searching and storage.
EOD
s.add_development_dependency "ffaker"
s.add_development_dependency "minitest", "~> 2.2.2"
s.add_development_dependency "mocha"
s.add_development_dependency "activesupport", "~> 3.0"
s.add_development_dependency "activemodel", "~> 3.0"
end
end

0 comments on commit 3a0a0f4

Please sign in to comment.