macgap.gemspec in macgap-0.0.3 vs macgap.gemspec in macgap-0.0.4

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "macgap" - s.version = "0.0.3" + s.version = "0.0.4" s.authors = ["Alex MacCaw"] s.email = ["info@eribium.org"] s.homepage = "http://github.com/maccman/macgap-rb" s.summary = %q{Generate MacGap applications} s.description = %q{Command line utility for generating MacGap applications} @@ -14,10 +14,6 @@ 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"] - - # specify any dependencies here; for example: - # s.add_development_dependency "rspec" - # s.add_runtime_dependency "rest-client" end