obvious_data 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10c8c46db825f68b8b622ff2ad72d3d0fd951a6502a74a47c635ae11aacf46d6
4
- data.tar.gz: edb6d0121fdba012b7ff928bb43f03150056cf3e5600fdc7f6028aac9743036d
3
+ metadata.gz: bdfecab8df6ef07f925b98f9451e71f153e1d8d3d3950619dab7e73ea20c1711
4
+ data.tar.gz: 479ee68cd53b9a6713963380753857abe62fc2783c6025695e928cc1b60cd311
5
5
  SHA512:
6
- metadata.gz: e62bbed63eb679fee1501ca54e78a2712b655e095c6799b004985b7aae451644edd8be24e1c149aabd52db8a0d4bf6f5e1141758d49644e394076f13a6deefc5
7
- data.tar.gz: 6f4b9269232d1b880c9ff9b748f357b93c7e34e4157c6a26938aed8f769cabf35aa1235e0a8f8f9d952ddef6c716d5cb2152fd8a70672a0a01129bbf68ab3676
6
+ metadata.gz: 19393be883a27d1ac58735ecbbc45bb327c98aae92999f3bc8cd49d7bbf5cf7dd91b78b8695080d3a1a227b588fee80131bfa74d95db4524b6878ce8624c6dc5
7
+ data.tar.gz: 5ebe7b330ef0651eb288053ac12bc32d3290623ae1542afe24f68bf95fa0bc9bd730a0a0b5b774562f7c7a41557b4c95ca2fef5938d636cf9fc4a91e19fa88f7
data/LICENSE.txt ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2025 Enova International
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
data/README.md CHANGED
@@ -2,9 +2,6 @@ Obvious Data
2
2
  ============
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/obvious_data.svg)](https://rubygems.org/gems/obvious_data)
5
- [![Build Status](https://travis-ci.org/enova/obvious_data.svg?branch=master)](https://travis-ci.org/enova/obvious_data)
6
- [![Coverage Status](https://coveralls.io/repos/github/enova/obvious_data/badge.svg?branch=master)](https://coveralls.io/github/enova/obvious_data?branch=master)
7
- [![Dependency Status](https://gemnasium.com/enova/obvious_data.svg)](https://gemnasium.com/enova/obvious_data)
8
5
 
9
6
  Rails gem to treat DB functions, triggers, etc more like code, and make them more discoverable
10
7
 
@@ -1,3 +1,3 @@
1
1
  module ObviousData
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obvious_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suan-Aik Yeo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-10 00:00:00.000000000 Z
11
+ date: 2026-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 3.2.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6'
22
+ version: '8'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: 3.2.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6'
32
+ version: '8'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: activerecord
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: 3.2.0
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: '6'
42
+ version: '8'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,21 +49,21 @@ dependencies:
49
49
  version: 3.2.0
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: '6'
52
+ version: '8'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: pg
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - "~>"
57
+ - - "<"
58
58
  - !ruby/object:Gem::Version
59
- version: '0.18'
59
+ version: '2'
60
60
  type: :development
61
61
  prerelease: false
62
62
  version_requirements: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
64
+ - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '0.18'
66
+ version: '2'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: rspec
69
69
  requirement: !ruby/object:Gem::Requirement
@@ -92,20 +92,6 @@ dependencies:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0.10'
95
- - !ruby/object:Gem::Dependency
96
- name: coveralls
97
- requirement: !ruby/object:Gem::Requirement
98
- requirements:
99
- - - "~>"
100
- - !ruby/object:Gem::Version
101
- version: '0.8'
102
- type: :development
103
- prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
105
- requirements:
106
- - - "~>"
107
- - !ruby/object:Gem::Version
108
- version: '0.8'
109
95
  description: Rails gem to treat DB functions, triggers, etc more like code, and make
110
96
  them more discoverable
111
97
  email:
@@ -114,7 +100,7 @@ executables: []
114
100
  extensions: []
115
101
  extra_rdoc_files: []
116
102
  files:
117
- - MIT-LICENSE
103
+ - LICENSE.txt
118
104
  - README.md
119
105
  - Rakefile
120
106
  - lib/generators/obvious_data_directories_generator.rb
@@ -157,7 +143,7 @@ homepage: http://github.com/enova/obvious_data
157
143
  licenses:
158
144
  - MIT
159
145
  metadata: {}
160
- post_install_message:
146
+ post_install_message:
161
147
  rdoc_options: []
162
148
  require_paths:
163
149
  - lib
@@ -172,15 +158,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
158
  - !ruby/object:Gem::Version
173
159
  version: '0'
174
160
  requirements: []
175
- rubyforge_project:
176
- rubygems_version: 2.7.5
177
- signing_key:
161
+ rubygems_version: 3.3.26
162
+ signing_key:
178
163
  specification_version: 4
179
164
  summary: Treat DB functions, triggers, etc more like code, and make them more discoverable
180
165
  test_files:
181
166
  - spec/dummy/README.rdoc
182
167
  - spec/dummy/Rakefile
183
- - spec/dummy/config.ru
184
168
  - spec/dummy/config/application.rb
185
169
  - spec/dummy/config/boot.rb
186
170
  - spec/dummy/config/database.yml
@@ -194,6 +178,7 @@ test_files:
194
178
  - spec/dummy/config/initializers/wrap_parameters.rb
195
179
  - spec/dummy/config/locales/en.yml
196
180
  - spec/dummy/config/routes.rb
181
+ - spec/dummy/config.ru
197
182
  - spec/dummy/db/migrate/20140724185749_create_dummy_table.rb
198
183
  - spec/dummy/db/migrate/20140724192457_create_dummy_trigger_func.rb
199
184
  - spec/dummy/db/structure.sql
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2014 YOURNAME
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.