colissimo_fuel_adjustment_coefficients 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b7caf64ae920e2477e23e0ea4f7a29cf4c2de9fb67a4ca835c8c2a73f4f5a16
4
- data.tar.gz: e32bb9b600316d41b785561f05d18ff46a41e6edcd5ff0311a6db91e335983d3
3
+ metadata.gz: 5eeaf13f6472c842c26193b3b01e47309d9a20172ba7bc0223976607b2385315
4
+ data.tar.gz: e437462a2be5a03025da8fca116b9199dd2a31063e2799a484f225f784f80472
5
5
  SHA512:
6
- metadata.gz: 9a5cd20fa570ffae47cd0a7f1cb1ea78fd0ffcc3ffc1b067fbfd3449c845dd3fb63a3ffacd42f98c7d94e2986f9c7eb911e03664af72b8bdda8ac35ecab26833
7
- data.tar.gz: 5292fe3f37738a0cb8eba459691bdb4bfaf7487ad0af28ec71206f93975d65c6326fe425785b29339799452c0f1a6d59c6d27a4f6ef523a679b019f55e5cbd77
6
+ metadata.gz: 44830e91c5c18fceabb62fcc00559baa41f092a93407f0073d5e8a7845c6ab4d5d7465809a0b4fbad66958fd6ede0ebbf276027abde8447fdd4003e1c7ba49d6
7
+ data.tar.gz: 1e13a11b9b4a6d56b4a033b3916f8e57fc17d69c183e3d9ce74d490953440d973b96b03bac2feaf9ae931439c5c396ead576d8ebf77f713d54ce84e8c82a1726
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.2.2](https://github.com/levups/colissimo_fuel_adjustment_coefficients/tree/v0.2.2) (2018-11-16)
4
+ [Full Changelog](https://github.com/levups/colissimo_fuel_adjustment_coefficients/compare/v0.2.1...v0.2.2)
5
+
6
+ - Correct homepage value in gemspec
7
+ - Update README
8
+
3
9
  ## [v0.2.1](https://github.com/levups/colissimo_fuel_adjustment_coefficients/tree/v0.2.1) (2018-11-16)
4
10
  [Full Changelog](https://github.com/levups/colissimo_fuel_adjustment_coefficients/compare/v0.2.0...v0.2.1)
5
11
 
@@ -33,4 +39,4 @@
33
39
  ## [v0.1.0](https://github.com/levups/colissimo_fuel_adjustment_coefficients/tree/v0.1.0) (2017-05-23)
34
40
 
35
41
 
36
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
42
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- colissimo_fuel_adjustment_coefficients (0.2.1)
4
+ colissimo_fuel_adjustment_coefficients (0.2.2)
5
5
  http (~> 4.0)
6
6
  oga (~> 2.10)
7
7
 
data/README.md CHANGED
@@ -26,6 +26,6 @@ Or use it in your app:
26
26
 
27
27
  require 'colissimo_fuel_adjustment_coefficients'
28
28
 
29
- ch = ColissimoFuelAdjustmentCoefficients.new
30
- ch.road_multiplier # 0.10077e1
31
- ch.air_multiplier # 0.1e1
29
+ colissimo = ColissimoFuelAdjustmentCoefficients.new
30
+ colissimo.road_multiplier # 0.10077e1
31
+ colissimo.air_multiplier # 0.1e1
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "colissimo_fuel_adjustment_coefficients"
3
- s.version = "0.2.1"
3
+ s.version = "0.2.2"
4
4
  s.authors = ["Bob Maerten", "Clément Joubert"]
5
5
  s.email = ["bob@levups.com", "clement@levups.com"]
6
6
 
7
7
  s.date = "2018-11-16"
8
8
  s.summary = "Retrieve current month's Colissimo's fuel surcharges"
9
9
  s.description = "A simple gem to ease/automate getting this data every month."
10
- s.homepage = "https://rubygems.org/gems/chronopost_fuel_adjustment_coefficients"
10
+ s.homepage = "https://rubygems.org/gems/colissimo_fuel_adjustment_coefficients"
11
11
  s.license = "MIT"
12
12
 
13
13
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colissimo_fuel_adjustment_coefficients
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Maerten
@@ -146,12 +146,12 @@ files:
146
146
  - colissimo_fuel_adjustment_coefficients.gemspec
147
147
  - exe/colissimo_fuel_adjustment_coefficients
148
148
  - lib/colissimo_fuel_adjustment_coefficients.rb
149
- homepage: https://rubygems.org/gems/chronopost_fuel_adjustment_coefficients
149
+ homepage: https://rubygems.org/gems/colissimo_fuel_adjustment_coefficients
150
150
  licenses:
151
151
  - MIT
152
152
  metadata:
153
153
  allowed_push_host: https://rubygems.org
154
- homepage_uri: https://rubygems.org/gems/chronopost_fuel_adjustment_coefficients
154
+ homepage_uri: https://rubygems.org/gems/colissimo_fuel_adjustment_coefficients
155
155
  source_code_uri: https://github.com/levups/colissimo_fuel_adjustment_coefficients
156
156
  changelog_uri: https://github.com/levups/colissimo_fuel_adjustment_coefficients/blob/master/CHANGELOG.md
157
157
  post_install_message:
metadata.gz.sig CHANGED
Binary file