diff options
author | Chris Schlaeger <chris@linux.com> | 2016-03-02 21:52:55 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-03-02 21:52:55 +0100 |
commit | 755006d0b0bdbfff1cac4cafc7d7fce0fd2fff9e (patch) | |
tree | b44e1a99e89ad44729083c6b20520e1fd392806c /postrunner.gemspec | |
parent | 2d19802c556349a770511a283b1af072f200a52e (diff) | |
download | postrunner-755006d0b0bdbfff1cac4cafc7d7fce0fd2fff9e.zip |
Adding a rake task to ensure that all packaged files are world-readable
Diffstat (limited to 'postrunner.gemspec')
-rw-r--r-- | postrunner.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postrunner.gemspec b/postrunner.gemspec index 9b53496..faec05d 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'postrunner/version' -Gem::Specification.new do |spec| +GEM_SPEC = Gem::Specification.new do |spec| spec.name = "postrunner" spec.version = PostRunner::VERSION spec.authors = ["Chris Schlaeger"] @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.required_ruby_version = '>=2.0' - spec.add_dependency 'fit4ruby', '~> 0.0.11' + spec.add_dependency 'fit4ruby', '~> 0.0.12' spec.add_dependency 'perobs', '~> 2.2' spec.add_dependency 'nokogiri', '~> 1.6' |