summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-12-10 22:10:01 -0700
committermo khan <mo@mokhan.ca>2013-12-10 22:10:01 -0700
commit838d2379ff13981a56e34fec62044e4cea8e143f (patch)
tree5672241a45e0beb96f9aa4e49a4d252165a9e507
parent3190bef95a7e2c913b6be75205fc3910eccb5dce (diff)
add dev dependencies.
-rw-r--r--nasty.gemspec9
1 files changed, 6 insertions, 3 deletions
diff --git a/nasty.gemspec b/nasty.gemspec
index 3701319..94b9dd5 100644
--- a/nasty.gemspec
+++ b/nasty.gemspec
@@ -8,16 +8,19 @@ Gem::Specification.new do |spec|
spec.version = Nasty::VERSION
spec.authors = ["mo khan"]
spec.email = ["mo@mokhan.ca"]
- spec.description = %q{TODO: Write a gem description}
- spec.summary = %q{TODO: Write a gem summary}
- spec.homepage = ""
+ spec.description = %q{something nasty to add to your ruby}
+ spec.summary = %q{basicly it's a commons library}
+ spec.homepage = "http://github.com/mokhan/nasty"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
+ spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
+ spec.add_development_dependency "rspec"
+ spec.add_development_dependency "simplecov"
end