sharing_tags 0.0.14 → 0.0.15

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
  SHA1:
3
- metadata.gz: 270817d3806e9cc9aa725b7024ee800d57cdbe35
4
- data.tar.gz: 5b08fbc8d4e692309e9b5e64bf268733c47112ce
3
+ metadata.gz: 1ef0e18afe7c32b95c438851bb49b4450afcea75
4
+ data.tar.gz: 2eae2d428c5c57c1200d912674c89c7d880cb25b
5
5
  SHA512:
6
- metadata.gz: da7c3d0b92af30223626f77611b845e177bfd999b5bcdb2204f1d92d3efa271af3eec09abcc0f91fbf22239adfaebe281484e6413600d2a5c95ff6b25b89f220
7
- data.tar.gz: 7d4eb00a481549809894a037f05b0ee52f20137a22093bd271816bd01b90d998e0c12b9f74098942de919bf0cd1cf1427240ee3312582c6bce8c679b202c5e53
6
+ metadata.gz: 9b014bbed77579d540542fc3354074cd4a03fc8ad064e997447698ad7b3b755a211bb9853e51152c32c0d0d9eafa6a28954a03f0a71f63250f756337d10f93cc
7
+ data.tar.gz: f88b7a4ec35bb903d1f34be56fc232c2f1a888d8114c283b2b2c17f9c0a63ba393e091e3d47aa515095085fd48946880f024989dbf844f55e06aaa5c0be78745
@@ -12,4 +12,5 @@ icons_json = {}
12
12
  icons_json['<%= network %>'] = '<%= SharingTags::AssetFile.named("sharing_tags/icons/#{network}.svg") %>';
13
13
  <% end %>
14
14
 
15
- update_icons(icons_json)
15
+ $ ->
16
+ update_icons(icons_json)
@@ -1,3 +1,3 @@
1
1
  module SharingTags
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sharing_tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anatoliy Kovalchuk