vls 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -0
- data/lib/vls/version.rb +1 -1
- data/vls.gemspec +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b6a495ed5f75a5ada64fa05ceb3a3ca61f634ea
|
4
|
+
data.tar.gz: 630f16f6f6bb8c55d1f9316adc0c520d253cd2b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe6aeac14356b06c1545df211344db6f63d510edda8879650f3fff8afec57904ba77f49ee697d43c408cb9e50b1d199122f5577343faabc11887b074f7a1b95
|
7
|
+
data.tar.gz: c154068f42d98b0cef3fa8eadffebf97c92e2ed93f79c8e948faff869b3de64dfdd76441d9bc24dbd805b5040ec9685772746763c01ec4c026536e421c354e1b
|
data/README.md
CHANGED
@@ -220,3 +220,14 @@ tutorials for more information.
|
|
220
220
|
|
221
221
|
Go to the GitHub repository and raise an issue calling attention to some
|
222
222
|
aspect that could use some TLC or a suggestion or an idea.
|
223
|
+
|
224
|
+
## License
|
225
|
+
|
226
|
+
The gem is available as open source under the terms of the
|
227
|
+
[MIT License](./LICENSE.txt).
|
228
|
+
|
229
|
+
## Code of Conduct
|
230
|
+
|
231
|
+
Everyone interacting in the fully_freeze project’s codebases, issue trackers,
|
232
|
+
chat rooms and mailing lists is expected to follow the
|
233
|
+
[code of conduct](./CODE_OF_CONDUCT.md).
|
data/lib/vls/version.rb
CHANGED
data/vls.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Camilleri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 12.3.3
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 12.3.3
|
41
41
|
description: A CLI and Rails console utility that lists the versions of modules used
|
42
42
|
by the specified gems/ruby files or Rails project.
|
43
43
|
email:
|
@@ -80,9 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project:
|
83
|
-
rubygems_version: 2.2
|
83
|
+
rubygems_version: 2.5.2
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: A version listing utility.
|
87
87
|
test_files: []
|
88
|
-
has_rdoc:
|