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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffe14068735fae66446cb662b8136113122d645355d53285a4f9f153480112ad
4
- data.tar.gz: 7ee896f2e1d86148d4bfbe1237386cf8bf296df13bba15d10a423e4e2264109e
3
+ metadata.gz: c85f3aa03a5e9abe28b5204bbacf8e4bc8425a3d96c9636555ef24acd3663261
4
+ data.tar.gz: ca2e90ba2d9807ff48c90b726558c4e06bf07086e0748de4912db57b819900dc
5
5
  SHA512:
6
- metadata.gz: d0341559693842b454345bec14812245f65dc966ecdc2692fc9d8a4e3f2c5427d33c1333b240a9f2812fbd6f4d35e4a9a96d8cd0881d4df1f924e36a6977fd7e
7
- data.tar.gz: 01b98ccd57d9797e41ba667af3b8ddd9c2df5f234ce60d49117fa1bc1dc117b94250f2796db7b78bba10c27e11e02f2f5f7f82073cefbf55d6fbaacf3c28da61
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
  [![Gem Version](https://badge.fury.io/rb/activerecord-rdb-adapter.svg)](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.1
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 Firebird and RedDatabase Adapter for Rails 5+
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: http://gitlab.red-soft.biz/andrey.lobanov/activerecord-rdb-adapter
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 Firebird and RedDatabase Adapter
84
+ summary: ActiveRecord RedDatabase 3+ and Firebird 3+ Adapter
85
85
  test_files: []