parse_p1.gemspec in parse_p1-0.1.0 vs parse_p1.gemspec in parse_p1-0.1.1
- old
+ new
@@ -9,11 +9,10 @@
s.email = ["frank.oxener@gmail.com"]
s.homepage = %q{http://github.com/dovadi/parse_p1}
s.summary = %q{Parsing P1 Companion Standard used by Dutch Smart Meters}
s.description = %q{Parsing P1 Companion Standard used by Dutch Smart Meters. Used in combination with a Nanode posting the P1 data to emonWeb.org}
s.licenses = ['MIT']
- s.rubyforge_project = "parse_p1"
s.extra_rdoc_files = [
'CHANGELOG',
'LICENSE.txt',
'README.md'
@@ -22,9 +21,10 @@
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
+ s.add_development_dependency 'minitest'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'guard'
s.add_development_dependency 'guard-test'
end