inflation_db 0.2.0 → 0.3.0

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: 50b172a9954fb2eb92e35b7f4298f6ea9820c1bd104819254a0df5f85734955f
4
- data.tar.gz: ca3b5fe7dc827340a5abab15433fd9e9a432fc4b81ae181efbcacb9adc335440
3
+ metadata.gz: ca2d1c9a4bdd789970f9f457c25737779633a25a99abfd69dab022985ce8df8c
4
+ data.tar.gz: 7d16ef1839ed732423931a46af6d0cf63e9969997c739f7673a59950213ef1ee
5
5
  SHA512:
6
- metadata.gz: 7464bde4ab173b3af6a736abeba2afbaf1fcb16402219b98664c9c9b8dadf8a559be7c4c16d3dff4d79aedc9415740f2cbe27679f1ad1eadb8bee716198a7678
7
- data.tar.gz: 960fdd4e7e46eef7bbd8b964a55dd7acddb1ead20609fd89df056b809030309bdf7a33512aa0dc3715f6a952b54684f0e23136c4dda79e507c7d1dd81bf202e4
6
+ metadata.gz: 53522bfadf6160d7c706e9929f2a72539317ed4316650c7e62fef7f4ef42df8371854287ea9144efbee3876716ed345051707790fb9f114a047faf40bcd1c3ca
7
+ data.tar.gz: f97245e521240f4e98ae4b0fdcdefd958f52f674042f77f76b7b1e1e594185deeec18095974adeb6f75cad6e9c4bab3e622ebd4dbd1c0df5e06444fdea51b6d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- inflation_db (0.2.0)
4
+ inflation_db (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/inflation_db.gemspec CHANGED
@@ -4,12 +4,12 @@ require "inflation_db/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "inflation_db"
7
- spec.version = "0.2.0"
7
+ spec.version = "0.3.0"
8
8
  spec.authors = ["Dave Bushnell"]
9
9
  spec.email = ["dybushnell@gmail.com"]
10
10
 
11
11
  spec.summary = %q{A gem that calculates the inflation of a US dollar amount from any year from 1635 to the present.}
12
- spec.description = %q{Enter a dollar amount and the year, and this gem will calculate that value in 2019 dollars}
12
+ spec.description = %q{It's 2019. Those other inflation-calculating gems haven't been updated since 2014.}
13
13
  spec.homepage = "https://github.com/dybushnell/inflation_db"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module InflationDb
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inflation_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Bushnell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-16 00:00:00.000000000 Z
11
+ date: 2019-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Enter a dollar amount and the year, and this gem will calculate that
56
- value in 2019 dollars
55
+ description: It's 2019. Those other inflation-calculating gems haven't been updated
56
+ since 2014.
57
57
  email:
58
58
  - dybushnell@gmail.com
59
59
  executables: []