activerecord-adonet-sqlserver 0.3.2 → 0.3.3
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.
- data/activerecord-adonet-sqlserver.gemspec +2 -1
- metadata +11 -1
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.rubygems_version = "1.3.5"
|
24
24
|
s.specification_version = 3
|
25
25
|
s.add_runtime_dependency "dbd-adonet-sqlserver", "= 0.3.2"
|
26
|
+
s.add_runtime_dependency "activerecord-sqlserver-adapter", "= 2.3.1"
|
26
27
|
s.summary = "Wires up ActiveRecord to work with SQLServer through IronRuby."
|
27
|
-
s.version = "0.3.
|
28
|
+
s.version = "0.3.3"
|
28
29
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-adonet-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Porto Carrero
|
@@ -22,6 +22,16 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: 0.3.2
|
24
24
|
version:
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: activerecord-sqlserver-adapter
|
27
|
+
type: :runtime
|
28
|
+
version_requirement:
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 2.3.1
|
34
|
+
version:
|
25
35
|
description: Wires up ActiveRecord to work with SQLServer through IronRuby.
|
26
36
|
email: ivan@flanders.co.nz
|
27
37
|
executables: []
|