makenew-rbgem 1.1.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +26 -24
- data/README.md +3 -3
- data/lib/makenew-rbgem/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72e8f8cce4c4ca701de6a4739bd5bca45d395e912fabe2515b02973a9ca4f421
|
4
|
+
data.tar.gz: e483061815eb281dc2c26a413b5815d2d657c5631270831a170ba191c090c64a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afa74bbf742f8b5afb7b044249f523ce4e54a8f62a3ad45c6c09aa1decffefd9803d00a677c7f04a164da433559d5ab8e5b6813ecd0a9a694dfd2e53c1f0952f
|
7
|
+
data.tar.gz: 650cc61256ad02a10ed4ac4c464a9d568e9651b522ab545fffd5ef8c3d60f048d44af4b2c329091ce4ddf634203dbc5d385b1d9e8a7eca90717f455695cdd557
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
makenew-rbgem (
|
4
|
+
makenew-rbgem (2.0.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -11,7 +11,8 @@ GEM
|
|
11
11
|
diff-lcs (1.5.0)
|
12
12
|
docile (1.4.0)
|
13
13
|
gem-release (2.2.2)
|
14
|
-
json (2.6.
|
14
|
+
json (2.6.3)
|
15
|
+
language_server-protocol (3.17.0.2)
|
15
16
|
multi_json (1.15.0)
|
16
17
|
parallel (1.22.1)
|
17
18
|
parse_gemspec (1.0.0)
|
@@ -19,42 +20,42 @@ GEM
|
|
19
20
|
multi_json
|
20
21
|
parse_gemspec
|
21
22
|
thor
|
22
|
-
parser (3.1.
|
23
|
+
parser (3.1.3.0)
|
23
24
|
ast (~> 2.4.1)
|
24
25
|
rainbow (3.1.1)
|
25
26
|
rake (13.0.6)
|
26
|
-
regexp_parser (2.6.
|
27
|
+
regexp_parser (2.6.1)
|
27
28
|
rexml (3.2.5)
|
28
|
-
rspec (3.
|
29
|
-
rspec-core (~> 3.
|
30
|
-
rspec-expectations (~> 3.
|
31
|
-
rspec-mocks (~> 3.
|
32
|
-
rspec-core (3.
|
33
|
-
rspec-support (~> 3.
|
34
|
-
rspec-expectations (3.
|
29
|
+
rspec (3.12.0)
|
30
|
+
rspec-core (~> 3.12.0)
|
31
|
+
rspec-expectations (~> 3.12.0)
|
32
|
+
rspec-mocks (~> 3.12.0)
|
33
|
+
rspec-core (3.12.0)
|
34
|
+
rspec-support (~> 3.12.0)
|
35
|
+
rspec-expectations (3.12.1)
|
35
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
36
|
-
rspec-support (~> 3.
|
37
|
-
rspec-mocks (3.
|
37
|
+
rspec-support (~> 3.12.0)
|
38
|
+
rspec-mocks (3.12.1)
|
38
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
39
|
-
rspec-support (~> 3.
|
40
|
-
rspec-support (3.
|
41
|
-
rubocop (1.
|
40
|
+
rspec-support (~> 3.12.0)
|
41
|
+
rspec-support (3.12.0)
|
42
|
+
rubocop (1.40.0)
|
42
43
|
json (~> 2.3)
|
43
44
|
parallel (~> 1.10)
|
44
45
|
parser (>= 3.1.2.1)
|
45
46
|
rainbow (>= 2.2.2, < 4.0)
|
46
47
|
regexp_parser (>= 1.8, < 3.0)
|
47
48
|
rexml (>= 3.2.5, < 4.0)
|
48
|
-
rubocop-ast (>= 1.
|
49
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
49
50
|
ruby-progressbar (~> 1.7)
|
50
51
|
unicode-display_width (>= 1.4.0, < 3.0)
|
51
|
-
rubocop-ast (1.
|
52
|
+
rubocop-ast (1.24.1)
|
52
53
|
parser (>= 3.1.1.0)
|
53
|
-
rubocop-performance (1.
|
54
|
+
rubocop-performance (1.15.1)
|
54
55
|
rubocop (>= 1.7.0, < 2.0)
|
55
56
|
rubocop-ast (>= 0.4.0)
|
56
57
|
ruby-progressbar (1.11.0)
|
57
|
-
simplecov (0.
|
58
|
+
simplecov (0.22.0)
|
58
59
|
docile (~> 1.1)
|
59
60
|
simplecov-html (~> 0.11)
|
60
61
|
simplecov_json_formatter (~> 0.1)
|
@@ -64,9 +65,10 @@ GEM
|
|
64
65
|
terminal-table
|
65
66
|
simplecov-html (0.12.3)
|
66
67
|
simplecov_json_formatter (0.1.4)
|
67
|
-
standard (1.
|
68
|
-
|
69
|
-
rubocop
|
68
|
+
standard (1.20.0)
|
69
|
+
language_server-protocol (~> 3.17.0.2)
|
70
|
+
rubocop (= 1.40.0)
|
71
|
+
rubocop-performance (= 1.15.1)
|
70
72
|
terminal-table (3.0.2)
|
71
73
|
unicode-display_width (>= 1.1.1, < 3)
|
72
74
|
thor (1.2.1)
|
@@ -87,4 +89,4 @@ DEPENDENCIES
|
|
87
89
|
standard (~> 1.3)
|
88
90
|
|
89
91
|
BUNDLED WITH
|
90
|
-
2.
|
92
|
+
2.4.1
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ Bootstrap a new Ruby gem in five minutes or less.
|
|
37
37
|
### Bootstrapping a new project
|
38
38
|
|
39
39
|
1. Create an empty (**non-initialized**) repository on GitHub.
|
40
|
-
2. Clone the
|
40
|
+
2. Clone the main branch of this repository with
|
41
41
|
```
|
42
42
|
$ git clone --single-branch git@github.com:makenew/rbgem.git <new-ruby-gem>
|
43
43
|
$ cd <new-ruby-gem>
|
@@ -59,7 +59,7 @@ Bootstrap a new Ruby gem in five minutes or less.
|
|
59
59
|
$ git diff --cached
|
60
60
|
$ git commit -m "Replace makenew boilerplate"
|
61
61
|
$ git remote add origin git@github.com:<user>/<new-ruby-gem>.git
|
62
|
-
$ git push -u origin
|
62
|
+
$ git push -u origin main
|
63
63
|
```
|
64
64
|
6. Ensure the GitHub action passes,
|
65
65
|
then publish the initial version of the gem with
|
@@ -84,7 +84,7 @@ You can then fetch and merge changes with
|
|
84
84
|
|
85
85
|
```
|
86
86
|
$ git fetch --no-tags upstream
|
87
|
-
$ git merge upstream/
|
87
|
+
$ git merge upstream/main
|
88
88
|
```
|
89
89
|
|
90
90
|
#### Changelog for this skeleton
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: makenew-rbgem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Sosenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -144,7 +144,7 @@ metadata:
|
|
144
144
|
homepage_uri: https://github.com/makenew/rbgem
|
145
145
|
source_code_uri: https://github.com/makenew/rbgem
|
146
146
|
bug_tracker_uri: https://github.com/makenew/rbgem/issues
|
147
|
-
changelog_uri: https://github.com/makenew/rbgem/blob/
|
147
|
+
changelog_uri: https://github.com/makenew/rbgem/blob/main/CHANGELOG.md
|
148
148
|
github_repo: git@github.com:makenew/rbgem.git
|
149
149
|
post_install_message:
|
150
150
|
rdoc_options: []
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
|
-
rubygems_version: 3.
|
164
|
+
rubygems_version: 3.4.1
|
165
165
|
signing_key:
|
166
166
|
specification_version: 4
|
167
167
|
summary: Ruby Gem Project Skeleton
|