currency_converter_gem_nichohelmut 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1ca354d06c10f634c4b16f97727f7f87812e346
4
- data.tar.gz: 60b6f9cb94d8809b1044df1bbc037c0bc09be496
3
+ metadata.gz: f0f9cd75f72cda30bce1922b83396ed4a33a7e9a
4
+ data.tar.gz: 6b26117ba8625b7a2ed823163868b5e1f5d7a3ae
5
5
  SHA512:
6
- metadata.gz: bfedfc876f53e41a6973614cf30c8e09b4335fa28c4f18800ff02d58db23ead525fb4627dfe5e00efc6f256359528bf04b9bf95e72d0fc8a9ef74c2c4483cac7
7
- data.tar.gz: c26f6faea70f71073cd65d5a808903dfadba1d665cafb165f48c1195d2d136088256b7b4bb31d2ece701e4bcd65fb21d08f41bda8d28736c6c8a92ef3ee66e94
6
+ metadata.gz: 86990eaada2926c706f2fcb6bc4d5ccdc4f7fca15209c9ac1b16e312e1743e7ef5bf88628827d2b934988b775a1a85ba58115bd2f6557a45c010ecf34e0a76f8
7
+ data.tar.gz: e7f3fb56e98e927880c37b570a46a1db586277519b1fb6b474c4fc7b9a76cbd130fcba7b7ce6e46d148a906330caae14387c6293f8155fa6e45d0e83ac35e00d
data/Gemfile.lock ADDED
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ currency_converter_gem_nichohelmut (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.7.0)
12
+ rspec-core (~> 3.7.0)
13
+ rspec-expectations (~> 3.7.0)
14
+ rspec-mocks (~> 3.7.0)
15
+ rspec-core (3.7.1)
16
+ rspec-support (~> 3.7.0)
17
+ rspec-expectations (3.7.0)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.7.0)
20
+ rspec-mocks (3.7.0)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.7.0)
23
+ rspec-support (3.7.1)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ bundler (~> 1.16)
30
+ currency_converter_gem_nichohelmut!
31
+ rake (~> 10.0)
32
+ rspec (~> 3.0)
33
+
34
+ BUNDLED WITH
35
+ 1.16.1
@@ -1,3 +1,3 @@
1
1
  module CurrencyConverterGemNichohelmut
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: currency_converter_gem_nichohelmut
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
  - Nicholas Utikal
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
+ - Gemfile.lock
66
67
  - LICENSE.txt
67
68
  - README.md
68
69
  - Rakefile