lh 0.0.1

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 (6) hide show
  1. data/README.markdown +0 -0
  2. data/Rakefile +0 -0
  3. data/bin/lh +0 -0
  4. data/lib/lh.rb +2 -0
  5. data/test/lh-test.rb +0 -0
  6. metadata +50 -0
File without changes
File without changes
data/bin/lh ADDED
File without changes
@@ -0,0 +1,2 @@
1
+ class Lh
2
+ end
File without changes
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Matthew Trost
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-11-08 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: lh provides a simple command-line interface to the Lighthouse issue-tracking
15
+ system.
16
+ email:
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/lh.rb
22
+ - bin/lh
23
+ - test/lh-test.rb
24
+ - Rakefile
25
+ - README.markdown
26
+ homepage:
27
+ licenses: []
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 1.8.8
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: Lighthouse via command line
50
+ test_files: []