agilibox 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98e93b2f05d0b8471961e987fda804de4ca8a7c34bdb56cd1db0ef2266d43bd0
4
- data.tar.gz: 05ff513ffa80fa570b3f9cd749cf6e522670fac031eb55e7a66f9279874ecf08
3
+ metadata.gz: 993559dba6ebc55e32248479b50f6316a0923f760ae10c561764e9b082997f58
4
+ data.tar.gz: 754b7ef1031c805f07f1556a4b58e1c4196297549c502fc91774933dade722f0
5
5
  SHA512:
6
- metadata.gz: 40ed3cf046b5c1ed49c0ea3593586508d15e58488c75ba227287ee4b72056fce8a5438bbf86da982f8c23d9c067d78c3bb05f1d60442dec43fce22b3183aea36
7
- data.tar.gz: 558aecddbb9594170054a257fe1d83797a7d3e481425452f8b390f1ab2dac7cc1336a01ecab869ffc5043cdc75b8d0131492d0c5ba103ed613d0ee7308532be9
6
+ metadata.gz: e944682b5bff28a179b95998630b4c7ae9f8c133749db78f0d6fafad64513585e77bc7acd76bf6b99626d46f9030853daf17182881f6564284dd7f3c221cf619
7
+ data.tar.gz: dbf97f171cdfd53619dfa121ebad0a3e1d2fef4905ea0bdffbe3b3c59067b073e920788d6ab9b404a4ffa2b86f80128d2293f3e5310e5b0d433f298b96775091
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## 1.4.2
6
+
7
+ - Fix FontAwesome helper
8
+
5
9
  ## 1.4.1
6
10
 
7
11
  - FCM request handle JSON errors
@@ -34,7 +34,7 @@ module Agilibox::FontAwesomeHelper
34
34
 
35
35
  def download_database!
36
36
  require "open-uri"
37
- url = "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/#{FontAwesome::Sass::VERSION}/advanced-options/metadata/icons.yml"
37
+ url = "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/#{version[0, 5]}/advanced-options/metadata/icons.yml"
38
38
  data = URI.parse(url).open.read
39
39
  File.write(database_path, data)
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module Agilibox
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agilibox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - agilidée