app42.gemspec in app42-0.5.6 vs app42.gemspec in app42-0.5.7
- old
+ new
@@ -13,15 +13,9 @@
spec.email = ["support@shephertz.com"]
spec.description = "Client library and command-line tool to deploy and manage apps on App42PaaS."
spec.summary = "Client library and command-line tool to deploy and manage apps on App42PaaS Server."
spec.homepage = "http://shephertz.com"
spec.license = "MIT"
- # FIXME, before release
- # spec.post_install_message = <<-MESSAGE
- # ! Download and install from: http://rubygems.org/
- # ! For API access, see: https://github.com/shephertz/app42.rb
- # MESSAGE
-
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"]