url_to_image_path 0.1.27 → 0.1.28

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: 4733b6757ec4a2f114e7fbe37e9e59edf37e816e
4
- data.tar.gz: 775cc6f0661cf82521478cb43e9c3af864684255
3
+ metadata.gz: 220bcbd926acaac6145274d75ad9ad335d02b89c
4
+ data.tar.gz: 7c36bda2bb65fb9f0b4c8c8f180d700eebf447d3
5
5
  SHA512:
6
- metadata.gz: a5916329b965097bb55936917594e9df9ca830d8069931d18e9cdceed04cf1591627f076ddf09989d6756bb04b4ff15451fddc6f32a7d8348ba4641b2a44a20e
7
- data.tar.gz: dc016777b90731a2f9f9f1636df89c9510bb23449bee858e3b33439925a711708419e0e372a19976db1b7c86a502a76e3b96a6cd7f3dff2a0eea12556109b2a1
6
+ metadata.gz: 946b46a98560f3155b8b132be1a1e850ae213b6ae5935a84a6a1ee35fd479caca2e02e43f0461d24e1e533d77c04ac9e43adfb2a1be57c77e26e74f90e089494
7
+ data.tar.gz: 89d0bb8682ea4f7b05f4b320e58544f4c8fdac9261d86bb7dcf1e52c424348eef66d1cad6ef298abcb05a625e66fbb182740760d8ee70c35121315baada1e111
data/.gitignore CHANGED
@@ -8,4 +8,4 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  .DS_Store
11
- .gem
11
+ *.gem
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
1
  require "bundler/gem_tasks"
2
2
 
3
3
  Dir.glob('tasks/*.rake').each(&method(:import))
4
+
@@ -6,7 +6,7 @@ module MyPlugin
6
6
  railtie_name :url_to_image_path
7
7
 
8
8
  rake_tasks do
9
- load "../../tasks/convert_urls.rake"
9
+ require_relative "../../tasks/convert_urls"
10
10
  end
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module UrlToImagePath
2
- VERSION = "0.1.27"
2
+ VERSION = "0.1.28"
3
3
  end
File without changes
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.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neven Rakonić
@@ -73,16 +73,8 @@ files:
73
73
  - lib/url_to_image_path.rb
74
74
  - lib/url_to_image_path/railtie.rb
75
75
  - lib/url_to_image_path/version.rb
76
- - tasks/convert_urls.rake
76
+ - tasks/convert_urls.rb
77
77
  - tasks/rspec.rake
78
- - url_to_image_path-0.1.1.gem
79
- - url_to_image_path-0.1.2.gem
80
- - url_to_image_path-0.1.21.gem
81
- - url_to_image_path-0.1.22.gem
82
- - url_to_image_path-0.1.23.gem
83
- - url_to_image_path-0.1.24.gem
84
- - url_to_image_path-0.1.25.gem
85
- - url_to_image_path-0.1.26.gem
86
78
  - url_to_image_path.gemspec
87
79
  homepage: https://github.com/nevenRakonic/url_to_image_path
88
80
  licenses:
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file