activerecord-oracle_enhanced-adapter 1.7.0.rc1 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 766d556c9fdb716de4aecfd9856f94187f11ea9f
4
- data.tar.gz: 3e0df68d291259d67fbc4b020b10c0aa876204d9
3
+ metadata.gz: 90fa8b1a7acfc65a87b37c9d9e6fab35b7a6fe35
4
+ data.tar.gz: 3d1fe46c3644b1a5ac00bc7c212df6e7e55fa1fb
5
5
  SHA512:
6
- metadata.gz: 073a8f2e716f1090227ce6296b6cbdc0f489fa77b158a5d0bb03011f24ea1c2f2d643c560ba87afa6007547961924a2ca9984658dc36f1a547ef7509126a548e
7
- data.tar.gz: 1fb80f53dc9a0398ef762b5d96c20230c331435371b7237d2241b6eb32784716366feeb4e7f304c0aeaf0f1f116f4746225679108de748380fc4ffd43d6cd927
6
+ metadata.gz: 04809974b2b2258aff6483828ae2d4c5db9d2b7ff7f6c5290c8d0c6f50b63d59b391c66efbe47bb3f911c0083fb16707c10479ddd4a3c1e7c9a00a5f8366cd04
7
+ data.tar.gz: 2fb86439af72485537fa6e6545eedffd2716e77f3ee640a5e207a1ff935add1f650c94a71e6b0ef0e50b7922b69d07dd4c92c222a42b028e6eacc9255800c3aa
data/History.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.7.0 / 2016-08-04
2
+
3
+ * Changes and bug fixes
4
+ * No changes since 1.7.0.rc1
5
+
6
+ * Known issues
7
+ * No changes since 1.7.0.rc1
8
+
1
9
  ## 1.7.0.rc1 / 2016-08-02
2
10
 
3
11
  * Changes and bug fixes
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- [![Build Status](https://travis-ci.org/rsim/oracle-enhanced.svg?branch=master)](https://travis-ci.org/rsim/oracle-enhanced)
2
-
3
1
  activerecord-oracle_enhanced-adapter
4
2
  ====================================
5
3
 
@@ -8,17 +6,18 @@ Oracle enhanced adapter for ActiveRecord
8
6
  DESCRIPTION
9
7
  -----------
10
8
 
11
- Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 4.0 and it is working with Oracle database versions from 10g to 12c.
9
+ Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 5.0 and it is working with Oracle database versions from 10g to 12c.
12
10
 
13
11
  INSTALLATION
14
12
  ------------
15
- ### Rails 5
13
+ ### Rails 5.0
16
14
 
17
- Oracle enhanced adapter Rails 5 support is still in beta release, so use with caution.
15
+ Oracle enhanced adapter version 1.7 just supports Rails 5.0 and does not support Rails 4.2 or lower version of Rails.
16
+ When using Ruby on Rails version 5.0 then in Gemfile include
18
17
 
19
18
  ```ruby
20
19
  # Use oracle as the database for Active Record
21
- gem 'activerecord-oracle_enhanced-adapter', '~> 1.7.0.rc1'
20
+ gem 'activerecord-oracle_enhanced-adapter', '~> 1.7.0'
22
21
  ```
23
22
 
24
23
  ### Rails 4.2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0.rc1
1
+ 1.7.0
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{activerecord-oracle_enhanced-adapter}
3
- s.version = "1.7.0.rc1"
3
+ s.version = "1.7.0"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.required_ruby_version = '>= 2.2.2'
7
7
  s.license = 'MIT'
8
8
  s.authors = [%q{Raimonds Simanovskis}]
9
- s.date = %q{2016-08-02}
9
+ s.date = %q{2016-08-04}
10
10
  s.description = %q{Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
11
11
  This adapter is superset of original ActiveRecord Oracle adapter.
12
12
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-oracle_enhanced-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0.rc1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raimonds Simanovskis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-02 00:00:00.000000000 Z
11
+ date: 2016-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord