hajimeru.gemspec in hajimeru-0.1.1 vs hajimeru.gemspec in hajimeru-0.1.2

- old
+ new

@@ -17,14 +17,9 @@ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.post_install_message = <<-MESSAGE - ! The 'hajimeru' gem has been deprecated and has been replaced by 'hajimeru' gem. - ! Because the name 'hajimeru' is used in the other project. - MESSAGE - spec.add_runtime_dependency "thor" spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit"