nonstandard 0.1.3 → 0.1.4
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/CHANGELOG.md +3 -0
- data/Gemfile.lock +26 -26
- data/README.md +15 -4
- data/lib/nonstandard/version.rb +1 -1
- data/rails.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d41ece812b796042758cdd10fdae8a74865973a473e27074173f8ce594d8714
|
|
4
|
+
data.tar.gz: b5c5f3a67da690480c18b1e2db4e1a260956df1b13a1195da51a9aa7571e711d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cd48eea60fa0d9179d13ab93f120086d298a2b478f531b82ea40e6e01e5530a72d8c3d4313fdeb9901b031e040dfd5e5b1dcbf24d8831ea45021e0f2d170fd3
|
|
7
|
+
data.tar.gz: b784fda0bbe30160d79cf91d21566ae59bdc33343f70965a52eecfed956a7b4d757a6279a687b45af2cd0f2e749ee7399671cb3eb6489a0d6cf7942f125fa820
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nonstandard (0.1.
|
|
4
|
+
nonstandard (0.1.4)
|
|
5
5
|
rubocop
|
|
6
6
|
rubocop-faker
|
|
7
7
|
rubocop-performance
|
|
@@ -12,57 +12,57 @@ PATH
|
|
|
12
12
|
GEM
|
|
13
13
|
remote: https://rubygems.org/
|
|
14
14
|
specs:
|
|
15
|
-
activesupport (
|
|
15
|
+
activesupport (7.0.3.1)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
17
|
i18n (>= 1.6, < 2)
|
|
18
18
|
minitest (>= 5.1)
|
|
19
19
|
tzinfo (~> 2.0)
|
|
20
|
-
zeitwerk (~> 2.3)
|
|
21
20
|
ast (2.4.2)
|
|
22
|
-
concurrent-ruby (1.1.
|
|
23
|
-
faker (2.
|
|
24
|
-
i18n (>= 1.
|
|
25
|
-
i18n (1.
|
|
21
|
+
concurrent-ruby (1.1.10)
|
|
22
|
+
faker (2.22.0)
|
|
23
|
+
i18n (>= 1.8.11, < 2)
|
|
24
|
+
i18n (1.12.0)
|
|
26
25
|
concurrent-ruby (~> 1.0)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
json (2.6.2)
|
|
27
|
+
minitest (5.16.2)
|
|
28
|
+
parallel (1.22.1)
|
|
29
|
+
parser (3.1.2.1)
|
|
30
30
|
ast (~> 2.4.1)
|
|
31
|
-
rack (2.2.
|
|
32
|
-
rainbow (3.
|
|
31
|
+
rack (2.2.4)
|
|
32
|
+
rainbow (3.1.1)
|
|
33
33
|
rake (13.0.3)
|
|
34
|
-
regexp_parser (2.
|
|
34
|
+
regexp_parser (2.5.0)
|
|
35
35
|
rexml (3.2.5)
|
|
36
|
-
rubocop (1.
|
|
36
|
+
rubocop (1.35.0)
|
|
37
|
+
json (~> 2.3)
|
|
37
38
|
parallel (~> 1.10)
|
|
38
|
-
parser (>= 3.
|
|
39
|
+
parser (>= 3.1.2.1)
|
|
39
40
|
rainbow (>= 2.2.2, < 4.0)
|
|
40
41
|
regexp_parser (>= 1.8, < 3.0)
|
|
41
|
-
rexml
|
|
42
|
-
rubocop-ast (>= 1.
|
|
42
|
+
rexml (>= 3.2.5, < 4.0)
|
|
43
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
43
44
|
ruby-progressbar (~> 1.7)
|
|
44
45
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
45
|
-
rubocop-ast (1.
|
|
46
|
-
parser (>= 3.
|
|
46
|
+
rubocop-ast (1.21.0)
|
|
47
|
+
parser (>= 3.1.1.0)
|
|
47
48
|
rubocop-faker (1.1.0)
|
|
48
49
|
faker (>= 2.12.0)
|
|
49
50
|
rubocop (>= 0.82.0)
|
|
50
|
-
rubocop-performance (1.
|
|
51
|
+
rubocop-performance (1.14.3)
|
|
51
52
|
rubocop (>= 1.7.0, < 2.0)
|
|
52
53
|
rubocop-ast (>= 0.4.0)
|
|
53
|
-
rubocop-rails (2.
|
|
54
|
+
rubocop-rails (2.15.2)
|
|
54
55
|
activesupport (>= 4.2.0)
|
|
55
56
|
rack (>= 1.1)
|
|
56
57
|
rubocop (>= 1.7.0, < 2.0)
|
|
57
58
|
rubocop-rake (0.6.0)
|
|
58
59
|
rubocop (~> 1.0)
|
|
59
|
-
rubocop-rspec (2.
|
|
60
|
-
rubocop (~> 1.
|
|
60
|
+
rubocop-rspec (2.12.1)
|
|
61
|
+
rubocop (~> 1.31)
|
|
61
62
|
ruby-progressbar (1.11.0)
|
|
62
|
-
tzinfo (2.0.
|
|
63
|
+
tzinfo (2.0.5)
|
|
63
64
|
concurrent-ruby (~> 1.0)
|
|
64
|
-
unicode-display_width (2.
|
|
65
|
-
zeitwerk (2.5.1)
|
|
65
|
+
unicode-display_width (2.2.0)
|
|
66
66
|
|
|
67
67
|
PLATFORMS
|
|
68
68
|
arm64-darwin-20
|
data/README.md
CHANGED
|
@@ -58,15 +58,26 @@ If you have access to publish the gem on rubygems:
|
|
|
58
58
|
|
|
59
59
|
1. Update the `version.rb` file as appropriate
|
|
60
60
|
1. `bundle` if any dependencies have changed
|
|
61
|
-
1. Commit all changes
|
|
62
61
|
1. Update the `CHANGELOG.md`
|
|
62
|
+
1. Commit all changes & push to repo
|
|
63
|
+
1. Merge version branch into main
|
|
64
|
+
1. Tag the release on main
|
|
63
65
|
1. Publish to rubygems
|
|
64
66
|
|
|
67
|
+
Tagging the release:
|
|
68
|
+
|
|
69
|
+
```sh
|
|
70
|
+
git tag -a <version>
|
|
71
|
+
git push origin <version>
|
|
72
|
+
```
|
|
73
|
+
|
|
65
74
|
Publishing to rubygems:
|
|
66
75
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
76
|
+
```sh
|
|
77
|
+
rake build
|
|
78
|
+
cd pkg
|
|
79
|
+
gem push nonstandard.<version_number>.gem
|
|
80
|
+
```
|
|
70
81
|
|
|
71
82
|
## Contributing
|
|
72
83
|
|
data/lib/nonstandard/version.rb
CHANGED
data/rails.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nonstandard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Dorsey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
141
|
version: '0'
|
|
142
142
|
requirements: []
|
|
143
|
-
rubygems_version: 3.
|
|
143
|
+
rubygems_version: 3.4.13
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: Opinionated Style Guide
|