cryptofont-rails 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
  SHA256:
3
- metadata.gz: dbe4f0cdec1490459376acbd9d711d4cd21571e0ddd5c2a5fcd1e7a047659740
4
- data.tar.gz: 23729c1d3753caa463833bc659e9f2450c6a07084bf7e0a601f2124e190947c1
3
+ metadata.gz: 1d123dafc342581fd42a1112bc5653bf541f9e40170f73c5d720fd9444740f48
4
+ data.tar.gz: 694805c32469960c1f0db9a3f07f7e757575f6bada05ef05be871265c390443b
5
5
  SHA512:
6
- metadata.gz: 9f1ea1611597f6931d854a4635969fd0664dd12264af6de511169007d4710c3cfe36909ed05c3cfa5463212181ddae571c0e8ca49115b51384ad92948da0fbdd
7
- data.tar.gz: cf4e0f80bd11485aa291439ab65ff802ef84e2d97c2d0b8be40e3c33cfa56c76e00676c76170f8d5cd26a2d76b4a0a45743737caf9a5de8d4139d9d7022e07a5
6
+ metadata.gz: a6420525c99175b4e8ffb78120a23b84776aacdd15a1529a5872bdec7e0d77bbc43c237b1d8db49ce56d5f3530ae1176745df54395045321771b44e8f78ef026
7
+ data.tar.gz: aeeaef0726df22a85508d52644b57d73d440ac247dd8177dae2a01b02e7f8bab785fa7b82820e51fa21e179d50e5f6b130cfeeb51df6a5b9116b7a9a633041ca
Binary file
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{A sleek webfont for your favourite cryptocurrencies. Featuring 88 icons.}
13
13
  spec.description = %q{CryptoFont by @AMPoellmann (alexanderpoellmann.com)}
14
- spec.homepage = "https://cryptofont.com/"
14
+ spec.homepage = "https://github.com/frizbee/cryptofont-rails"
15
15
  spec.license = "MIT"
16
16
 
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Cryptofont
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptofont-rails
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
  - Andre Antonov Frizbee
@@ -75,11 +75,12 @@ files:
75
75
  - app/helpers/cryptofont/rails/icon_helper.rb
76
76
  - bin/console
77
77
  - bin/setup
78
+ - cryptofont-rails-0.1.0.gem
78
79
  - cryptofont-rails.gemspec
79
80
  - lib/cryptofont-rails.rb
80
81
  - lib/cryptofont-rails/engine.rb
81
82
  - lib/cryptofont-rails/version.rb
82
- homepage: https://cryptofont.com/
83
+ homepage: https://github.com/frizbee/cryptofont-rails
83
84
  licenses:
84
85
  - MIT
85
86
  metadata: {}