vidibus-validate_uri 0.4.0 → 0.4.1

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: 4570bf6dd7101ebe1878fbca9429110e3ab8cc00
4
- data.tar.gz: e6a4edb008e26972987c253ae4371bbfa96554af
3
+ metadata.gz: dd84a614481e9a3d2d5c94391087fa14ed7708af
4
+ data.tar.gz: cf2215b7a81d1a5c31d13a86144069cda3a370ef
5
5
  SHA512:
6
- metadata.gz: a850dab2f64951d5d84035a50e6446db0d543abe60e3ad24e1055979aaea6959da8f113cd529f4471e70a33cd60c3fc94006f1302dd446521eac62c97ec6f421
7
- data.tar.gz: f1dcbb3b0aeaf73f7e438cf0e2cf69cdf1c9bf29b807c000be9f031d0e9bf5559dc4ff675c0d19dda47867fa706b18f46d68096be0d31b0a58ba12d0509a5e1e
6
+ metadata.gz: e642bfe8fad8b7cc26d322b9cf0f51439117c64bf2bc0ae5efca1c72712934b9f6e631283a5bb15dcc89c6bfb2e5235ceafb2fa93705c12f5e3e9e2fdac74a6e
7
+ data.tar.gz: 16914fa7a245b593d3d728ec9d25304fc3f17ed07078f30e8332d2dfebe568d52360f74279ac40aa3e7b3621bcc6bb66ce51a181f061fb225f5a33b20e96b0ea
@@ -6,7 +6,7 @@ module Vidibus
6
6
 
7
7
  def self.included(base)
8
8
  base.class_eval do
9
- helper_method :validate_uri
9
+ helper_method(:validate_uri) if respond_to?(:helper_method)
10
10
  end
11
11
  end
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Vidibus
2
2
  module ValidateUri
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidibus-validate_uri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Pankratz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-18 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: 1.3.6
204
204
  requirements: []
205
205
  rubyforge_project: vidibus-validate_uri
206
- rubygems_version: 2.6.14
206
+ rubygems_version: 2.6.11
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: URI validation for Rails 3