thermos 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/thermos/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aab673a6412872f7dae182dd4359941fb4fd66cc
4
- data.tar.gz: e2ef0ee57352a437105cd40d4e2fa1510a23472c
3
+ metadata.gz: 310e1e4e7d59b5ab9d9879cb27f14900d97708f8
4
+ data.tar.gz: 9a1a320726ccbd15494de05a05b6c5e8b9a58565
5
5
  SHA512:
6
- metadata.gz: 0420776a9bc31b3eede92b1035e469a556a739e246b7062c1a56fb12950bbf99680de3a31667c5f8e1fb36e85252a7f4828a4d22bbec2efdf587572149241099
7
- data.tar.gz: 07e4f837b6ca5d9b12073c095a886ab4b405dbcc90c57939846d9fc69b949c912c1f317a323b9ffd21ced3259a2fbf4ba4157c746f0e0a3e1301b1913660ba32
6
+ metadata.gz: 2bb36e206283477f8356ea498ee2cacae5ac97090ede5f458d9c8a32c97d14cba67c91a2105ff6e20f3b35e9b53f75879e8ee86f9cbdcde10d4a3ed11e109659
7
+ data.tar.gz: f19115eee03e3ab399e26c9fa4d5c0884fdc7eede04e7a88339568a7580ab591e49235b39a1909506e6473af7d9a519951a05fdc31bcf37a7da64228d56cffaf
@@ -1,3 +1,3 @@
1
1
  module Thermos
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thermos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Thal
@@ -108,7 +108,7 @@ files:
108
108
  - test/fixtures/stores.yml
109
109
  - test/test_helper.rb
110
110
  - test/thermos_test.rb
111
- homepage:
111
+ homepage: https://github.com/athal7/thermos
112
112
  licenses:
113
113
  - MIT
114
114
  metadata: {}