url_to_image_path 0.1.2 → 0.1.21

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: ed41572d7bcd3a15507e1efefdd11fa0317b356f
4
- data.tar.gz: 14a8e728023fdf0c1f1f8646d0b7ca1914b32d1b
3
+ metadata.gz: 7f42df85c847280a8beaa84c8b84b52d50aeaf1e
4
+ data.tar.gz: e97958144c19e482a4b25fc588caaa874ded1834
5
5
  SHA512:
6
- metadata.gz: ffb1aa10db77979d93f814f33b33ab9143c40d2759bf24b05f6fa55e9af882100e6d4a10ffc320b6d46f1bb31133babf4cb3be6befef1c98f8d7ff907b7aeb00
7
- data.tar.gz: a5fb225357e1b947b12b8586c6003b5d83f4ea813c27849d59676922e42ef72367a446bbbcb321fee46ec461cd74733427633801d52c1c21c59fe3d4230472c0
6
+ metadata.gz: 77ff761373987669a5219f73eeafe83ce9e20293a1c4e61f29a2d8874080d25c0f4307fa523cfa8f3e4cee06e8a8920f797696a6328a840c28235c2780c47a9b
7
+ data.tar.gz: 3ebf06849aa486ec15d8af8d352f626028452f7e7391d8219e5bc0503575a696279976fef27d5c83444e49ff5dea420f27971e2e3d7b32f94d8f811fc98f3ef0
@@ -1,3 +1,3 @@
1
1
  module UrlToImagePath
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.21"
3
3
  end
@@ -3,7 +3,7 @@ require "url_to_image_path/version"
3
3
  module UrlToImagePath
4
4
  class Railtie < Rails::Railtie
5
5
  rake_tasks do
6
- load '../tasks/convert_urls.rake'
6
+ load 'tasks/convert_urls.rake'
7
7
  end
8
8
  end
9
9
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: url_to_image_path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neven Rakonić
@@ -75,6 +75,7 @@ files:
75
75
  - tasks/convert_urls.rake
76
76
  - tasks/rspec.rake
77
77
  - url_to_image_path-0.1.1.gem
78
+ - url_to_image_path-0.1.2.gem
78
79
  - url_to_image_path.gemspec
79
80
  homepage: https://github.com/nevenRakonic/url_to_image_path
80
81
  licenses: