saberma-activerecord-oracle_enhanced-adapter-nvarchar2 1.2.1.1 → 1.2.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # oracle_enhanced_adapter.rb -- ActiveRecord adapter for Oracle 8i, 9i, 10g, 11g
2
2
  #
3
- # Authors or original oracle_adapter: Graham Jenkins, Michael Schoen
3
+ # Authors or original oracle_adapter: Graham Jenkins, Michael Schoen(Cool)
4
4
  #
5
5
  # Current maintainer: Raimonds Simanovskis (http://blog.rayapps.com)
6
6
  #
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{activerecord-oracle_enhanced-adapter-nvarchar2}
5
- s.version = "1.2.1.1"
5
+ s.version = "1.2.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Raimonds Simanovskis"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saberma-activerecord-oracle_enhanced-adapter-nvarchar2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.1
4
+ version: 1.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raimonds Simanovskis