vls 0.4.1 → 0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. data/lib/vls/version.rb +1 -1
  4. data/vls.gemspec +1 -1
  5. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49807930b088f5cbdaf31ee88f7a50f8eb8abf4a
4
- data.tar.gz: 11fb65032cc71370bd6abfda51d7ee7ac85fb171
3
+ metadata.gz: 7b6a495ed5f75a5ada64fa05ceb3a3ca61f634ea
4
+ data.tar.gz: 630f16f6f6bb8c55d1f9316adc0c520d253cd2b7
5
5
  SHA512:
6
- metadata.gz: 64273d1ec85e5548a1be5ebea8a421138c3638ff99cf4b0cdf5dbf281be803b33a1484b52dbea86a3c64757c6f54524df1783a28874f9db6ed52d7d1e8aa1971
7
- data.tar.gz: 7380182a82d6060ad986898935fd03ffd616b39a10f7f023d90a85f1e80addec2d585bf56189b96acf6ca70c84b4d8b1d73b2fa560d6df3f34e22b026110a1c3
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).
@@ -1,5 +1,5 @@
1
1
  module VersionLS
2
- STRING = VERSION = "0.4.1"
2
+ STRING = VERSION = "0.4.2"
3
3
 
4
4
  DESCRIPTION = "A CLI and Rails console utility that lists the versions of " +
5
5
  "modules used by the specified gems/ruby files or Rails project."
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.required_ruby_version = '>=1.9.3'
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.11"
25
- spec.add_development_dependency "rake", "~> 10.0"
25
+ spec.add_development_dependency "rake", ">= 12.3.3"
26
26
  end
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.1
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: 2016-10-27 00:00:00.000000000 Z
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: '10.0'
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: '10.0'
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.3
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: