superspeed-cli 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4363dbc05c14de63cf7eee825a548dbaa9a4133a
4
- data.tar.gz: eccbc324bdc01a87e8b008d0a5fcbe23db8f68b7
3
+ metadata.gz: b4340584f5a91a92f4d6291a54590ec93d56ff9e
4
+ data.tar.gz: 68d41e44d8e7ca091aab67fff4872595270e2157
5
5
  SHA512:
6
- metadata.gz: 42a084df38072ebe3a06a79f973429b875dc1ccc65c3e215d74f2e80f10d17b311ee685fb73c37926354df361098a327026ce99723b13c3f248913f76c2af9d7
7
- data.tar.gz: 24b9b6af032a023edc9e95197222b2281b09215ef6c47f4907f78ea6f88036dfb0f9d08e6aca911c6a839eb739e32ddfd2cf3c8710dea3b8655c4c0059bebaeb
6
+ metadata.gz: 190799d6b254acf2ead6178165ff899c275f14a3c9caa2347a2eac9fe19613ee74aba1945966cd136e82df269ab703f0ed119fe72074c1db57208a1d39e71eae
7
+ data.tar.gz: 0c6e60ad6bed8444a62a884b0ace9ae8f86c0879ad6b206e08e886fd4bd8644cf9cba1a438c5df529c765ba9f12c349764211c77266846179280a7bc39fe617b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superspeed-cli (0.0.1)
4
+ superspeed-cli (0.0.2)
5
5
  execjs (= 2.5.2)
6
6
  gli (= 2.13.1)
7
7
  highline (= 1.7.2)
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'cucumber/rake/task'
7
7
  Rake::RDocTask.new do |rd|
8
8
  rd.main = "README.rdoc"
9
9
  rd.rdoc_files.include("README.rdoc","lib/**/*.rb","bin/**/*")
10
- rd.title = 'Your application title'
10
+ rd.title = 'SuperspeedCli'
11
11
  end
12
12
 
13
13
  spec = eval(File.read('superspeed-cli.gemspec'))
@@ -1,3 +1,3 @@
1
1
  module SuperspeedCli
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -3,11 +3,10 @@ require File.join([File.dirname(__FILE__),'lib','superspeed-cli','version.rb'])
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = 'superspeed-cli'
5
5
  s.version = SuperspeedCli::VERSION
6
- s.author = 'Your Name Here'
7
- s.email = 'your@email.address.com'
8
- s.homepage = 'http://your.website.com'
6
+ s.author = 'Alexandru Keszeg'
7
+ s.email = 'akeszeg@gmail.com'
9
8
  s.platform = Gem::Platform::RUBY
10
- s.summary = 'A description of your project'
9
+ s.summary = 'Cli wrapper for superspeed'
11
10
  s.files = `git ls-files`.split("
12
11
  ")
13
12
  s.require_paths << 'lib'
data/superspeed-cli.rdoc CHANGED
@@ -1,5 +1,76 @@
1
- = superspeed-cli
1
+ == superspeed-cli - Cli wrapper around superspeed
2
+
3
+ v0.0.1
4
+
5
+ === Global Options
6
+ === --help
7
+ Show this message
8
+
9
+
10
+
11
+ === --version
12
+ Display the program version
13
+
14
+
15
+
16
+ === Commands
17
+ ==== Command: <tt>create_log task_id description</tt>
18
+ Create log
19
+
20
+
21
+ ===== Options
22
+ ===== -d|--date arg
23
+
24
+ Date
25
+
26
+ [Default Value] 2015-05-28
27
+
28
+
29
+ ===== -h|--hours arg
30
+
31
+ Hours
32
+
33
+ [Default Value] 8
34
+
35
+
36
+ ===== -t|--task arg
37
+
38
+ Task name
39
+
40
+ [Default Value] Implementation
41
+
42
+
43
+ ==== Command: <tt>help command</tt>
44
+ Shows a list of commands or help for one command
45
+
46
+ Gets help for the application or its commands. Can also list the commands in a way helpful to creating a bash-style completion function
47
+ ===== Options
48
+ ===== -c
49
+ List commands one per line, to assist with shell completion
50
+
51
+
52
+
53
+ ==== Command: <tt>login </tt>
54
+ Login to superspeed
55
+
56
+
57
+ ==== Command: <tt>logs </tt>
58
+ List logs for a given month
59
+
60
+
61
+ ===== Options
62
+ ===== -d|--date arg
63
+
64
+ Date
65
+
66
+ [Default Value] 2015-05-28
67
+
68
+
69
+ ===== -f arg
70
+
71
+ Output format(table, json)
72
+
73
+ [Default Value] table
74
+ [Must Match] ["table", "json"]
75
+
2
76
 
3
- Generate this with
4
- superspeed-cli rdoc
5
- After you have described your command line interface
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superspeed-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name Here
7
+ - Alexandru Keszeg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -151,7 +151,7 @@ dependencies:
151
151
  - !ruby/object:Gem::Version
152
152
  version: 1.5.3
153
153
  description:
154
- email: your@email.address.com
154
+ email: akeszeg@gmail.com
155
155
  executables:
156
156
  - superspeed-cli
157
157
  extensions: []
@@ -175,7 +175,7 @@ files:
175
175
  - superspeed-cli.rdoc
176
176
  - test/default_test.rb
177
177
  - test/test_helper.rb
178
- homepage: http://your.website.com
178
+ homepage:
179
179
  licenses: []
180
180
  metadata: {}
181
181
  post_install_message:
@@ -203,5 +203,5 @@ rubyforge_project:
203
203
  rubygems_version: 2.4.7
204
204
  signing_key:
205
205
  specification_version: 4
206
- summary: A description of your project
206
+ summary: Cli wrapper for superspeed
207
207
  test_files: []