cryptocoin_fanboi 0.2.1 → 0.2.2

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: 561d34afff8a3d49fe5687ffb831ae060c42d677
4
- data.tar.gz: e25930d3382809ef3c945942b862758f54340438
3
+ metadata.gz: 538dbec0100d3dbb1622a10dcac1eaacfda8a1ec
4
+ data.tar.gz: d6d3cbaf8cced44eac87a7b5ca42ef1e05965e39
5
5
  SHA512:
6
- metadata.gz: 6dc393507855992feee85f77da2fb96ac3f1a35aca21d7a1f925d6e616a795b69b95db5c7b16ce7f0807cc0f3552752c1696d8cd083693025a53be0beccaa281
7
- data.tar.gz: d1050779993531dc93e946dc9718c9481d3a35c9b644cf6bd582c721008afdbd314ec4689c1d891a1ffec06956d5cb775f7a3ea88922317afb5792702a52a418
6
+ metadata.gz: 69908dba0a1cad6a7f498b4173bd82b7c37d6f131f99e325d8e09328e68ba91f833c16049a5f73256bb04d9a65912434a25783e4d20c8a0151846f973d1c978f
7
+ data.tar.gz: 6598d551d1a7aa40f32e367fef5881e342d9f2c22b3a64b3d261028346ea1f9500a7d6dc013a3db2b9aaba6eb3af534c86ab83b2598a03fb6cd07ec2aba02be8
checksums.yaml.gz.sig CHANGED
Binary file
@@ -38,9 +38,10 @@ class CryptocoinFanboi
38
38
 
39
39
  #load the file
40
40
  h = Psych.load File.read(cache_filename)
41
-
42
- @growth = (h.keys.first == @year.to_i) ? h[@year.to_i] : fetch_growth(@all_coins)
43
-
41
+ puts 'h.key.first: ' + h.keys.first.inspect if @debug
42
+ puts '@year: ' + @year.inspect if @debug
43
+ @growth = (h.keys.first == @year) ? h[@year] : fetch_growth(@all_coins)
44
+ puts '@growth: ' + @growth.inspect if @debug
44
45
  else
45
46
 
46
47
  # fetch the currency prices from the start of the year
data.tar.gz.sig CHANGED
@@ -1,3 +1,4 @@
1
- 3O�1F�d?����T4O�j�^�mX��.�R��:i�4�#N�Qob���c>4sXUX���m�LԺf���w
2
- p����*
3
- 7a��
1
+ :�D��D ���Bk'���*�$<
2
+ x�^.��f
3
+ �-��֏-�!s} A�_��������bZ���ԯ��\>9/���� �-du�u���ژ�Rd� �h�!�p������|ֵ^�a��z�وI�mC��'J�z5q�
4
+ \�َŋ����CL�n
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptocoin_fanboi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file