Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
frodsan committed Mar 17, 2015
1 parent d6fa5ff commit d066796
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions scrivener.gemspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
require "./lib/scrivener"

Gem::Specification.new do |s|
s.name = "scrivener"
s.version = Scrivener::VERSION
s.summary = "Validation frontend for models."
s.description = "Scrivener removes the validation responsibility from models and acts as a filter for whitelisted attributes."
s.authors = ["Michel Martens"]
s.email = ["michel@soveran.com"]
s.homepage = "http://github.com/soveran/scrivener"
s.files = Dir[
"LICENSE",
"AUTHORS",
"README.md",
"Rakefile",
"lib/**/*.rb",
"*.gemspec",
"test/**/*.rb"
]
s.name = "scrivener"
s.version = Scrivener::VERSION
s.summary = "Validation frontend for models."
s.description = "Scrivener removes the validation responsibility from models and acts as a filter for whitelisted attributes."
s.authors = ["Michel Martens"]
s.email = ["michel@soveran.com"]
s.homepage = "http://github.com/soveran/scrivener"
s.license = "MIT"

s.files = `git ls-files`.split("\n")

s.add_development_dependency "cutest"
end

0 comments on commit d066796

Please sign in to comment.