hmx_client 0.0.7 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +4 -4
- data/Gemfile +4 -4
- data/Rakefile +1 -1
- data/bin/hmx +33 -33
- data/hmx_client.gemspec +27 -27
- data/lib/hmx/client.rb +167 -167
- data/lib/hmx/command.rb +140 -140
- data/lib/hmx/command/base.rb +195 -194
- data/lib/hmx/command/bootstrap.rb +18 -18
- data/lib/hmx/command/check.rb +170 -0
- data/lib/hmx/command/clone.rb +77 -77
- data/lib/hmx/command/config.rb +67 -67
- data/lib/hmx/command/dump.rb +67 -67
- data/lib/hmx/command/fn.rb +125 -43
- data/lib/hmx/command/fountain.rb +46 -46
- data/lib/hmx/command/get.rb +20 -20
- data/lib/hmx/command/getContent.rb +20 -20
- data/lib/hmx/command/help.rb +114 -114
- data/lib/hmx/command/partition.rb +38 -38
- data/lib/hmx/command/query.rb +22 -22
- data/lib/hmx/command/session.rb +35 -35
- data/lib/hmx/command/task.rb +32 -32
- data/lib/hmx/command/type.rb +45 -45
- data/lib/hmx/command/user.rb +68 -68
- data/lib/hmx/command/view.rb +161 -155
- data/lib/hmx/helpers.rb +76 -61
- data/lib/hmx/hmx.rb +148 -215
- data/lib/hmx/version.rb +3 -3
- data/lib/hmx_client.rb +7 -7
- data/sampleCommands.txt +5 -5
- metadata +12 -11
data/lib/hmx/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module HmxClient
|
2
|
-
VERSION = "0.0
|
3
|
-
end
|
1
|
+
module HmxClient
|
2
|
+
VERSION = "0.1.0"
|
3
|
+
end
|
data/lib/hmx_client.rb
CHANGED
@@ -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"
|
data/sampleCommands.txt
CHANGED
@@ -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
|
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-
|
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: &
|
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: *
|
24
|
+
version_requirements: *9782376
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: json
|
27
|
-
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: *
|
35
|
+
version_requirements: *9782124
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: cli-colorize
|
38
|
-
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: *
|
46
|
+
version_requirements: *9781872
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: term-ansicolor
|
49
|
-
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: *
|
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.
|
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
|