activerecord-rdb-adapter 0.7.1 → 0.7.2
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
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c85f3aa03a5e9abe28b5204bbacf8e4bc8425a3d96c9636555ef24acd3663261
|
|
4
|
+
data.tar.gz: ca2e90ba2d9807ff48c90b726558c4e06bf07086e0748de4912db57b819900dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7a7594e3fb000baa12dbcc65a39e1dcac6c090ce4fc2e2f3de567c21a2367c0d1ac6b3341a8482fd8fc8a77557c8df965b53d793f256afa870e36b3af07fb05
|
|
7
|
+
data.tar.gz: a17dfbdf42a518d932357159907991aaff1190b4f2fe864693379f54f9b415bcaa1989c795b642fe65fad5a4edb1aaf90b3db959add12ef3923db045e9a7af1d
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ActiveRecord adapter that allows you to use ActiveRecord 5+(Rails 5.2 is recommended) with [RedDatabase 3+](http://reddatabase.ru/) and Firebird 3
|
|
1
|
+
ActiveRecord adapter that allows you to use ActiveRecord 5+(**Rails 5.2 is recommended**) and **Ruby 2.5+** with [RedDatabase 3+](http://reddatabase.ru/) and Firebird 3
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/activerecord-rdb-adapter)
|
|
4
4
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-rdb-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrey Lobanov (RedSoft)
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '5.1'
|
|
41
|
-
description: ActiveRecord
|
|
41
|
+
description: ActiveRecord RedDatabase 3+ and Firebird 3+ Adapter for Rails 5+
|
|
42
42
|
email: andrey.lobanov@red-soft.ru
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- lib/active_record/tasks/rdb_database_tasks.rb
|
|
59
59
|
- lib/activerecord-rdb-adapter.rb
|
|
60
60
|
- lib/arel/visitors/rdb_visitor.rb
|
|
61
|
-
homepage:
|
|
61
|
+
homepage: https://github.com/woblavobla/activerecord_rdb_adapter
|
|
62
62
|
licenses:
|
|
63
63
|
- MIT
|
|
64
64
|
metadata: {}
|
|
@@ -81,5 +81,5 @@ requirements:
|
|
|
81
81
|
rubygems_version: 3.0.1
|
|
82
82
|
signing_key:
|
|
83
83
|
specification_version: 4
|
|
84
|
-
summary: ActiveRecord
|
|
84
|
+
summary: ActiveRecord RedDatabase 3+ and Firebird 3+ Adapter
|
|
85
85
|
test_files: []
|