url_to_image_path 0.1.25 → 0.1.26
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/lib/url_to_image_path/version.rb +1 -1
- data/tasks/convert_urls.rake +1 -1
- data/url_to_image_path-0.1.25.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e45c8b8626f46c21cdacad8e158e73e44b2a8985
|
|
4
|
+
data.tar.gz: 3b1929d32eb6793fbce79fe5b7cd71376de9704b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7e68ff737849c09c93c2292e5d5fd9d9505aedf397d53f3de13adb82106cf48776de363f50930704f2c67ba757eb96415bf350f990d9b28f50b853053119a7f
|
|
7
|
+
data.tar.gz: d22a3725e8da27fd9947b4dcdde7e906ee6d2376dcab5446c0cc3a3d855b47896af21c7adde72bec71968c105d5d91dfaa3044a42243ae08fbd14ac58813eebb
|
data/tasks/convert_urls.rake
CHANGED
|
@@ -4,7 +4,7 @@ require 'tempfile'
|
|
|
4
4
|
desc "receives a css file and returns an scss file with url links changed to
|
|
5
5
|
asset pipeline helpers"
|
|
6
6
|
|
|
7
|
-
namespace :
|
|
7
|
+
namespace :url do
|
|
8
8
|
task :urlify, [:filename] do |title, args|
|
|
9
9
|
file_name = args[:filename]
|
|
10
10
|
assets_path = Rails.root.join('app/assets/stylesheets/')
|
|
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.
|
|
4
|
+
version: 0.1.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neven Rakonić
|
|
@@ -81,6 +81,7 @@ files:
|
|
|
81
81
|
- url_to_image_path-0.1.22.gem
|
|
82
82
|
- url_to_image_path-0.1.23.gem
|
|
83
83
|
- url_to_image_path-0.1.24.gem
|
|
84
|
+
- url_to_image_path-0.1.25.gem
|
|
84
85
|
- url_to_image_path.gemspec
|
|
85
86
|
homepage: https://github.com/nevenRakonic/url_to_image_path
|
|
86
87
|
licenses:
|