stance 0.5.0 → 0.5.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +27 -27
  3. data/lib/stance/version.rb +1 -1
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e3331680d4153bfa8cefa453b03db38cc87ad2ee34e5413790e70fca91e9626
4
- data.tar.gz: aaf358e5b0a7f9f42c08df1860b5410536a591ee61525ab24e8449714c257d00
3
+ metadata.gz: 6b55abfe34c74dfe170cc5adda3b174c120bc7b953f174c815350145954697de
4
+ data.tar.gz: 0b407ba5c2fc0f5784ef3489f676f0894d8116211a097096cba8a4c41030c785
5
5
  SHA512:
6
- metadata.gz: 3f98996364a4ebd043d9718e9c0ef7052bbc0fd03048376f66736c686c2d05fd97a1cec05833ad809e8a48361e90e8af33ac01c33a87863865916a3dbd98bd4c
7
- data.tar.gz: 970e10e13187da5d36c3d7dff886c9c1d4971b539ef0c57d180f56a029f2987f3231b5851c377e9b9c7d0eb94bd1cece8a32a7777a594df8ae093c3bccd5609b
6
+ metadata.gz: ff33b9da2fd7cf166f7ecb316c1afe04cc61ffefd140a1c4b8164443258673e2f6c440757e90706700cfd7b2b07a830ac34a8c9f039394308f214e5a246922c3
7
+ data.tar.gz: 587bdd935ea27aaff3df1201691c21d7340e1fea876c7857c94d17f94af86013816986cd4efbfcefcfc87ac3355fd510c2ea3c1c2e74d02765eeac447cfde9c2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stance (0.4.0)
4
+ stance (0.5.0)
5
5
  activerecord (>= 5)
6
6
  multi_json
7
7
  railties (>= 5)
@@ -9,31 +9,31 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (6.1.1)
13
- actionview (= 6.1.1)
14
- activesupport (= 6.1.1)
12
+ actionpack (6.1.3.1)
13
+ actionview (= 6.1.3.1)
14
+ activesupport (= 6.1.3.1)
15
15
  rack (~> 2.0, >= 2.0.9)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (6.1.1)
20
- activesupport (= 6.1.1)
19
+ actionview (6.1.3.1)
20
+ activesupport (= 6.1.3.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (6.1.1)
26
- activesupport (= 6.1.1)
27
- activerecord (6.1.1)
28
- activemodel (= 6.1.1)
29
- activesupport (= 6.1.1)
30
- activesupport (6.1.1)
25
+ activemodel (6.1.3.1)
26
+ activesupport (= 6.1.3.1)
27
+ activerecord (6.1.3.1)
28
+ activemodel (= 6.1.3.1)
29
+ activesupport (= 6.1.3.1)
30
+ activesupport (6.1.3.1)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
34
34
  tzinfo (~> 2.0)
35
35
  zeitwerk (~> 2.3)
36
- ast (2.4.1)
36
+ ast (2.4.2)
37
37
  autotest-suffix (1.1.0)
38
38
  builder (3.2.4)
39
39
  combustion (1.3.1)
@@ -43,14 +43,14 @@ GEM
43
43
  concurrent-ruby (1.1.8)
44
44
  crass (1.0.6)
45
45
  erubi (1.10.0)
46
- i18n (1.8.7)
46
+ i18n (1.8.10)
47
47
  concurrent-ruby (~> 1.0)
48
- loofah (2.9.0)
48
+ loofah (2.9.1)
49
49
  crass (~> 1.0.2)
50
50
  nokogiri (>= 1.5.9)
51
51
  method_source (1.0.0)
52
52
  mini_portile2 (2.5.0)
53
- minitest (5.14.3)
53
+ minitest (5.14.4)
54
54
  minitest-autotest (1.1.1)
55
55
  minitest-server (~> 1.0)
56
56
  path_expander (~> 1.0)
@@ -60,11 +60,11 @@ GEM
60
60
  minitest (~> 5.0)
61
61
  mocha (1.12.0)
62
62
  multi_json (1.15.0)
63
- nokogiri (1.11.1)
63
+ nokogiri (1.11.3)
64
64
  mini_portile2 (~> 2.5.0)
65
65
  racc (~> 1.4)
66
66
  parallel (1.20.1)
67
- parser (3.0.0.0)
67
+ parser (3.0.1.0)
68
68
  ast (~> 2.4.1)
69
69
  path_expander (1.1.0)
70
70
  racc (1.5.2)
@@ -76,17 +76,17 @@ GEM
76
76
  nokogiri (>= 1.6)
77
77
  rails-html-sanitizer (1.3.0)
78
78
  loofah (~> 2.3)
79
- railties (6.1.1)
80
- actionpack (= 6.1.1)
81
- activesupport (= 6.1.1)
79
+ railties (6.1.3.1)
80
+ actionpack (= 6.1.3.1)
81
+ activesupport (= 6.1.3.1)
82
82
  method_source
83
83
  rake (>= 0.8.7)
84
84
  thor (~> 1.0)
85
85
  rainbow (3.0.0)
86
86
  rake (13.0.3)
87
- regexp_parser (2.0.3)
88
- rexml (3.2.4)
89
- rubocop (1.8.1)
87
+ regexp_parser (2.1.1)
88
+ rexml (3.2.5)
89
+ rubocop (1.12.1)
90
90
  parallel (~> 1.10)
91
91
  parser (>= 3.0.0.0)
92
92
  rainbow (>= 2.2.2, < 4.0)
@@ -95,11 +95,11 @@ GEM
95
95
  rubocop-ast (>= 1.2.0, < 2.0)
96
96
  ruby-progressbar (~> 1.7)
97
97
  unicode-display_width (>= 1.4.0, < 3.0)
98
- rubocop-ast (1.4.0)
98
+ rubocop-ast (1.4.1)
99
99
  parser (>= 2.7.1.5)
100
100
  ruby-progressbar (1.11.0)
101
101
  sqlite3 (1.4.2)
102
- thor (1.0.1)
102
+ thor (1.1.0)
103
103
  tzinfo (2.0.4)
104
104
  concurrent-ruby (~> 1.0)
105
105
  unicode-display_width (2.0.0)
@@ -121,4 +121,4 @@ DEPENDENCIES
121
121
  stance!
122
122
 
123
123
  BUNDLED WITH
124
- 2.1.4
124
+ 2.2.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stance
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-27 00:00:00.000000000 Z
11
+ date: 2021-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5'
55
- description:
55
+ description:
56
56
  email:
57
57
  - joel@developwithstyle.com
58
58
  executables: []
@@ -89,7 +89,7 @@ metadata:
89
89
  homepage_uri: https://github.com/joelmoss/stance
90
90
  source_code_uri: https://github.com/joelmoss/stance
91
91
  changelog_uri: https://github.com/joelmoss/stance/releases
92
- post_install_message:
92
+ post_install_message:
93
93
  rdoc_options: []
94
94
  require_paths:
95
95
  - lib
@@ -104,8 +104,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.1.4
108
- signing_key:
107
+ rubygems_version: 3.2.3
108
+ signing_key:
109
109
  specification_version: 4
110
110
  summary: Event System for Rails
111
111
  test_files: []