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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70413b17f6413ee318a160b4fb70cea2a7bb955b8e38d756bf9e6a3326a7af55
4
- data.tar.gz: ba06ad9c50020c280907ac3c812a5ff44efb0a3ddd98e3d567d3435e38de6613
3
+ metadata.gz: 3af158775e0a4c7a8f4165e6fad0d3b2461668b7cc6a02f74e6a93d1686d8711
4
+ data.tar.gz: 152c092fa5db95cfa7d9211cf00243bf3313609cfe180853d493d0c0b19509e4
5
5
  SHA512:
6
- metadata.gz: ac2e93e4bb48c1e4d0a64f9163d5e1accf984084ac4e1bf5934afbba6b111283d0124bfa62f80677169504bfa295021fdd84ec7816c7cbe632c6512dfa9de831
7
- data.tar.gz: 5c3d22a6bcf5f918af1ab120118606f72a35031d25010006d74d0ef0ecf86f217a4a068983aa23822c9215d5b0e45656a78e3509489cc55f1746da0f2e33d0fe
6
+ metadata.gz: 4a20b4ccf8f0e3eee655c6d61fdea6f811c38f8c222ea62568fa70566a438e220e21738ccd01715914428dfcc8c723aa76b38e46885cc04518c65f7889e3bfb1
7
+ data.tar.gz: e6d7855ccde86bab604c867a3cc9ec7d436f4bbe8dd4d72b138e7ee56dcff6ce46f04d0872eab85761e3903d11e6d9c040e90fdaca57a4309827fdd80b6ea60e
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.6
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.3.1)
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.2)
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.4.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.15.3)
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.8)
107
+ nokogiri (1.13.9)
108
108
  mini_portile2 (~> 2.8.0)
109
109
  racc (~> 1.4)
110
- oauth2 (1.4.10)
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, < 3)
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 (4.0.4)
126
+ psych (5.0.0)
127
127
  stringio
128
128
  public_suffix (5.0.0)
129
- racc (1.6.0)
130
- rack (2.2.4)
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.4.0)
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.3)
144
- traces (0.6.1)
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.1.4
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 = "~> 2.2"
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.1
1
+ 0.2.0
@@ -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.1.1 ruby lib
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.1.1"
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-09-02"
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("~> 2.2".freeze)
40
- s.rubygems_version = "3.1.6".freeze
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.1.1
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-09-02 00:00:00.000000000 Z
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.1.6
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.