hudson-remote-cli 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hudson-remote-cli
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - GuyCheung
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-08-09 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Ruby interface to Hudson's remote json API
15
+ email:
16
+ - guy.xtafcusqt@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - .rspec
23
+ - .travis.yml
24
+ - Gemfile
25
+ - Gemfile.lock
26
+ - LICENSE
27
+ - README.md
28
+ - Rakefile
29
+ - hudson-remote-cli.gemspec
30
+ - lib/hudson-remote-cli.rb
31
+ - lib/hudson-remote-cli/build.rb
32
+ - lib/hudson-remote-cli/build_queue.rb
33
+ - lib/hudson-remote-cli/config.rb
34
+ - lib/hudson-remote-cli/job.rb
35
+ - lib/hudson-remote-cli/system.rb
36
+ - lib/hudson-remote-cli/version.rb
37
+ - spec/build_queue_spec.rb
38
+ - spec/config.xml
39
+ - spec/job_spec.rb
40
+ - spec/spec_helper.rb
41
+ - spec/system_spec.rb
42
+ homepage: https://github.com/GuyCheung/hudson-remote-cli
43
+ licenses: []
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ segments:
55
+ - 0
56
+ hash: 799024712864608111
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ segments:
64
+ - 0
65
+ hash: 799024712864608111
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 1.8.11
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: Ruby interface to Hudson's remote json API
72
+ test_files:
73
+ - spec/build_queue_spec.rb
74
+ - spec/config.xml
75
+ - spec/job_spec.rb
76
+ - spec/spec_helper.rb
77
+ - spec/system_spec.rb