ca-data_store-ar 0.1.0 → 0.1.1

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: e3e8938a7a318d55a5adb03552302987fba2cbc105a6a8c29d6725f13e862bd7
4
- data.tar.gz: 7e2d43ea21124098a2fc519daac37f2e0a92d3a2db609bfabe5219c9290ea282
3
+ metadata.gz: 9000bdba1acc0fce352fa58e7d3cf077f9339b26e6fdce73aeaef9dbdadb8d94
4
+ data.tar.gz: 4d7cf74286cf189ff73a3d4b0086243099b3e91ace48cd0e16023a1f0fd9d03e
5
5
  SHA512:
6
- metadata.gz: 6150ce8d0a0bec4c620ba3cbaaadcebb480588044f69d6975617d786ede572817532ad97f780175858f80505076592e075c022021502c57fecfab32107392a2f
7
- data.tar.gz: e688d93aa01a1e2b4be21a62416129589b8fd15bf14ad648ee11a1020c012ca47895951da2ac632509d9c5064ba2d9de0feac61f23f511b9aa578543c2532ef3
6
+ metadata.gz: 0dc057b7b6fa0b4dd873a27d082d515dba440189e60c7777a1c1191f114472f6b04c3d3417ecf73f45bef2904677e76bae6ca9a9072179f99942ffa8b4bd93b3
7
+ data.tar.gz: 4c6df09287f859ee8cef2977f8b0c6051dc497441ca1a0740211bcd6c1bea869625ae570dc9f5754de0b25fbdbf5297476aab552127059a68335003abe5bfe07
@@ -0,0 +1,4 @@
1
+ ---
2
+ ca-data_store-ar:
3
+ - :version: 0.1.0
4
+ :timestamp: 1664513882.3107193
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ca-data_store-ar (0.1.0)
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.3.1)
16
- actionview (= 7.0.3.1)
17
- activesupport (= 7.0.3.1)
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.3.1)
23
- activesupport (= 7.0.3.1)
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.3.1)
29
- activesupport (= 7.0.3.1)
30
- activerecord (7.0.3.1)
31
- activemodel (= 7.0.3.1)
32
- activesupport (= 7.0.3.1)
33
- activesupport (7.0.3.1)
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.18.0)
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.2)
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.3.1)
86
- actionpack (= 7.0.3.1)
87
- activesupport (= 7.0.3.1)
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.4)
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 = timestampt[0...14]
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
 
@@ -3,7 +3,7 @@
3
3
  module Ca
4
4
  module DataStore
5
5
  module Ar
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
8
8
  end
9
9
  end
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.0
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