cpiu 0.1.0 → 0.1.1
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
- data/README.md +1 -0
- data/lib/cpiu/version.rb +1 -1
- data/ruby_cpiu.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4dd6630ab0c5b46551949863889ea4938b99ef8
|
|
4
|
+
data.tar.gz: '08c5ddbc3dc468baa1b44210c740d885873668f6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afee5a1090b4e92eee586335dd77ee6a3edad32ecf077b5753f4219bb2cbff38179fa90c2e4ddc7cadc65963335298486593bd7f63bf7364274babdd1e4cbc40
|
|
7
|
+
data.tar.gz: f8f160d9094b9f7a4f71edcdba574784f34432bad82cb26502d544fad2de1a899e5300abfa32cc64eb3f52bd9922d6cd9fa0d3d76ca5c240a5799025b4f12bb9
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/clpo13/cpiu-ruby)
|
|
4
4
|
[](https://coveralls.io/github/clpo13/cpiu-ruby?branch=master)
|
|
5
|
+
[](https://badge.fury.io/rb/cpiu)
|
|
5
6
|
|
|
6
7
|
CPIU is a Ruby interface for [CPI-U](https://www.bls.gov/cpi/) data provided by the U.S. Bureau of Labor Statistics. CPI-U data are commonly used for calculating inflation. More info on the BLS Public Data API is available [here](https://www.bls.gov/developers/home.htm).
|
|
7
8
|
|
data/lib/cpiu/version.rb
CHANGED
data/ruby_cpiu.gemspec
CHANGED
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.email = ['cody@madrants.net']
|
|
28
28
|
|
|
29
29
|
spec.summary = 'A Ruby interface for getting CPI-U data from BLS.gov'
|
|
30
|
-
spec.homepage = 'https://github.com/clpo13/
|
|
30
|
+
spec.homepage = 'https://github.com/clpo13/cpiu-ruby'
|
|
31
31
|
|
|
32
32
|
spec.license = 'GPL-3.0'
|
|
33
33
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpiu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cody Logan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -160,7 +160,7 @@ files:
|
|
|
160
160
|
- lib/cpiu/data.rb
|
|
161
161
|
- lib/cpiu/version.rb
|
|
162
162
|
- ruby_cpiu.gemspec
|
|
163
|
-
homepage: https://github.com/clpo13/
|
|
163
|
+
homepage: https://github.com/clpo13/cpiu-ruby
|
|
164
164
|
licenses:
|
|
165
165
|
- GPL-3.0
|
|
166
166
|
metadata: {}
|