bundler-stats 2.4.0 → 2.4.2
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/.github/workflows/main.yml +1 -1
- data/.gitignore +1 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -3
- data/README.md +7 -1
- data/bundler-stats.gemspec +1 -1
- data/lib/bundler/stats/version.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bf24b53dcc845de4908f697440bc7190d7bbe46b8f5c9be8dc793ae4e44c9e1
|
|
4
|
+
data.tar.gz: 51163ceb50137bc71d6cbe009d9d400c30325cc9933d67124e3f4e3239bf2d94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e97d13b58e527a07b55ca6e1db19d7afdbbda135c76f2b5fa10bf8329b1f8b1c1def7d29294218f3f99ef22488cbaad8602d66ebde1812a57ed39727ff50442
|
|
7
|
+
data.tar.gz: 05edda545a315980e6bae2cde8212fe0adb9e6ecc99e880af4fec664852e48677cd286c0911d70be5e2354de404d581beb484cadd91694f372128bd88e0580c4
|
data/.github/workflows/main.yml
CHANGED
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4.0.5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
|
-
## [2.4.
|
|
4
|
+
## [2.4.2] - 2026-06-06
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
-
|
|
6
|
+
- Relax Bundler dependency to work with Bundler 4.x
|
|
7
|
+
- Also relax a few more dependencies
|
|
8
8
|
|
|
9
9
|
## [2.3.0] - 2022-02-12
|
|
10
10
|
|
data/README.md
CHANGED
|
@@ -248,7 +248,13 @@ Keep in mind that the location of the Gemfile.lock/gems.locked file will be infe
|
|
|
248
248
|
Contributing
|
|
249
249
|
------------
|
|
250
250
|
|
|
251
|
-
Contributions are very welcome. Fork, fix, submit
|
|
251
|
+
Contributions are very welcome. Fork, fix, submit pull requests.
|
|
252
|
+
|
|
253
|
+
Before you submit your pull request, make sure that the test suite passes:
|
|
254
|
+
|
|
255
|
+
```
|
|
256
|
+
bundle exec rspec spec
|
|
257
|
+
```
|
|
252
258
|
|
|
253
259
|
Contribution is expected to conform to the [Contributor Covenant](https://github.com/jmmastey/bundler-stats/blob/master/CODE_OF_CONDUCT.md).
|
|
254
260
|
|
data/bundler-stats.gemspec
CHANGED
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
|
|
|
35
35
|
|
|
36
36
|
gem.require_paths = %w[ext lib].select { |dir| File.directory?(dir) }
|
|
37
37
|
|
|
38
|
-
gem.add_dependency "bundler", ">= 1.9", "<
|
|
38
|
+
gem.add_dependency "bundler", ">= 1.9", "< 5"
|
|
39
39
|
gem.add_dependency "thor", ">= 0.19.0", "< 2.0"
|
|
40
40
|
|
|
41
41
|
gem.add_development_dependency "rspec", "~> 3.4"
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundler-stats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Mastey
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bundler
|
|
@@ -19,7 +18,7 @@ dependencies:
|
|
|
19
18
|
version: '1.9'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
21
|
+
version: '5'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +28,7 @@ dependencies:
|
|
|
29
28
|
version: '1.9'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
31
|
+
version: '5'
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
34
33
|
name: thor
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,7 +168,6 @@ metadata:
|
|
|
169
168
|
homepage_uri: http://github.com/jmmastey/bundler-stats
|
|
170
169
|
changelog_uri: https://github.com/jmmastey/bundler-stats/blob/master/CHANGELOG.md
|
|
171
170
|
source_code_uri: http://github.com/jmmastey/bundler-stats
|
|
172
|
-
post_install_message:
|
|
173
171
|
rdoc_options: []
|
|
174
172
|
require_paths:
|
|
175
173
|
- lib
|
|
@@ -184,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
182
|
- !ruby/object:Gem::Version
|
|
185
183
|
version: '0'
|
|
186
184
|
requirements: []
|
|
187
|
-
rubygems_version:
|
|
188
|
-
signing_key:
|
|
185
|
+
rubygems_version: 4.0.10
|
|
189
186
|
specification_version: 4
|
|
190
187
|
summary: Dependency investigation for Bundler
|
|
191
188
|
test_files: []
|