thunder_punch.gemspec in thunder_punch-0.0.14 vs thunder_punch.gemspec in thunder_punch-0.1.0
- old
+ new
@@ -3,54 +3,21 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "thunder_punch"
- s.version = "0.0.14"
+ s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Burbach"]
- s.date = "2013-01-08"
+ s.date = "2014-07-30"
s.description = "Collection of capistano recipes for deployment and server tasks"
s.email = "info@criticaljuncture.org"
s.extra_rdoc_files = [
"README.mdown"
]
- s.files = [
- ".document",
- "CHANGELOG.mdown",
- "MIT-LICENSE",
- "Manifest",
- "README.mdown",
- "Rakefile",
- "TODO.mdown",
- "VERSION",
- "example/amazon.yml",
- "files/app/maintenance.html.erb",
- "lib/recipes.rb",
- "lib/recipes/bundler.rb",
- "lib/recipes/database.rb",
- "lib/recipes/deployment.rb",
- "lib/recipes/deployment/deployment.rb",
- "lib/recipes/deployment/migration.rb",
- "lib/recipes/deployment/passenger.rb",
- "lib/recipes/deployment/symlinks.rb",
- "lib/recipes/ec2.rb",
- "lib/recipes/ec2/ami.rb",
- "lib/recipes/jekyll/jekyll.rb",
- "lib/recipes/less/less.rb",
- "lib/recipes/sass.rb",
- "lib/recipes/sass/compile.rb",
- "lib/recipes/site.rb",
- "lib/recipes/thinking_sphinx.rb",
- "lib/recipes/varnish.rb",
- "lib/recipes/varnish/cache.rb",
- "lib/thunder_punch.rb",
- "lib/utilities/utilities.rb",
- "test/helper.rb",
- "test/test_thunder_punch.rb",
- "thunder_punch.gemspec"
- ]
+ s.files = `git ls-files`.split("\n")
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.homepage = "http://github.com/critical/thunder_punch"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Collection of capistano recipes for deployment and server tasks"