gems-status 1.66.0 → 1.67.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- metadata +13 -7
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gems-status
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.67.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -187,9 +187,14 @@ dependencies:
|
|
187
187
|
- - ! '>='
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: '0'
|
190
|
-
description: gem-status
|
191
|
-
|
192
|
-
|
190
|
+
description: ! "gem-status gets the list of gems you use from Gemfile.lock file and
|
191
|
+
runs some checks on those gems. Checks that can be run are:\n \n * Does it
|
192
|
+
has a license? If it does not, it can be a problem for distributing your software
|
193
|
+
with this gem.\n * Is it Gpl? If it is, it can be a problem if your software
|
194
|
+
or other gems are not GPL compatible.\n * Is the same in Rubygems.org? This
|
195
|
+
is for people who uses his own gem server. This checks the gems are the same.\n
|
196
|
+
\ * Does it has security alerts? This will search into the commits and into
|
197
|
+
security mailing lists for possible security messages.\n "
|
193
198
|
email: jmassaguerpla@suse.de
|
194
199
|
executables:
|
195
200
|
- gems-status
|
@@ -251,7 +256,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
251
256
|
version: '0'
|
252
257
|
segments:
|
253
258
|
- 0
|
254
|
-
hash:
|
259
|
+
hash: -1975466862267572725
|
255
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
256
261
|
none: false
|
257
262
|
requirements:
|
@@ -260,11 +265,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
265
|
version: '0'
|
261
266
|
segments:
|
262
267
|
- 0
|
263
|
-
hash:
|
268
|
+
hash: -1975466862267572725
|
264
269
|
requirements: []
|
265
270
|
rubyforge_project:
|
266
271
|
rubygems_version: 1.8.25
|
267
272
|
signing_key:
|
268
273
|
specification_version: 3
|
269
|
-
summary:
|
274
|
+
summary: gem-status gets the list of gems you use from Gemfile.lock file and runs
|
275
|
+
some checks on those gems.
|
270
276
|
test_files: []
|