built_in_data 1.1.2 → 1.1.3
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 +4 -4
- data/lib/built_in_data/version.rb +1 -1
- data/test/dummy/log/test.log +1104 -0
- metadata +8 -22
metadata
CHANGED
|
@@ -1,44 +1,30 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: built_in_data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Baldwin
|
|
8
8
|
- Brightways Learning
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-10-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name:
|
|
15
|
+
name: activerecord
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
18
|
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 5.0.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - ">="
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
28
|
-
- !ruby/object:Gem::Dependency
|
|
29
|
-
name: sqlite3
|
|
30
|
-
requirement: !ruby/object:Gem::Requirement
|
|
31
|
-
requirements:
|
|
32
|
-
- - "~>"
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
version: '1.4'
|
|
35
|
-
type: :development
|
|
36
|
-
prerelease: false
|
|
37
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
38
|
-
requirements:
|
|
39
|
-
- - "~>"
|
|
40
|
-
- !ruby/object:Gem::Version
|
|
41
|
-
version: '1.4'
|
|
27
|
+
version: 5.0.0
|
|
42
28
|
description: BuiltInData is a simple tool for loading and updating data in a Rails
|
|
43
29
|
application.
|
|
44
30
|
email:
|
|
@@ -102,7 +88,7 @@ homepage: https://github.com/wwidea/built_in_data
|
|
|
102
88
|
licenses:
|
|
103
89
|
- MIT
|
|
104
90
|
metadata: {}
|
|
105
|
-
post_install_message:
|
|
91
|
+
post_install_message:
|
|
106
92
|
rdoc_options: []
|
|
107
93
|
require_paths:
|
|
108
94
|
- lib
|
|
@@ -118,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
104
|
version: '0'
|
|
119
105
|
requirements: []
|
|
120
106
|
rubygems_version: 3.0.3
|
|
121
|
-
signing_key:
|
|
107
|
+
signing_key:
|
|
122
108
|
specification_version: 4
|
|
123
109
|
summary: Data management for Rails models.
|
|
124
110
|
test_files:
|