colissimo_fuel_adjustment_coefficients 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/colissimo_fuel_adjustment_coefficients.gemspec +2 -2
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eeaf13f6472c842c26193b3b01e47309d9a20172ba7bc0223976607b2385315
|
|
4
|
+
data.tar.gz: e437462a2be5a03025da8fca116b9199dd2a31063e2799a484f225f784f80472
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44830e91c5c18fceabb62fcc00559baa41f092a93407f0073d5e8a7845c6ab4d5d7465809a0b4fbad66958fd6ede0ebbf276027abde8447fdd4003e1c7ba49d6
|
|
7
|
+
data.tar.gz: 1e13a11b9b4a6d56b4a033b3916f8e57fc17d69c183e3d9ce74d490953440d973b96b03bac2feaf9ae931439c5c396ead576d8ebf77f713d54ce84e8c82a1726
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -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)*
|
data/Gemfile.lock
CHANGED
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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.
|
|
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/
|
|
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.
|
|
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/
|
|
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/
|
|
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
|