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 +4 -4
- data/cryptofont-rails-0.1.0.gem +0 -0
- data/cryptofont-rails.gemspec +1 -1
- data/lib/cryptofont-rails/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d123dafc342581fd42a1112bc5653bf541f9e40170f73c5d720fd9444740f48
|
4
|
+
data.tar.gz: 694805c32469960c1f0db9a3f07f7e757575f6bada05ef05be871265c390443b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6420525c99175b4e8ffb78120a23b84776aacdd15a1529a5872bdec7e0d77bbc43c237b1d8db49ce56d5f3530ae1176745df54395045321771b44e8f78ef026
|
7
|
+
data.tar.gz: aeeaef0726df22a85508d52644b57d73d440ac247dd8177dae2a01b02e7f8bab785fa7b82820e51fa21e179d50e5f6b130cfeeb51df6a5b9116b7a9a633041ca
|
Binary file
|
data/cryptofont-rails.gemspec
CHANGED
@@ -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://
|
14
|
+
spec.homepage = "https://github.com/frizbee/cryptofont-rails"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
|
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.
|
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://
|
83
|
+
homepage: https://github.com/frizbee/cryptofont-rails
|
83
84
|
licenses:
|
84
85
|
- MIT
|
85
86
|
metadata: {}
|