hnews 0.0.4 → 0.0.5

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 (3) hide show
  1. data/lib/hnews_version.rb +1 -1
  2. metadata +4 -22
  3. data/hnews.rdoc +0 -64
data/lib/hnews_version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module HNews
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hnews
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-23 00:00:00.000000000 Z
12
+ date: 2013-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -27,22 +27,6 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- - !ruby/object:Gem::Dependency
31
- name: rdoc
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: '0'
38
- type: :development
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
46
30
  - !ruby/object:Gem::Dependency
47
31
  name: gli
48
32
  requirement: !ruby/object:Gem::Requirement
@@ -128,13 +112,11 @@ email: ben@bensbit.co.uk
128
112
  executables:
129
113
  - hnews
130
114
  extensions: []
131
- extra_rdoc_files:
132
- - hnews.rdoc
115
+ extra_rdoc_files: []
133
116
  files:
134
117
  - bin/hnews
135
118
  - lib/hnews_version.rb
136
- - hnews.rdoc
137
- homepage: http://bensbit.co.uk
119
+ homepage: http://hnews.bensbit.co.uk
138
120
  licenses: []
139
121
  post_install_message:
140
122
  rdoc_options:
data/hnews.rdoc DELETED
@@ -1,64 +0,0 @@
1
- = <tt>hnews</tt>
2
-
3
- Describe your application here
4
-
5
- hnews [global options] command_name [command-specific options] [--] arguments...
6
-
7
- * Use the command +help+ to get a summary of commands
8
- * Use the command <tt>help command_name</tt> to get a help for +command_name+
9
- * Use <tt>--</tt> to stop command line argument processing; useful if your arguments have dashes in them
10
-
11
- == Global Options
12
- These options are available for any command and are specified before the name of the command
13
-
14
- [<tt>-f, --flagname=The name of the argument</tt>] Describe some flag here <i>( default: <tt>the default</tt>)</i>
15
- [<tt>--help</tt>] Show this message
16
- [<tt>-s, --switch</tt>] Describe some switch here
17
- == Commands
18
- [<tt>best</tt>] Describe best here
19
- [<tt>comments</tt>] Open Comments Page from last loaded page
20
- [<tt>help</tt>] Shows list of commands or help for one command
21
- [<tt>home</tt>] Get Home Items
22
- [<tt>new</tt>] Get New Items
23
- [<tt>open</tt>] Open Item from last Loaded Page
24
- [<tt>upvote</tt>] Upvote Item from last Loaded Page
25
-
26
- === <tt>best Describe arguments to best here</tt>
27
-
28
- Describe best here
29
-
30
- ==== Options
31
- These options are specified *after* the command.
32
-
33
- [<tt>-f arg</tt>] Describe a flag to best <i>( default: <tt>default</tt>)</i>
34
- [<tt>-s</tt>] Describe a switch to best
35
- === <tt>comments lastPageItemID</tt>
36
-
37
- Open Comments Page from last loaded page
38
-
39
- === <tt>help [command]</tt>
40
-
41
- Shows list of commands or help for one command
42
-
43
- Gets help for the application or its commands. Can also list the commands in a way helpful to creating a bash-style completion function
44
-
45
- ==== Options
46
- These options are specified *after* the command.
47
-
48
- [<tt>-c, --completion</tt>] List all commands one line at a time, for use with shell completion ([command] argument is partial command to match)
49
- === <tt>home none</tt>
50
-
51
- Get Home Items
52
-
53
- === <tt>new pageNumber</tt>
54
-
55
- Get New Items
56
-
57
- === <tt>open lastPageItemID</tt>
58
-
59
- Open Item from last Loaded Page
60
-
61
- === <tt>upvote lastPageItemID</tt>
62
-
63
- Upvote Item from last Loaded Page
64
-