fitbit_api.gemspec in fitbit_api-0.12.2 vs fitbit_api.gemspec in fitbit_api-0.13.0

- old
+ new

@@ -10,10 +10,10 @@ spec.summary = %q{A Ruby interface to the Fitbit Web API.} spec.homepage = 'https://github.com/zokioki/fitbit_api' spec.license = 'MIT' - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin|test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 1.9.3'