rubygems_check_replacement_vulnerability 0.1.1.beta1 → 0.1.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5099b5abe7f96a93908dfce6e089added27d00f6
|
4
|
+
data.tar.gz: 1794ab8750bc311f3f3062491e079668a6e17f34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 394271b37cfc43cdbbc5aba26c31c94492eff2582c0ab651949af490998b91a444e67f56918222eba963f9e37f0e1d99f5efdbdac16ece29d14c4013ff9092e8
|
7
|
+
data.tar.gz: 21d807b91671c8858b439ee96cbf8b85e087f10f579287b3b8f65a3049c7df649cb4301c84cf6fc13e5fff4c44b0b4fbb737b5eed3db558bc66f3faa6a5291b0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubygems_check_replacement_vulnerability/compare/v0.1.
|
2
|
+
[full changelog](http://github.com/sue445/rubygems_check_replacement_vulnerability/compare/v0.1.1...master)
|
3
|
+
|
4
|
+
## v0.1.1
|
5
|
+
[full changelog](http://github.com/sue445/rubygems_check_replacement_vulnerability/compare/v0.1.0...v0.1.1)
|
6
|
+
|
7
|
+
* Fix. uninitialized constant RubygemsCheckReplacementVulnerability::CLI::Pathname (NameError)
|
8
|
+
* https://github.com/sue445/rubygems_check_replacement_vulnerability/pull/2
|
9
|
+
* Shorten description
|
10
|
+
* https://github.com/sue445/rubygems_check_replacement_vulnerability/pull/3
|
3
11
|
|
4
12
|
## v0.1.0
|
5
13
|
* first release
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["sue445@sue445.net"]
|
11
11
|
|
12
12
|
spec.summary = %q{Check your gems whether affected by "RubyGems.org gem replacement vulnerability and mitigation"}
|
13
|
-
spec.description = %q{Check your gems whether affected by "RubyGems.org gem replacement vulnerability and mitigation
|
13
|
+
spec.description = %q{Check your gems whether affected by "RubyGems.org gem replacement vulnerability and mitigation"}
|
14
14
|
spec.homepage = "https://github.com/sue445/rubygems_check_replacement_vulnerability"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubygems_check_replacement_vulnerability
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.1
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
@@ -137,7 +137,7 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
description: Check your gems whether affected by "RubyGems.org gem replacement vulnerability
|
140
|
-
and mitigation
|
140
|
+
and mitigation"
|
141
141
|
email:
|
142
142
|
- sue445@sue445.net
|
143
143
|
executables:
|
@@ -179,9 +179,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
179
179
|
version: 2.1.0
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
181
|
requirements:
|
182
|
-
- - "
|
182
|
+
- - ">="
|
183
183
|
- !ruby/object:Gem::Version
|
184
|
-
version:
|
184
|
+
version: '0'
|
185
185
|
requirements: []
|
186
186
|
rubyforge_project:
|
187
187
|
rubygems_version: 2.5.1
|