mamertes 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/.travis-gemfile +1 -1
- data/Gemfile +1 -1
- data/README.md +2 -117
- data/Rakefile +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/lib/mamertes.rb +1 -1
- data/lib/mamertes/application.rb +1 -1
- data/lib/mamertes/command.rb +1 -1
- data/lib/mamertes/option.rb +1 -1
- data/lib/mamertes/parser.rb +1 -1
- data/lib/mamertes/version.rb +2 -2
- data/locales/en.yml +1 -1
- data/locales/it.yml +1 -1
- data/mamertes.gemspec +3 -3
- data/spec/coverage_helper.rb +1 -1
- data/spec/mamertes/application_spec.rb +1 -1
- data/spec/mamertes/command_spec.rb +1 -1
- data/spec/mamertes/option_spec.rb +1 -1
- data/spec/mamertes/parser_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +13 -16
- data/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
MzY0MTUxMmQxOTU1NDYzZTg0NzUyNjU0ZmEwZGNmYTVjYzRjZGZiZGRjNmU5
|
10
|
-
NDNiNGFhNDcwNmVhYzZjNGNiZTY2MzNkZWU0YzIxMDMyZmM1NjRkZDcyYzgz
|
11
|
-
NjUwODAwNWVlOWE2MzM2YmUwYTBkYzcwMDEwYWU4NGUzNTI2Mjk=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
OTRjMGFkNmJkZWYwYmI0YzAwYWJhNTkzYjM3NzE1ZDkyMWZkNTg0Yzg0NzA0
|
14
|
-
M2E1MGFjNzRmNTA0NjEzMTZjMWE0ZWFjMWU5Y2FjMjhhMmU4MGFmYzlkM2Fm
|
15
|
-
MGQxNzVjNDI5N2I4MDNiZTdiMGVjZmI4Njg5ZjU1YTg1MDRlMTU=
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9d7c49ecc6cc129cd724453038d5d6a5cb39779846784497d1136440ff298c3c
|
4
|
+
data.tar.gz: fde38fb1c6507de0fd471d8712ee3653ecb2d641091bd6dae2583dfb1a32d32b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 31b8c9a854ba68ac0e9e02b5bf9d907aaa4464e67836a5c86ddbb6e1edb9e4b87bfef7b7efb517ead38ac297ce60549b2c92446799d544657dec57e10a1ad9bb
|
7
|
+
data.tar.gz: 5d27dcad1c219256e7440a69a5a6c9803a4d80eaa41e6e0631f187986fa3606b9806091f5726b9a6e9a70f592f61cf08aaac110ff4d2c4032fb6bc6d19608156
|
data/.travis-gemfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/Gemfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/README.md
CHANGED
@@ -1,126 +1,11 @@
|
|
1
1
|
# mamertes
|
2
2
|
|
3
|
-
|
4
|
-
[![Dependency Status](https://gemnasium.com/ShogunPanda/mamertes.png?travis)](https://gemnasium.com/ShogunPanda/mamertes)
|
5
|
-
[![Build Status](https://secure.travis-ci.org/ShogunPanda/mamertes.png?branch=master)](http://travis-ci.org/ShogunPanda/mamertes)
|
6
|
-
[![Code Climate](https://codeclimate.com/github/ShogunPanda/mamertes.png)](https://codeclimate.com/github/ShogunPanda/mamertes)
|
7
|
-
[![Coverage Status](https://coveralls.io/repos/ShogunPanda/mamertes/badge.png)](https://coveralls.io/r/ShogunPanda/mamertes)
|
3
|
+
## END OF DEVELOPMENT NOTICE - This gem has been discontinued
|
8
4
|
|
9
5
|
Yet another command line manager.
|
10
6
|
|
11
|
-
http://sw.cow.tc/mamertes
|
12
|
-
|
13
|
-
http://rdoc.info/gems/mamertes
|
14
|
-
|
15
|
-
## Basic usage.
|
16
|
-
|
17
|
-
As ever, talking by example is always better.
|
18
|
-
This application:
|
19
|
-
|
20
|
-
```ruby
|
21
|
-
require "rubygems"
|
22
|
-
require "mamertes"
|
23
|
-
|
24
|
-
Mamertes::Application.create(name: "Mamertes Usage Test", version: "1.0.0", description: "An example modelled like a TODO application", banner: "Do you like Mamertes?") do
|
25
|
-
option(:storage, ["f", "file"], {type: String, help: "The file where store TODOs to.", meta: "FILE"})
|
26
|
-
|
27
|
-
command :list do
|
28
|
-
description "List all TODOs."
|
29
|
-
action do |command|
|
30
|
-
# You should implement this.
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
command :manage, {description: "Manage existing TODO."} do
|
35
|
-
option(:verbose, [], {help: "Be verbose."})
|
36
|
-
|
37
|
-
action do |command|
|
38
|
-
puts "Please use \"add\" or \"remove\" subcommands."
|
39
|
-
end
|
40
|
-
|
41
|
-
command :add, {description: "Add a TODO."} do
|
42
|
-
action do |command|
|
43
|
-
# You should implement this.
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
command :remove, {description: "Removes a TODO."} do
|
48
|
-
action do |command|
|
49
|
-
# You should implement this.
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
```
|
55
|
-
|
56
|
-
Will create a complete (at least at the interface model) TODO application which support commands `list` and `manage`.
|
57
|
-
|
58
|
-
The `manage` command supports subcommands `add` and `remove`. You can invoke it via syntax `manage add` or `manage:add`. **If there is no conflict, just `m:r` is sufficient!**
|
59
|
-
|
60
|
-
To provide (sub)commands, both hash-style or block-style method style are supported (except for the `action` option), as you can see in the example.
|
61
|
-
|
62
|
-
You can use the `--help` switch or the `help command` syntax to navigate through commands details.
|
63
|
-
|
64
|
-
After setting up the skeleton, you will just need to write the action bodies and you're done. **Happy coding!**
|
65
|
-
|
66
|
-
### Wrapping up the example
|
67
|
-
Here's the help screen of the application above for the global application and for the `manage` command.
|
68
|
-
|
69
|
-
#### General help
|
70
|
-
|
71
|
-
```
|
72
|
-
$ ./test -h
|
73
|
-
[NAME]
|
74
|
-
Mamertes Usage Test 1.0.0 - An example modelled like a TODO application
|
75
|
-
|
76
|
-
[SYNOPSIS]
|
77
|
-
test [options] [command [subcommand ...]][command-options] [arguments]
|
78
|
-
|
79
|
-
[DESCRIPTION]
|
80
|
-
Do you like Mamertes?
|
81
|
-
|
82
|
-
[GLOBAL OPTIONS]
|
83
|
-
-f FILE, --file FILE - The file where store TODOs to.
|
84
|
-
-h, --help - Shows this message.
|
85
|
-
|
86
|
-
[COMMANDS]
|
87
|
-
help - Shows a help about a command.
|
88
|
-
list - List all TODOs.
|
89
|
-
manage - Manage existing TODO.
|
90
|
-
```
|
91
|
-
|
92
|
-
#### The `manage` command help
|
93
|
-
|
94
|
-
```
|
95
|
-
$ ./test help manage
|
96
|
-
[SYNOPSIS]
|
97
|
-
test [options] manage [subcommand ...]] [command-options] [arguments]
|
98
|
-
|
99
|
-
[OPTIONS]
|
100
|
-
-v, --verbose - Be verbose.
|
101
|
-
|
102
|
-
[SUBCOMMANDS]
|
103
|
-
add - Add a TODO.
|
104
|
-
remove - Removes a TODO.
|
105
|
-
```
|
106
|
-
|
107
|
-
|
108
|
-
## Advanced usage
|
109
|
-
|
110
|
-
See documentation for more information.
|
111
|
-
|
112
|
-
## Contributing to mamertes
|
113
|
-
|
114
|
-
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
115
|
-
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
116
|
-
* Fork the project.
|
117
|
-
* Start a feature/bugfix branch.
|
118
|
-
* Commit and push until you are happy with your contribution.
|
119
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
120
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
121
|
-
|
122
7
|
## Copyright
|
123
8
|
|
124
|
-
Copyright (C) 2013 and above Shogun (
|
9
|
+
Copyright (C) 2013 and above Shogun (shogun@cowtech.it).
|
125
10
|
|
126
11
|
Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php).
|
data/Rakefile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2011 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2011 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/doc/file.README.html
CHANGED
@@ -71,7 +71,7 @@
|
|
71
71
|
|
72
72
|
<p>Yet another command line manager.</p>
|
73
73
|
|
74
|
-
<p>http://sw.
|
74
|
+
<p>http://sw.cowtech.it/mamertes</p>
|
75
75
|
|
76
76
|
<p>http://rdoc.info/gems/mamertes</p>
|
77
77
|
|
@@ -183,7 +183,7 @@ $ ./test help manage
|
|
183
183
|
|
184
184
|
<h2 id="copyright">Copyright</h2>
|
185
185
|
|
186
|
-
<p>Copyright (C) 2013 and above Shogun (
|
186
|
+
<p>Copyright (C) 2013 and above Shogun (shogun@cowtech.it).</p>
|
187
187
|
|
188
188
|
<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php).</p>
|
189
189
|
</div></div>
|
data/doc/index.html
CHANGED
@@ -71,7 +71,7 @@
|
|
71
71
|
|
72
72
|
<p>Yet another command line manager.</p>
|
73
73
|
|
74
|
-
<p>http://sw.
|
74
|
+
<p>http://sw.cowtech.it/mamertes</p>
|
75
75
|
|
76
76
|
<p>http://rdoc.info/gems/mamertes</p>
|
77
77
|
|
@@ -183,7 +183,7 @@ $ ./test help manage
|
|
183
183
|
|
184
184
|
<h2 id="copyright">Copyright</h2>
|
185
185
|
|
186
|
-
<p>Copyright (C) 2013 and above Shogun (
|
186
|
+
<p>Copyright (C) 2013 and above Shogun (shogun@cowtech.it).</p>
|
187
187
|
|
188
188
|
<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php).</p>
|
189
189
|
</div></div>
|
data/lib/mamertes.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/lib/mamertes/application.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/lib/mamertes/command.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/lib/mamertes/option.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/lib/mamertes/parser.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/lib/mamertes/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -16,7 +16,7 @@ module Mamertes
|
|
16
16
|
MINOR = 4
|
17
17
|
|
18
18
|
# The patch version.
|
19
|
-
PATCH =
|
19
|
+
PATCH = 2
|
20
20
|
|
21
21
|
# The current version number of Mamertes.
|
22
22
|
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
|
data/locales/en.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/locales/it.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/mamertes.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.name = "mamertes"
|
11
11
|
gem.version = Mamertes::Version::STRING
|
12
12
|
gem.authors = ["Shogun"]
|
13
|
-
gem.email = ["
|
14
|
-
gem.homepage = "http://sw.
|
13
|
+
gem.email = ["shogun@cowtech.it"]
|
14
|
+
gem.homepage = "http://sw.cowtech.it/mamertes"
|
15
15
|
gem.summary = %q{Yet another command line manager.}
|
16
16
|
gem.description = %q{Yet another command line manager.}
|
17
17
|
|
data/spec/coverage_helper.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
data/spec/spec_helper.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <
|
3
|
+
# This file is part of the mamertes gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
5
5
|
#
|
6
6
|
|
metadata
CHANGED
@@ -1,41 +1,40 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mamertes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shogun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bovem
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 2.4.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 2.4.0
|
27
27
|
description: Yet another command line manager.
|
28
28
|
email:
|
29
|
-
-
|
29
|
+
- shogun@cowtech.it
|
30
30
|
executables: []
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
- .
|
35
|
-
- .
|
36
|
-
- .travis
|
37
|
-
- .
|
38
|
-
- .yardopts
|
34
|
+
- ".gitignore"
|
35
|
+
- ".travis-gemfile"
|
36
|
+
- ".travis.yml"
|
37
|
+
- ".yardopts"
|
39
38
|
- Gemfile
|
40
39
|
- README.md
|
41
40
|
- Rakefile
|
@@ -82,7 +81,7 @@ files:
|
|
82
81
|
- spec/mamertes/option_spec.rb
|
83
82
|
- spec/mamertes/parser_spec.rb
|
84
83
|
- spec/spec_helper.rb
|
85
|
-
homepage: http://sw.
|
84
|
+
homepage: http://sw.cowtech.it/mamertes
|
86
85
|
licenses: []
|
87
86
|
metadata: {}
|
88
87
|
post_install_message:
|
@@ -91,17 +90,16 @@ require_paths:
|
|
91
90
|
- lib
|
92
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
93
92
|
requirements:
|
94
|
-
- -
|
93
|
+
- - ">="
|
95
94
|
- !ruby/object:Gem::Version
|
96
95
|
version: 1.9.3
|
97
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
97
|
requirements:
|
99
|
-
- -
|
98
|
+
- - ">="
|
100
99
|
- !ruby/object:Gem::Version
|
101
100
|
version: '0'
|
102
101
|
requirements: []
|
103
|
-
|
104
|
-
rubygems_version: 2.0.5
|
102
|
+
rubygems_version: 3.0.3
|
105
103
|
signing_key:
|
106
104
|
specification_version: 4
|
107
105
|
summary: Yet another command line manager.
|
@@ -112,4 +110,3 @@ test_files:
|
|
112
110
|
- spec/mamertes/option_spec.rb
|
113
111
|
- spec/mamertes/parser_spec.rb
|
114
112
|
- spec/spec_helper.rb
|
115
|
-
has_rdoc:
|
data/.DS_Store
DELETED
Binary file
|