gemfile_updater 0.2.0 → 0.3.0
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/.ruby-version +1 -1
- data/Gemfile +4 -4
- data/Gemfile.lock +121 -67
- data/README.md +1 -1
- data/VERSION +1 -1
- data/gemfile_updater.gemspec +11 -22
- data/lib/gemfile_updater/main.rb +1 -0
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b79ae38ff5c357da76cf798e243c78329b910947a2d63f7d7ee72ef035fb9486
|
4
|
+
data.tar.gz: 2954c57670f849ea29a7f25737afe747dcebd941fe66f80b29dcbbc774a71baa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d4fd08823c2353967602a7193b33d821e8be86a2c0cf6e523fcfa3db6e0ddac639ce8c6cd86a0d16966f166d2c121a6afa98a9fd456947b3d57ca3c9daae6e9
|
7
|
+
data.tar.gz: 28275e1948a0ae570d6e549f7f5a3e4abd729f7964abcd016aaba4b3a29a794f0e01da6de53dd4fcc31ef0e5eeed32218302b92329ece67b865168091b63c92e
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.7
|
data/Gemfile
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
3
|
group :development do
|
4
|
-
gem 'yard', '~> 0.
|
5
|
-
gem 'rdoc', '~> 6.
|
4
|
+
gem 'yard', '~> 0.9'
|
5
|
+
gem 'rdoc', '~> 6.12'
|
6
6
|
gem 'juwelier', '~> 2.4'
|
7
7
|
gem 'byebug', '~> 11.1'
|
8
|
-
gem 'awesome_print', '~> 1.
|
9
|
-
gem 'github_changelog_generator', '~> 1.
|
8
|
+
gem 'awesome_print', '~> 1.9'
|
9
|
+
gem 'github_changelog_generator', '~> 1.16'
|
10
10
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,41 +1,59 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (
|
5
|
-
|
4
|
+
activesupport (8.0.1)
|
5
|
+
base64
|
6
|
+
benchmark (>= 0.3)
|
7
|
+
bigdecimal
|
8
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
9
|
+
connection_pool (>= 2.2.5)
|
10
|
+
drb
|
6
11
|
i18n (>= 1.6, < 2)
|
12
|
+
logger (>= 1.4.2)
|
7
13
|
minitest (>= 5.1)
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
14
|
+
securerandom (>= 0.3)
|
15
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
16
|
+
uri (>= 0.13.1)
|
17
|
+
addressable (2.8.7)
|
18
|
+
public_suffix (>= 2.0.2, < 7.0)
|
19
|
+
async (2.21.3)
|
20
|
+
console (~> 1.29)
|
21
|
+
fiber-annotation
|
22
|
+
io-event (~> 1.7)
|
23
|
+
metrics (~> 0.12)
|
24
|
+
traces (~> 0.15)
|
25
|
+
async-http (0.87.0)
|
26
|
+
async (>= 2.10.2)
|
27
|
+
async-pool (~> 0.9)
|
28
|
+
io-endpoint (~> 0.14)
|
29
|
+
io-stream (~> 0.6)
|
30
|
+
metrics (~> 0.12)
|
31
|
+
protocol-http (~> 0.49)
|
32
|
+
protocol-http1 (~> 0.30)
|
33
|
+
protocol-http2 (~> 0.22)
|
34
|
+
traces (~> 0.10)
|
35
|
+
async-http-faraday (0.20.0)
|
24
36
|
async-http (~> 0.42)
|
25
37
|
faraday
|
26
|
-
async-
|
27
|
-
async
|
28
|
-
async-pool (0.3.12)
|
38
|
+
async-pool (0.10.3)
|
29
39
|
async (>= 1.25)
|
30
40
|
awesome_print (1.9.2)
|
31
|
-
|
41
|
+
base64 (0.2.0)
|
42
|
+
benchmark (0.4.0)
|
43
|
+
bigdecimal (3.1.9)
|
44
|
+
builder (3.3.0)
|
32
45
|
byebug (11.1.3)
|
33
|
-
concurrent-ruby (1.
|
34
|
-
|
35
|
-
|
46
|
+
concurrent-ruby (1.3.5)
|
47
|
+
connection_pool (2.5.0)
|
48
|
+
console (1.29.2)
|
49
|
+
fiber-annotation
|
50
|
+
fiber-local (~> 1.1)
|
51
|
+
json
|
52
|
+
date (3.4.1)
|
36
53
|
descendants_tracker (0.0.4)
|
37
54
|
thread_safe (~> 0.3, >= 0.3.1)
|
38
|
-
|
55
|
+
drb (2.2.1)
|
56
|
+
faraday (1.10.4)
|
39
57
|
faraday-em_http (~> 1.0)
|
40
58
|
faraday-em_synchrony (~> 1.0)
|
41
59
|
faraday-excon (~> 1.1)
|
@@ -50,19 +68,24 @@ GEM
|
|
50
68
|
faraday-em_http (1.0.0)
|
51
69
|
faraday-em_synchrony (1.0.0)
|
52
70
|
faraday-excon (1.1.0)
|
53
|
-
faraday-http-cache (2.
|
71
|
+
faraday-http-cache (2.5.1)
|
54
72
|
faraday (>= 0.8)
|
55
73
|
faraday-httpclient (1.0.1)
|
56
|
-
faraday-multipart (1.0
|
57
|
-
multipart-post (~> 2)
|
58
|
-
faraday-net_http (1.0.
|
74
|
+
faraday-multipart (1.1.0)
|
75
|
+
multipart-post (~> 2.0)
|
76
|
+
faraday-net_http (1.0.2)
|
59
77
|
faraday-net_http_persistent (1.2.0)
|
60
78
|
faraday-patron (1.0.0)
|
61
79
|
faraday-rack (1.0.0)
|
62
80
|
faraday-retry (1.0.3)
|
63
|
-
fiber-
|
64
|
-
|
81
|
+
fiber-annotation (0.2.0)
|
82
|
+
fiber-local (1.1.0)
|
83
|
+
fiber-storage
|
84
|
+
fiber-storage (1.0.0)
|
85
|
+
git (2.3.3)
|
86
|
+
activesupport (>= 5.0)
|
65
87
|
addressable (~> 2.8)
|
88
|
+
process_executer (~> 1.1)
|
66
89
|
rchardet (~> 1.8)
|
67
90
|
github_api (0.19.0)
|
68
91
|
addressable (~> 2.4)
|
@@ -80,9 +103,15 @@ GEM
|
|
80
103
|
rainbow (>= 2.2.1)
|
81
104
|
rake (>= 10.0)
|
82
105
|
hashie (3.6.0)
|
83
|
-
highline (
|
84
|
-
|
106
|
+
highline (3.1.2)
|
107
|
+
reline
|
108
|
+
i18n (1.14.7)
|
85
109
|
concurrent-ruby (~> 1.0)
|
110
|
+
io-console (0.8.0)
|
111
|
+
io-endpoint (0.14.0)
|
112
|
+
io-event (1.8.4)
|
113
|
+
io-stream (0.6.1)
|
114
|
+
json (2.9.1)
|
86
115
|
juwelier (2.4.9)
|
87
116
|
builder
|
88
117
|
bundler
|
@@ -95,17 +124,32 @@ GEM
|
|
95
124
|
rake
|
96
125
|
rdoc
|
97
126
|
semver2
|
98
|
-
jwt (2.
|
127
|
+
jwt (2.10.1)
|
128
|
+
base64
|
99
129
|
kamelcase (0.0.2)
|
100
130
|
semver2 (~> 3)
|
101
|
-
|
102
|
-
|
131
|
+
logger (1.6.5)
|
132
|
+
metrics (0.12.1)
|
133
|
+
minitest (5.25.4)
|
103
134
|
multi_json (1.15.0)
|
104
|
-
multi_xml (0.
|
105
|
-
|
106
|
-
|
107
|
-
nokogiri (1.
|
108
|
-
|
135
|
+
multi_xml (0.7.1)
|
136
|
+
bigdecimal (~> 3.1)
|
137
|
+
multipart-post (2.4.1)
|
138
|
+
nokogiri (1.18.2-aarch64-linux-gnu)
|
139
|
+
racc (~> 1.4)
|
140
|
+
nokogiri (1.18.2-aarch64-linux-musl)
|
141
|
+
racc (~> 1.4)
|
142
|
+
nokogiri (1.18.2-arm-linux-gnu)
|
143
|
+
racc (~> 1.4)
|
144
|
+
nokogiri (1.18.2-arm-linux-musl)
|
145
|
+
racc (~> 1.4)
|
146
|
+
nokogiri (1.18.2-arm64-darwin)
|
147
|
+
racc (~> 1.4)
|
148
|
+
nokogiri (1.18.2-x86_64-darwin)
|
149
|
+
racc (~> 1.4)
|
150
|
+
nokogiri (1.18.2-x86_64-linux-gnu)
|
151
|
+
racc (~> 1.4)
|
152
|
+
nokogiri (1.18.2-x86_64-linux-musl)
|
109
153
|
racc (~> 1.4)
|
110
154
|
oauth2 (1.4.11)
|
111
155
|
faraday (>= 0.17.3, < 3.0)
|
@@ -116,48 +160,58 @@ GEM
|
|
116
160
|
octokit (4.25.1)
|
117
161
|
faraday (>= 1, < 3)
|
118
162
|
sawyer (~> 0.9)
|
119
|
-
|
120
|
-
protocol-
|
121
|
-
protocol-
|
163
|
+
process_executer (1.2.0)
|
164
|
+
protocol-hpack (1.5.1)
|
165
|
+
protocol-http (0.49.0)
|
166
|
+
protocol-http1 (0.30.0)
|
122
167
|
protocol-http (~> 0.22)
|
123
|
-
protocol-http2 (0.
|
168
|
+
protocol-http2 (0.22.1)
|
124
169
|
protocol-hpack (~> 1.4)
|
125
|
-
protocol-http (~> 0.
|
126
|
-
psych (5.
|
170
|
+
protocol-http (~> 0.47)
|
171
|
+
psych (5.2.3)
|
172
|
+
date
|
127
173
|
stringio
|
128
|
-
public_suffix (
|
129
|
-
racc (1.
|
130
|
-
rack (3.
|
174
|
+
public_suffix (6.0.1)
|
175
|
+
racc (1.8.1)
|
176
|
+
rack (3.1.9)
|
131
177
|
rainbow (3.1.1)
|
132
|
-
rake (13.
|
133
|
-
rchardet (1.
|
134
|
-
rdoc (6.
|
178
|
+
rake (13.2.1)
|
179
|
+
rchardet (1.9.0)
|
180
|
+
rdoc (6.12.0)
|
135
181
|
psych (>= 4.0.0)
|
182
|
+
reline (0.6.0)
|
183
|
+
io-console (~> 0.5)
|
136
184
|
ruby2_keywords (0.0.5)
|
137
185
|
sawyer (0.9.2)
|
138
186
|
addressable (>= 2.3.5)
|
139
187
|
faraday (>= 0.17.3, < 3)
|
188
|
+
securerandom (0.4.1)
|
140
189
|
semver2 (3.4.2)
|
141
|
-
stringio (3.
|
190
|
+
stringio (3.1.2)
|
142
191
|
thread_safe (0.3.6)
|
143
|
-
|
144
|
-
|
145
|
-
tzinfo (2.0.5)
|
192
|
+
traces (0.15.2)
|
193
|
+
tzinfo (2.0.6)
|
146
194
|
concurrent-ruby (~> 1.0)
|
147
|
-
|
148
|
-
yard (0.9.
|
149
|
-
webrick (~> 1.7.0)
|
195
|
+
uri (1.0.2)
|
196
|
+
yard (0.9.37)
|
150
197
|
|
151
198
|
PLATFORMS
|
152
|
-
|
199
|
+
aarch64-linux-gnu
|
200
|
+
aarch64-linux-musl
|
201
|
+
arm-linux-gnu
|
202
|
+
arm-linux-musl
|
203
|
+
arm64-darwin
|
204
|
+
x86_64-darwin
|
205
|
+
x86_64-linux-gnu
|
206
|
+
x86_64-linux-musl
|
153
207
|
|
154
208
|
DEPENDENCIES
|
155
|
-
awesome_print (~> 1.
|
209
|
+
awesome_print (~> 1.9)
|
156
210
|
byebug (~> 11.1)
|
157
|
-
github_changelog_generator (~> 1.
|
211
|
+
github_changelog_generator (~> 1.16)
|
158
212
|
juwelier (~> 2.4)
|
159
|
-
rdoc (~> 6.
|
160
|
-
yard (~> 0.
|
213
|
+
rdoc (~> 6.12)
|
214
|
+
yard (~> 0.9)
|
161
215
|
|
162
216
|
BUNDLED WITH
|
163
|
-
2.
|
217
|
+
2.5.22
|
data/README.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/gemfile_updater.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: gemfile_updater 0.
|
5
|
+
# stub: gemfile_updater 0.3.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "gemfile_updater".freeze
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.3.0".freeze
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Jason Hutchens".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2025-02-07"
|
15
15
|
s.description = "Does what it says on the tin.".freeze
|
16
16
|
s.email = "jasonhutchens@gmail.com".freeze
|
17
17
|
s.executables = ["gemfile_updater".freeze]
|
@@ -37,27 +37,16 @@ Gem::Specification.new do |s|
|
|
37
37
|
s.homepage = "http://github.com/JasonHutchens/gemfile_updater".freeze
|
38
38
|
s.licenses = ["UNLICENSE".freeze]
|
39
39
|
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)
|
40
|
-
s.rubygems_version = "3.
|
40
|
+
s.rubygems_version = "3.5.22".freeze
|
41
41
|
s.summary = "Update your Gemfile with pessimistic versions from Gemfile.lock.".freeze
|
42
42
|
|
43
|
-
|
44
|
-
s.specification_version = 4
|
45
|
-
end
|
43
|
+
s.specification_version = 4
|
46
44
|
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
s.add_development_dependency(%q<github_changelog_generator>.freeze, ["~> 1.6"])
|
54
|
-
else
|
55
|
-
s.add_dependency(%q<yard>.freeze, ["~> 0.8"])
|
56
|
-
s.add_dependency(%q<rdoc>.freeze, ["~> 6.4"])
|
57
|
-
s.add_dependency(%q<juwelier>.freeze, ["~> 2.4"])
|
58
|
-
s.add_dependency(%q<byebug>.freeze, ["~> 11.1"])
|
59
|
-
s.add_dependency(%q<awesome_print>.freeze, ["~> 1.6"])
|
60
|
-
s.add_dependency(%q<github_changelog_generator>.freeze, ["~> 1.6"])
|
61
|
-
end
|
45
|
+
s.add_development_dependency(%q<yard>.freeze, ["~> 0.9".freeze])
|
46
|
+
s.add_development_dependency(%q<rdoc>.freeze, ["~> 6.12".freeze])
|
47
|
+
s.add_development_dependency(%q<juwelier>.freeze, ["~> 2.4".freeze])
|
48
|
+
s.add_development_dependency(%q<byebug>.freeze, ["~> 11.1".freeze])
|
49
|
+
s.add_development_dependency(%q<awesome_print>.freeze, ["~> 1.9".freeze])
|
50
|
+
s.add_development_dependency(%q<github_changelog_generator>.freeze, ["~> 1.16".freeze])
|
62
51
|
end
|
63
52
|
|
data/lib/gemfile_updater/main.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemfile_updater
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Hutchens
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: yard
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.9'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.9'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rdoc
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '6.
|
33
|
+
version: '6.12'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '6.
|
40
|
+
version: '6.12'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: juwelier
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '1.
|
75
|
+
version: '1.9'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '1.
|
82
|
+
version: '1.9'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: github_changelog_generator
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '1.
|
89
|
+
version: '1.16'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '1.
|
96
|
+
version: '1.16'
|
97
97
|
description: Does what it says on the tin.
|
98
98
|
email: jasonhutchens@gmail.com
|
99
99
|
executables:
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
- !ruby/object:Gem::Version
|
136
136
|
version: '0'
|
137
137
|
requirements: []
|
138
|
-
rubygems_version: 3.
|
138
|
+
rubygems_version: 3.5.22
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Update your Gemfile with pessimistic versions from Gemfile.lock.
|