ca-data_store-ar 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.release_history.yml +4 -0
- data/Gemfile.lock +18 -18
- data/lib/ca/data_store/ar/migration/migration_helper.rb +1 -1
- data/lib/ca/data_store/ar/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9000bdba1acc0fce352fa58e7d3cf077f9339b26e6fdce73aeaef9dbdadb8d94
|
4
|
+
data.tar.gz: 4d7cf74286cf189ff73a3d4b0086243099b3e91ace48cd0e16023a1f0fd9d03e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dc057b7b6fa0b4dd873a27d082d515dba440189e60c7777a1c1191f114472f6b04c3d3417ecf73f45bef2904677e76bae6ca9a9072179f99942ffa8b4bd93b3
|
7
|
+
data.tar.gz: 4c6df09287f859ee8cef2977f8b0c6051dc497441ca1a0740211bcd6c1bea869625ae570dc9f5754de0b25fbdbf5297476aab552127059a68335003abe5bfe07
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ca-data_store-ar (0.1.
|
4
|
+
ca-data_store-ar (0.1.1)
|
5
5
|
activerecord
|
6
6
|
activesupport
|
7
7
|
ca-data_store
|
@@ -12,25 +12,25 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
actionpack (7.0.
|
16
|
-
actionview (= 7.0.
|
17
|
-
activesupport (= 7.0.
|
15
|
+
actionpack (7.0.4)
|
16
|
+
actionview (= 7.0.4)
|
17
|
+
activesupport (= 7.0.4)
|
18
18
|
rack (~> 2.0, >= 2.2.0)
|
19
19
|
rack-test (>= 0.6.3)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
21
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
22
|
-
actionview (7.0.
|
23
|
-
activesupport (= 7.0.
|
22
|
+
actionview (7.0.4)
|
23
|
+
activesupport (= 7.0.4)
|
24
24
|
builder (~> 3.1)
|
25
25
|
erubi (~> 1.4)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
28
|
-
activemodel (7.0.
|
29
|
-
activesupport (= 7.0.
|
30
|
-
activerecord (7.0.
|
31
|
-
activemodel (= 7.0.
|
32
|
-
activesupport (= 7.0.
|
33
|
-
activesupport (7.0.
|
28
|
+
activemodel (7.0.4)
|
29
|
+
activesupport (= 7.0.4)
|
30
|
+
activerecord (7.0.4)
|
31
|
+
activemodel (= 7.0.4)
|
32
|
+
activesupport (= 7.0.4)
|
33
|
+
activesupport (7.0.4)
|
34
34
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
35
35
|
i18n (>= 1.6, < 2)
|
36
36
|
minitest (>= 5.1)
|
@@ -63,11 +63,11 @@ GEM
|
|
63
63
|
gvcs (0.1.0)
|
64
64
|
i18n (1.12.0)
|
65
65
|
concurrent-ruby (~> 1.0)
|
66
|
-
loofah (2.
|
66
|
+
loofah (2.19.0)
|
67
67
|
crass (~> 1.0.2)
|
68
68
|
nokogiri (>= 1.5.9)
|
69
69
|
method_source (1.0.0)
|
70
|
-
minitest (5.16.
|
70
|
+
minitest (5.16.3)
|
71
71
|
nokogiri (1.13.8-x86_64-linux)
|
72
72
|
racc (~> 1.4)
|
73
73
|
pastel (0.8.0)
|
@@ -82,9 +82,9 @@ GEM
|
|
82
82
|
nokogiri (>= 1.6)
|
83
83
|
rails-html-sanitizer (1.4.3)
|
84
84
|
loofah (~> 2.3)
|
85
|
-
railties (7.0.
|
86
|
-
actionpack (= 7.0.
|
87
|
-
activesupport (= 7.0.
|
85
|
+
railties (7.0.4)
|
86
|
+
actionpack (= 7.0.4)
|
87
|
+
activesupport (= 7.0.4)
|
88
88
|
method_source
|
89
89
|
rake (>= 12.2)
|
90
90
|
thor (~> 1.0)
|
@@ -124,7 +124,7 @@ GEM
|
|
124
124
|
tty-screen (~> 0.8)
|
125
125
|
wisper (~> 2.0)
|
126
126
|
tty-screen (0.8.1)
|
127
|
-
tzinfo (2.0.
|
127
|
+
tzinfo (2.0.5)
|
128
128
|
concurrent-ruby (~> 1.0)
|
129
129
|
wisper (2.0.1)
|
130
130
|
zeitwerk (2.6.0)
|
@@ -59,7 +59,7 @@ module Ca
|
|
59
59
|
|
60
60
|
timestamp = Time.now.strftime("%Y%m%d%H%M%S%6N")
|
61
61
|
# rails only take 14 characters as timestamp
|
62
|
-
timestamp =
|
62
|
+
timestamp = timestamp[0...14]
|
63
63
|
path = File.expand_path(File.join(migPath,"#{timestamp}_#{name}.rb"))
|
64
64
|
migration_class = name.split("_").map(&:capitalize).join
|
65
65
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ca-data_store-ar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian
|
@@ -130,6 +130,7 @@ executables:
|
|
130
130
|
extensions: []
|
131
131
|
extra_rdoc_files: []
|
132
132
|
files:
|
133
|
+
- ".release_history.yml"
|
133
134
|
- ".rspec"
|
134
135
|
- Gemfile
|
135
136
|
- Gemfile.lock
|