vls 0.3.7 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vls/version.rb +3 -3
- data/vls.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a49330c044d7aa59a618e24eca4597b38c108eb1
|
4
|
+
data.tar.gz: c3b7881265f7145f9ec409abf3cf9587a5ee394c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a539421b278ebf477a63b4b5aa7ef1a1a82c2c52a7ffd44db89001cc269d80fcbf66704d3c09a206ab1290849310c87f59142607b186574cf45b62575c69cf5
|
7
|
+
data.tar.gz: 3498cae24049d6fbdc58eb3df300470411b9739cb1433eced7306d97cecb6f2723a7bff1df4a8c753a0a59d0372ea2d1ef1e1fef929939a1b8af003e14b06994
|
data/lib/vls/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module VersionLS
|
2
|
-
STRING = VERSION = "0.3.
|
2
|
+
STRING = VERSION = "0.3.9"
|
3
3
|
|
4
|
-
DESCRIPTION = "A
|
5
|
-
"modules used by the specified gems/ruby files."
|
4
|
+
DESCRIPTION = "A CLI and Rails console utility that lists the versions of " +
|
5
|
+
"modules used by the specified gems/ruby files or Rails project."
|
6
6
|
end
|
data/vls.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["peter.c.camilleri@gmail.com"]
|
11
11
|
|
12
12
|
spec.description = VersionLS::DESCRIPTION
|
13
|
-
spec.summary = "A version listing utility"
|
13
|
+
spec.summary = "A version listing utility."
|
14
14
|
spec.homepage = "http://teuthida-technologies.com/"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
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.3.
|
4
|
+
version: 0.3.9
|
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-07-
|
11
|
+
date: 2016-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description: A
|
42
|
-
specified gems/ruby files.
|
41
|
+
description: A CLI and Rails console utility that lists the versions of modules used
|
42
|
+
by the specified gems/ruby files or Rails project.
|
43
43
|
email:
|
44
44
|
- peter.c.camilleri@gmail.com
|
45
45
|
executables:
|
@@ -81,6 +81,6 @@ rubyforge_project:
|
|
81
81
|
rubygems_version: 2.2.2
|
82
82
|
signing_key:
|
83
83
|
specification_version: 4
|
84
|
-
summary: A version listing utility
|
84
|
+
summary: A version listing utility.
|
85
85
|
test_files: []
|
86
86
|
has_rdoc:
|