activerecord-ingres-adapter 4.0.0 → 4.0.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 +4 -4
- data/README.md +1 -1
- data/activerecord_ingres_adapter.gemspec +1 -1
- data/lib/active_record/connection_adapters/ingres_adapter.rb +1 -1
- 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: 019cf9128993aeffdd776f853ff28b6b5cfabf9c
|
4
|
+
data.tar.gz: 385d240f4c6dc51ec5eb5f3c4102e3bdc63c2437
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a908e9211e4090a60c29165362ca852496909cc6c24a1ec5551ce4e9bd9bd313f27fa4ed7d8afb0670eb75791f5de72da44c9bb0ccdabb83439909437628e345
|
7
|
+
data.tar.gz: de9b10dbea3d6c4f6a919648ceeddfc2d70a09d83c76c70eb08e44a5073eb7a8383724b1738cde061d490cb09b4ee7eb20edb8b5d9dc43f71872d86743496351
|
data/README.md
CHANGED
@@ -53,7 +53,7 @@ I maintain compatibility for Rails 3.2.x and Arel 3 in the 3-0-stable branch. Us
|
|
53
53
|
|
54
54
|
I maintain compatibility for Rails 4 and Arel 4/5 in the 4-0-stable branch. Using rubygems you can do:
|
55
55
|
|
56
|
-
$ gem install activerecord-ingres-adapter -v 4.0.
|
56
|
+
$ gem install activerecord-ingres-adapter -v 4.0.1
|
57
57
|
|
58
58
|
## TODO
|
59
59
|
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "activerecord-ingres-adapter"
|
6
|
-
s.version = "4.0.
|
6
|
+
s.version = "4.0.1"
|
7
7
|
s.summary = "ActiveRecord Ingres Adapter"
|
8
8
|
s.email = "felix.bellanger@gmail.com"
|
9
9
|
s.homepage = "https://github.com/Keeguon/activerecord-ingres-adapter"
|