gemfile_updater 0.1.1 → 0.2.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.lock +14 -14
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/gemfile_updater.gemspec +5 -5
- 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: 3af158775e0a4c7a8f4165e6fad0d3b2461668b7cc6a02f74e6a93d1686d8711
|
4
|
+
data.tar.gz: 152c092fa5db95cfa7d9211cf00243bf3313609cfe180853d493d0c0b19509e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a20b4ccf8f0e3eee655c6d61fdea6f811c38f8c222ea62568fa70566a438e220e21738ccd01715914428dfcc8c723aa76b38e46885cc04518c65f7889e3bfb1
|
7
|
+
data.tar.gz: e6d7855ccde86bab604c867a3cc9ec7d436f4bbe8dd4d72b138e7ee56dcff6ce46f04d0872eab85761e3903d11e6d9c040e90fdaca57a4309827fdd80b6ea60e
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (7.0.
|
4
|
+
activesupport (7.0.4)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (>= 1.6, < 2)
|
7
7
|
minitest (>= 5.1)
|
@@ -12,14 +12,14 @@ GEM
|
|
12
12
|
console (~> 1.10)
|
13
13
|
nio4r (~> 2.3)
|
14
14
|
timers (~> 4.1)
|
15
|
-
async-http (0.59.
|
15
|
+
async-http (0.59.3)
|
16
16
|
async (>= 1.25)
|
17
17
|
async-io (>= 1.28)
|
18
18
|
async-pool (>= 0.2)
|
19
19
|
protocol-http (~> 0.23.1)
|
20
20
|
protocol-http1 (~> 0.14.0)
|
21
21
|
protocol-http2 (~> 0.14.0)
|
22
|
-
traces (>= 0.
|
22
|
+
traces (>= 0.8.0)
|
23
23
|
async-http-faraday (0.11.0)
|
24
24
|
async-http (~> 0.42)
|
25
25
|
faraday
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
builder (3.2.4)
|
32
32
|
byebug (11.1.3)
|
33
33
|
concurrent-ruby (1.1.10)
|
34
|
-
console (1.
|
34
|
+
console (1.16.2)
|
35
35
|
fiber-local
|
36
36
|
descendants_tracker (0.0.4)
|
37
37
|
thread_safe (~> 0.3, >= 0.3.1)
|
@@ -104,15 +104,15 @@ GEM
|
|
104
104
|
multi_xml (0.6.0)
|
105
105
|
multipart-post (2.2.3)
|
106
106
|
nio4r (2.5.8)
|
107
|
-
nokogiri (1.13.
|
107
|
+
nokogiri (1.13.9)
|
108
108
|
mini_portile2 (~> 2.8.0)
|
109
109
|
racc (~> 1.4)
|
110
|
-
oauth2 (1.4.
|
110
|
+
oauth2 (1.4.11)
|
111
111
|
faraday (>= 0.17.3, < 3.0)
|
112
112
|
jwt (>= 1.0, < 3.0)
|
113
113
|
multi_json (~> 1.3)
|
114
114
|
multi_xml (~> 0.5)
|
115
|
-
rack (>= 1.2, <
|
115
|
+
rack (>= 1.2, < 4)
|
116
116
|
octokit (4.25.1)
|
117
117
|
faraday (>= 1, < 3)
|
118
118
|
sawyer (~> 0.9)
|
@@ -123,15 +123,15 @@ GEM
|
|
123
123
|
protocol-http2 (0.14.2)
|
124
124
|
protocol-hpack (~> 1.4)
|
125
125
|
protocol-http (~> 0.18)
|
126
|
-
psych (
|
126
|
+
psych (5.0.0)
|
127
127
|
stringio
|
128
128
|
public_suffix (5.0.0)
|
129
|
-
racc (1.6.
|
130
|
-
rack (
|
129
|
+
racc (1.6.1)
|
130
|
+
rack (3.0.2)
|
131
131
|
rainbow (3.1.1)
|
132
132
|
rake (13.0.6)
|
133
133
|
rchardet (1.8.0)
|
134
|
-
rdoc (6.
|
134
|
+
rdoc (6.5.0)
|
135
135
|
psych (>= 4.0.0)
|
136
136
|
ruby2_keywords (0.0.5)
|
137
137
|
sawyer (0.9.2)
|
@@ -140,8 +140,8 @@ GEM
|
|
140
140
|
semver2 (3.4.2)
|
141
141
|
stringio (3.0.2)
|
142
142
|
thread_safe (0.3.6)
|
143
|
-
timers (4.3.
|
144
|
-
traces (0.
|
143
|
+
timers (4.3.5)
|
144
|
+
traces (0.8.0)
|
145
145
|
tzinfo (2.0.5)
|
146
146
|
concurrent-ruby (~> 1.0)
|
147
147
|
webrick (1.7.0)
|
@@ -160,4 +160,4 @@ DEPENDENCIES
|
|
160
160
|
yard (~> 0.8)
|
161
161
|
|
162
162
|
BUNDLED WITH
|
163
|
-
2.
|
163
|
+
2.2.32
|
data/Rakefile
CHANGED
@@ -21,7 +21,7 @@ Juwelier::Tasks.new do |gem|
|
|
21
21
|
gem.description = %Q{Does what it says on the tin.}
|
22
22
|
gem.email = "jasonhutchens@gmail.com"
|
23
23
|
gem.authors = ["Jason Hutchens"]
|
24
|
-
gem.required_ruby_version = "
|
24
|
+
gem.required_ruby_version = ">= 2.2"
|
25
25
|
# dependencies defined in Gemfile
|
26
26
|
end
|
27
27
|
Juwelier::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.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.2.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.2.0"
|
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 = "2022-
|
14
|
+
s.date = "2022-12-06"
|
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]
|
@@ -36,8 +36,8 @@ Gem::Specification.new do |s|
|
|
36
36
|
]
|
37
37
|
s.homepage = "http://github.com/JasonHutchens/gemfile_updater".freeze
|
38
38
|
s.licenses = ["UNLICENSE".freeze]
|
39
|
-
s.required_ruby_version = Gem::Requirement.new("
|
40
|
-
s.rubygems_version = "3.
|
39
|
+
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)
|
40
|
+
s.rubygems_version = "3.2.32".freeze
|
41
41
|
s.summary = "Update your Gemfile with pessimistic versions from Gemfile.lock.".freeze
|
42
42
|
|
43
43
|
if s.respond_to? :specification_version then
|
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.2.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: 2022-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: yard
|
@@ -126,7 +126,7 @@ require_paths:
|
|
126
126
|
- lib
|
127
127
|
required_ruby_version: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- - "
|
129
|
+
- - ">="
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '2.2'
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
@@ -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.2.32
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Update your Gemfile with pessimistic versions from Gemfile.lock.
|