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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a7cf04d85da0665bf5874c2a8c9da3bd275f9f6
4
- data.tar.gz: 45e8c1b4183d392adc5d01f4fba470ebbf4d3e66
3
+ metadata.gz: e45c8b8626f46c21cdacad8e158e73e44b2a8985
4
+ data.tar.gz: 3b1929d32eb6793fbce79fe5b7cd71376de9704b
5
5
  SHA512:
6
- metadata.gz: 5fd0e40ad828a363246159017e5be6c2ccedbf426bc45da25b98bf53456d87b636a9903ef87ed18e2c21e53c175093c4a68ffc1ef0abd751b769ed227fc07dbd
7
- data.tar.gz: 9fd97b15baa32c5902e1b8ac392103ddf36f14563dcd2fe76f88ba04a470c05a1324518bf8cef617af150df79f646917be4c54e30117e0a3a779d43f65918066
6
+ metadata.gz: b7e68ff737849c09c93c2292e5d5fd9d9505aedf397d53f3de13adb82106cf48776de363f50930704f2c67ba757eb96415bf350f990d9b28f50b853053119a7f
7
+ data.tar.gz: d22a3725e8da27fd9947b4dcdde7e906ee6d2376dcab5446c0cc3a3d855b47896af21c7adde72bec71968c105d5d91dfaa3044a42243ae08fbd14ac58813eebb
@@ -1,3 +1,3 @@
1
1
  module UrlToImagePath
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
@@ -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 :test do
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.25
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: