Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from levups/fix_binary_acls
Browse files Browse the repository at this point in the history
Fix chronopost_fuel_multiplier binary ACLs
  • Loading branch information
czj authored Mar 8, 2017
2 parents 4e41ca3 + 8ff46ae commit aef7013
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
Empty file modified bin/chronopost_fuel_multiplier
100644 → 100755
Empty file.
29 changes: 18 additions & 11 deletions chronopost_fuel_multiplier.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Gem::Specification.new do |s|
s.name = "chronopost_fuel_multiplier"
s.version = "0.1.0"
s.date = "2017-02-24"
s.summary = "Retrieve current month's Chronopost's fuel surcharges"
s.description = "A simple gem to ease/automate getting this data every month"
s.authors = ["Bob Maerten", "Clément Joubert"]
s.files = ["lib/chronopost_fuel_multiplier.rb", "lib/plain_http_client.rb"]
s.email = "[email protected]"
s.homepage = "https://rubygems.org/gems/chronopost_fuel_multiplier"
s.license = "MIT"
end
s.name = 'chronopost_fuel_multiplier'
s.version = '0.1.1'
s.date = '2017-03-08'
s.summary = 'Retrieve current month\'s Chronopost\'s fuel surcharges'
s.description = 'A simple gem to ease/automate getting this data every month.'
s.authors = ['Bob Maerten', 'Clément Joubert']
s.files = Dir['lib/*.rb'] + Dir['bin/*']
s.email = ['[email protected]', '[email protected]']
s.homepage = 'https://rubygems.org/gems/chronopost_fuel_multiplier'
s.license = 'MIT'

s.bindir = 'bin'
s.executables = 'chronopost_fuel_multiplier'

s.add_runtime_dependency 'addressable', '~> 2.5.0'
s.add_runtime_dependency 'httparty', '~> 0.14.0'
s.add_runtime_dependency 'nokogiri', '~> 1.7.0.1'
end

0 comments on commit aef7013

Please sign in to comment.