hudson-remote-cli 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,4 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "hudson-remote-cli"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Hudson::VERSION
17
+
18
+ gem.license = 'GPL-2'
17
19
  end
@@ -1,3 +1,3 @@
1
1
  module Hudson
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hudson-remote-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2013-08-09 00:00:00.000000000 Z
12
+ date: 2013-08-12 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ruby interface to Hudson's remote json API
15
15
  email:
@@ -40,7 +40,8 @@ files:
40
40
  - spec/spec_helper.rb
41
41
  - spec/system_spec.rb
42
42
  homepage: https://github.com/GuyCheung/hudson-remote-cli
43
- licenses: []
43
+ licenses:
44
+ - GPL-2
44
45
  post_install_message:
45
46
  rdoc_options: []
46
47
  require_paths:
@@ -51,18 +52,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
52
  - - ! '>='
52
53
  - !ruby/object:Gem::Version
53
54
  version: '0'
54
- segments:
55
- - 0
56
- hash: 799024712864608111
57
55
  required_rubygems_version: !ruby/object:Gem::Requirement
58
56
  none: false
59
57
  requirements:
60
58
  - - ! '>='
61
59
  - !ruby/object:Gem::Version
62
60
  version: '0'
63
- segments:
64
- - 0
65
- hash: 799024712864608111
66
61
  requirements: []
67
62
  rubyforge_project:
68
63
  rubygems_version: 1.8.11