fittings.gemspec in fittings-0.2.0 vs fittings.gemspec in fittings-0.2.1

- old
+ new

@@ -1,50 +1,27 @@ -# Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' -# -*- encoding: utf-8 -*- - Gem::Specification.new do |s| s.name = "fittings" - s.version = "0.2.0" + s.version = "0.2.1" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Edwin Cruz", "Colin Shield"] s.date = %q{2011-09-06} s.description = %q{implement custom keys independently of environment} s.email = %q{eng@stitchfix.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] - s.files = [ - ".document", - "Gemfile", - "Gemfile.lock", - "LICENSE.txt", - "README.rdoc", - "Rakefile", - "VERSION", - "lib/mc-settings.rb", - "lib/setting.rb", - "fittings.gemspec", - "spec/fixtures/joes-colors.yml", - "spec/fixtures/sample.yml", - "spec/fixtures/shipping.yml", - "spec/mc_settings_spec.rb", - "spec/spec_helper.rb", - "spec/support/settings_helper.rb" - ] s.homepage = %q{http://github.com/stitchfix/fittings} s.licenses = ["MIT"] - s.require_paths = ["lib"] s.summary = %q{Manage settings per environment} - s.test_files = [ - "spec/mc_settings_spec.rb", - "spec/spec_helper.rb", - "spec/support/settings_helper.rb" - ] + s.files = `git ls-files -z`.split("\x0").reject do |f| + f.match(%r{^(test|spec|features)/}) + end + s.bindir = "exe" + s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) } + s.require_paths = ["lib"] s.add_development_dependency "rspec" s.add_development_dependency "rake" + s.add_development_dependency "rdoc" end