hmx_client 0.0.7 → 0.1.0

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.
@@ -1,3 +1,3 @@
1
- module HmxClient
2
- VERSION = "0.0.7"
3
- end
1
+ module HmxClient
2
+ VERSION = "0.1.0"
3
+ end
@@ -1,7 +1,7 @@
1
- base_path = File.dirname(__FILE__)
2
- %w{command client hmx helpers}.each do |lib|
3
- require "#{base_path}/hmx/#{lib}"
4
- end
5
- module HmxClient
6
- end
7
- require "hmx/version"
1
+ base_path = File.dirname(__FILE__)
2
+ %w{command client hmx helpers}.each do |lib|
3
+ require "#{base_path}/hmx/#{lib}"
4
+ end
5
+ module HmxClient
6
+ end
7
+ require "hmx/version"
@@ -1,5 +1,5 @@
1
- gem install bundler
2
- bundle install
3
- rake install
4
- gem build hmx_client.gemspec
5
- gem push hmx_client-0.0.2.gem
1
+ gem install bundler
2
+ bundle install
3
+ rake install
4
+ gem build hmx_client.gemspec
5
+ gem push hmx_client-0.0.2.gem
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hmx_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-10 00:00:00.000000000Z
12
+ date: 2011-11-17 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
16
- requirement: &70268564434020 !ruby/object:Gem::Requirement
16
+ requirement: &9782376 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70268564434020
24
+ version_requirements: *9782376
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: json
27
- requirement: &70268564433600 !ruby/object:Gem::Requirement
27
+ requirement: &9782124 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70268564433600
35
+ version_requirements: *9782124
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: cli-colorize
38
- requirement: &70268564433180 !ruby/object:Gem::Requirement
38
+ requirement: &9781872 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70268564433180
46
+ version_requirements: *9781872
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: term-ansicolor
49
- requirement: &70268564432760 !ruby/object:Gem::Requirement
49
+ requirement: &9781620 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *70268564432760
57
+ version_requirements: *9781620
58
58
  description: Gives a client the ability to interact fully with the API for HMX
59
59
  email:
60
60
  - ukmoore@gmail.com
@@ -72,6 +72,7 @@ files:
72
72
  - lib/hmx/command.rb
73
73
  - lib/hmx/command/base.rb
74
74
  - lib/hmx/command/bootstrap.rb
75
+ - lib/hmx/command/check.rb
75
76
  - lib/hmx/command/clone.rb
76
77
  - lib/hmx/command/config.rb
77
78
  - lib/hmx/command/dump.rb
@@ -112,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
113
  version: '0'
113
114
  requirements: []
114
115
  rubyforge_project: hmx_client
115
- rubygems_version: 1.8.10
116
+ rubygems_version: 1.7.2
116
117
  signing_key:
117
118
  specification_version: 3
118
119
  summary: HMX Client is used to interact with the Jagwire HMX environment, usually