url_to_image_path 0.1.23 → 0.1.24

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: 1c9782543963672e3b4d68977a852cd4397ce37c
4
- data.tar.gz: fe914ad6f1149e4c921995fb857d43b0db0eef47
3
+ metadata.gz: 9501230fe1005829dd8af5babbedc8908f8e6d5b
4
+ data.tar.gz: 4d8703ce62710a79b151ffd34ebbd57a6b2a80ff
5
5
  SHA512:
6
- metadata.gz: b4a95b4464563d010bdefdae487fc01c7f428a80b9281a1f410140b55aa27ddfc65ca13b4db0e4cf42f51b9229bcdba140e6e7de5daca28a0bb3373e69fb957e
7
- data.tar.gz: ee101ace4498ad3ab6750ffc6cbb4ee406fc486ff286673d57331ae755b19817cbcbad6b5ccf0d8ae02926d58a8d5c7a8feaa31074be76f495cf5eab5c977890
6
+ metadata.gz: 129d77451f273bc75979cb1e06bab36e49e9d17cb081c8bba27d68fb70229df04d68196a9fc752bfe56681df70f41d5cb02706309dcd8b1b71bc50c7d06591a9
7
+ data.tar.gz: 920008ae24780971e42789f2447efa7e072c14ce484d5a997547d6405d7b4c09241f24f9418d4d86783799d754378bcea840e98b5247498565d21ab89ddadf54
data/.gitignore CHANGED
@@ -7,4 +7,5 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
- .DS_Store
10
+ .DS_Store
11
+ .gem
@@ -1,11 +1,12 @@
1
1
  require 'url_to_image_path'
2
2
  require 'rails'
3
+
3
4
  module MyPlugin
4
5
  class Railtie < Rails::Railtie
5
6
  railtie_name :url_to_image_path
6
7
 
7
8
  rake_tasks do
8
- load "./tasks/convert_urls.rake"
9
+ load "././tasks/convert_urls.rake"
9
10
  end
10
11
  end
11
- end
12
+ end
@@ -1,3 +1,3 @@
1
1
  module UrlToImagePath
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  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.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neven Rakonić
@@ -79,6 +79,7 @@ files:
79
79
  - url_to_image_path-0.1.2.gem
80
80
  - url_to_image_path-0.1.21.gem
81
81
  - url_to_image_path-0.1.22.gem
82
+ - url_to_image_path-0.1.23.gem
82
83
  - url_to_image_path.gemspec
83
84
  homepage: https://github.com/nevenRakonic/url_to_image_path
84
85
  licenses: