alf-shell 0.16.2 → 0.16.3
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.
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +5 -5
- data/lib/alf/shell/version.rb +1 -1
- metadata +7 -7
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
alf-shell (0.16.
|
|
5
|
-
alf-core (= 0.16.
|
|
4
|
+
alf-shell (0.16.3)
|
|
5
|
+
alf-core (= 0.16.3)
|
|
6
6
|
highline (~> 1.6)
|
|
7
7
|
quickl (~> 0.4.3)
|
|
8
8
|
|
|
9
9
|
PATH
|
|
10
10
|
remote: ../alf-core
|
|
11
11
|
specs:
|
|
12
|
-
alf-core (0.16.
|
|
12
|
+
alf-core (0.16.3)
|
|
13
13
|
domain (~> 1.0)
|
|
14
14
|
myrrha (~> 3.0)
|
|
15
15
|
path (~> 1.3)
|
|
@@ -18,8 +18,8 @@ PATH
|
|
|
18
18
|
PATH
|
|
19
19
|
remote: ../alf-doc
|
|
20
20
|
specs:
|
|
21
|
-
alf-doc (0.16.
|
|
22
|
-
alf-core (= 0.16.
|
|
21
|
+
alf-doc (0.16.3)
|
|
22
|
+
alf-core (= 0.16.3)
|
|
23
23
|
|
|
24
24
|
GEM
|
|
25
25
|
remote: http://rubygems.org/
|
data/lib/alf/shell/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alf-shell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.
|
|
4
|
+
version: 0.16.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 0.16.
|
|
53
|
+
version: 0.16.3
|
|
54
54
|
type: :development
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.16.
|
|
61
|
+
version: 0.16.3
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: quickl
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -98,7 +98,7 @@ dependencies:
|
|
|
98
98
|
requirements:
|
|
99
99
|
- - '='
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: 0.16.
|
|
101
|
+
version: 0.16.3
|
|
102
102
|
type: :runtime
|
|
103
103
|
prerelease: false
|
|
104
104
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -106,7 +106,7 @@ dependencies:
|
|
|
106
106
|
requirements:
|
|
107
107
|
- - '='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 0.16.
|
|
109
|
+
version: 0.16.3
|
|
110
110
|
description: This project implements the `alf` commandline tool.
|
|
111
111
|
email:
|
|
112
112
|
- blambeau at gmail.com
|
|
@@ -282,7 +282,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
282
282
|
version: '0'
|
|
283
283
|
segments:
|
|
284
284
|
- 0
|
|
285
|
-
hash:
|
|
285
|
+
hash: 2411711699215744783
|
|
286
286
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
287
287
|
none: false
|
|
288
288
|
requirements:
|
|
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
291
291
|
version: '0'
|
|
292
292
|
segments:
|
|
293
293
|
- 0
|
|
294
|
-
hash:
|
|
294
|
+
hash: 2411711699215744783
|
|
295
295
|
requirements: []
|
|
296
296
|
rubyforge_project:
|
|
297
297
|
rubygems_version: 1.8.25
|