ibm_db 2.6.1-x86-mingw32 → 3.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,38 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
5
- prerelease:
4
+ version: 3.0.0
6
5
  platform: x86-mingw32
7
6
  authors:
8
7
  - IBM
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-07-14 00:00:00.000000000Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activerecord
16
- requirement: &26638332 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
- version: 1.15.1
19
+ version: 4.2.0
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *26638332
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 4.2.0
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: archive-zip
27
- requirement: &26520756 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
- - - ! '>='
31
+ - - '>='
31
32
  - !ruby/object:Gem::Version
32
33
  version: 0.7.0
33
34
  type: :runtime
34
35
  prerelease: false
35
- version_requirements: *26520756
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.7.0
36
41
  description:
37
42
  email: opendev@us.ibm.com
38
43
  executables: []
@@ -93,46 +98,33 @@ files:
93
98
  - test/schema/zOS/ibm_db_specific_schema.rb
94
99
  homepage: https://github.com/ibmdb/ruby-ibmdb
95
100
  licenses: []
96
- post_install_message: ! '
101
+ metadata: {}
102
+ post_install_message: |2+
97
103
 
98
104
  *****************************************************************************
99
-
100
- Successfully installed ibm_db, the Ruby gem for IBM DB2/Informix. The Ruby gem
101
- is licensed under the MIT License. The package also includes IBM ODBC and CLI
102
- Driver from IBM, which could have been automatically downloaded as the Ruby gem
103
- is installed on your system/device. The license agreement to the IBM driver is
104
- available in the folder "$GEM_HOME/ibm_db-*/lib/clidriver/license". Check for additional
105
- dependencies, which may come with their own license agreement(s). Your use of the
106
- components of the package and dependencies constitutes your acceptance of their
107
- respective license agreements. If you do not accept the terms of any license agreement(s),
108
- then delete the relevant component(s) from your system/device.
109
-
105
+ Successfully installed ibm_db, the Ruby gem for IBM DB2/Informix. The Ruby gem is licensed under the MIT License. The package also includes IBM ODBC and CLI Driver from IBM, which could have been automatically downloaded as the Ruby gem is installed on your system/device. The license agreement to the IBM driver is available in the folder "$GEM_HOME/ibm_db-*/lib/clidriver/license". Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your system/device.
110
106
  *****************************************************************************
111
107
 
112
-
113
- '
114
108
  rdoc_options: []
115
109
  require_paths:
116
110
  - lib
117
111
  required_ruby_version: !ruby/object:Gem::Requirement
118
- none: false
119
112
  requirements:
120
- - - ! '>='
113
+ - - '>='
121
114
  - !ruby/object:Gem::Version
122
115
  version: 2.0.0
123
116
  required_rubygems_version: !ruby/object:Gem::Requirement
124
- none: false
125
117
  requirements:
126
- - - ! '>='
118
+ - - '>='
127
119
  - !ruby/object:Gem::Version
128
120
  version: '0'
129
121
  requirements:
130
- - ActiveRecord, at least 1.15.1
122
+ - ActiveRecord, at least 4.2.0
131
123
  rubyforge_project: rubyibm
132
- rubygems_version: 1.7.2
124
+ rubygems_version: 2.0.14
133
125
  signing_key:
134
- specification_version: 3
135
- summary: ! 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows,
126
+ specification_version: 4
127
+ summary: 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows,
136
128
  DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
137
129
  test_files:
138
130
  - test/ibm_db_test.rb