cpiu 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 19669900a7e36e483316b1a20bb514924338cd36
4
- data.tar.gz: 935f71cdf53942b00d3983be15053f3a08ab4156
3
+ metadata.gz: e4dd6630ab0c5b46551949863889ea4938b99ef8
4
+ data.tar.gz: '08c5ddbc3dc468baa1b44210c740d885873668f6'
5
5
  SHA512:
6
- metadata.gz: 28b548d7b082267ace7412ab72a6121bd5ec8a889939875301eb3ebdc73dfcc2cdba1785a3838d7f681d1ceb80d99da7c3e945b7cc382356fc322c2cd83d9b15
7
- data.tar.gz: 5661b59226408df4de02b73b7e28bcd09658d1dca8b45f4c31c6bff1940b9132db444d20ff2f79e3abe59d428264275e165fb18608ab61b2074d0be71a0d01d3
6
+ metadata.gz: afee5a1090b4e92eee586335dd77ee6a3edad32ecf077b5753f4219bb2cbff38179fa90c2e4ddc7cadc65963335298486593bd7f63bf7364274babdd1e4cbc40
7
+ data.tar.gz: f8f160d9094b9f7a4f71edcdba574784f34432bad82cb26502d544fad2de1a899e5300abfa32cc64eb3f52bd9922d6cd9fa0d3d76ca5c240a5799025b4f12bb9
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/clpo13/cpiu-ruby.svg?branch=master)](https://travis-ci.org/clpo13/cpiu-ruby)
4
4
  [![Coverage Status](https://coveralls.io/repos/github/clpo13/cpiu-ruby/badge.svg?branch=master)](https://coveralls.io/github/clpo13/cpiu-ruby?branch=master)
5
+ [![Gem Version](https://badge.fury.io/rb/cpiu.svg)](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
 
@@ -18,5 +18,5 @@
18
18
 
19
19
  module CPIU
20
20
  # Current CPIU gem version
21
- VERSION = '0.1.0'.freeze
21
+ VERSION = '0.1.1'.freeze
22
22
  end
@@ -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/ruby_cpiu'
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.0
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-01 00:00:00.000000000 Z
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/ruby_cpiu
163
+ homepage: https://github.com/clpo13/cpiu-ruby
164
164
  licenses:
165
165
  - GPL-3.0
166
166
  metadata: {}