makenew-rbgem 1.1.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0e89d4e76fa2f82f9eb39a4cf324376ac4ea2fdd380fe2bae40414eec0a7299
4
- data.tar.gz: 766f37282e2ba6892d570cb9ee41951187064f6f5e269d204456b9f3c11a74e7
3
+ metadata.gz: 6e0d41ead3e3459bf13f81459186f7cf766db282561820ee39857113473140c5
4
+ data.tar.gz: bffe8c4b61e45daf26a97a8d66360bf2cfe6056426b91f68942852b5d9baae3c
5
5
  SHA512:
6
- metadata.gz: a92f35837b4f3d963304f28653144fac99ab570f759b04d47c074e136667967c922fd19938f1c6586731a999730886d5a0e8045f5f409956ce9a89ff80239ba0
7
- data.tar.gz: 8b4468345f442c0a90b1a88376ecb20fbe1729798f2c675e35f1f66ef6508cf30bda361bc2ff29708ab42f2fe079a8c25fea4223472015c906cea99bb3c63a44
6
+ metadata.gz: 8e4b039abbbca7dc253a83be327d4f61d6ebb2600bd4ccfbde161c037deec64775b93a2f9b0976fae3832d0cf80735aaf56950da8ea0a05d619c3983f9b700f5
7
+ data.tar.gz: 07fcd4e9eae6fb48995e872211bc2d1055a8b5288ccaa93c555e011f7ecac88787286edee12f3c651f69404b48d4b988a9ec2cd50825e1c16e5f189f16fd0bc8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makenew-rbgem (1.1.0)
4
+ makenew-rbgem (2.0.1)
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.2)
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.2.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.0)
27
+ regexp_parser (2.6.1)
27
28
  rexml (3.2.5)
28
- rspec (3.11.0)
29
- rspec-core (~> 3.11.0)
30
- rspec-expectations (~> 3.11.0)
31
- rspec-mocks (~> 3.11.0)
32
- rspec-core (3.11.0)
33
- rspec-support (~> 3.11.0)
34
- rspec-expectations (3.11.1)
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.11.0)
37
- rspec-mocks (3.11.1)
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.11.0)
40
- rspec-support (3.11.1)
41
- rubocop (1.35.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.20.1, < 2.0)
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.21.0)
52
+ rubocop-ast (1.24.1)
52
53
  parser (>= 3.1.1.0)
53
- rubocop-performance (1.14.3)
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.21.2)
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.16.1)
68
- rubocop (= 1.35.1)
69
- rubocop-performance (= 1.14.3)
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.3.23
92
+ 2.4.1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Evan Sosenko
3
+ Copyright (c) 2023 Evan Sosenko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
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 master branch of this repository with
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 master
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/master
87
+ $ git merge upstream/main
88
88
  ```
89
89
 
90
90
  #### Changelog for this skeleton
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MakenewRbgem
4
- VERSION = "1.1.0"
4
+ VERSION = "2.0.1"
5
5
  end
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: 1.1.0
4
+ version: 2.0.1
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-30 00:00:00.000000000 Z
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/master/CHANGELOG.md
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.2.33
164
+ rubygems_version: 3.4.1
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Ruby Gem Project Skeleton