stringex 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/stringex/configuration/acts_as_url.rb +1 -1
- data/stringex.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 661d7e3c65c95e9fe6997889d510780e0ef75e2c
|
4
|
+
data.tar.gz: 8853af3eadd28ecf27b364a92ca26386d5ec2a5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ad3f2a25575c1573a4cf48fb62345367410c087876e1602bd6855c345e91a644903c0941d7b2693144a8705c1614a71870fd774da55d16f68b8bc2db2455154
|
7
|
+
data.tar.gz: 99ecf4ecb5b14b3e7811201dfe5581b9faab325d957b0fe4a341967176fa2153e5403eb628adc93fdc84c7fe3779b3413735dacee1ac645ff0115f96f61e5e17
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.4.
|
1
|
+
2.4.2
|
@@ -34,7 +34,7 @@ module Stringex
|
|
34
34
|
:allow_duplicates => false,
|
35
35
|
:callback_method => :before_validation,
|
36
36
|
:duplicate_count_separator => "-",
|
37
|
-
:
|
37
|
+
:enforce_uniqueness_on_sti_base_class => false,
|
38
38
|
:only_when_blank => false,
|
39
39
|
:scope_for_url => nil,
|
40
40
|
:sync_url => false,
|
data/stringex.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: stringex 2.4.
|
5
|
+
# stub: stringex 2.4.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "stringex"
|
9
|
-
s.version = "2.4.
|
9
|
+
s.version = "2.4.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|