activerecord_url_connections 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require "activerecord_url_connections/version"
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "activerecord_url_connections"
|
7
|
-
s.version =
|
7
|
+
s.version = ActiveRecordURLConnections::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Glenn Gillen"]
|
10
10
|
s.email = ["glenn@rubypond.com"]
|
@@ -1,3 +1,3 @@
|
|
1
|
-
module
|
2
|
-
VERSION = "0.0.
|
1
|
+
module ActiveRecordURLConnections
|
2
|
+
VERSION = "0.0.2"
|
3
3
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: activerecord_url_connections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Glenn Gillen
|
@@ -44,7 +44,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
hash: -
|
47
|
+
hash: -2816335097435414650
|
48
48
|
segments:
|
49
49
|
- 0
|
50
50
|
version: "0"
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
54
54
|
- - ">="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
hash: -
|
56
|
+
hash: -2816335097435414650
|
57
57
|
segments:
|
58
58
|
- 0
|
59
59
|
version: "0"
|