pvdgm-svc-client 0.1.6 → 0.2.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.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +19 -21
- data/VERSION +1 -1
- data/lib/pvdgm-svc-client/resources/assessment_request.rb +8 -6
- data/lib/pvdgm-svc-client/resources/available_file.rb +7 -7
- data/lib/pvdgm-svc-client/resources/configured_facility.rb +3 -1
- data/lib/pvdgm-svc-client/resources/facility_mapping.rb +3 -1
- data/lib/pvdgm-svc-client/resources/mds_pull_account.rb +8 -5
- data/lib/pvdgm-svc-client/resources/provider.rb +7 -2
- data/lib/pvdgm-svc-client/resources/service.rb +9 -6
- data/lib/pvdgm-svc-client/resources/sltc_registration.rb +16 -0
- data/lib/pvdgm-svc-client/resources/third_party.rb +7 -4
- data/pvdgm-svc-client.gemspec +103 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6d33d887c51525d875941b744de3d717a4bd298
|
4
|
+
data.tar.gz: fecabbd6c93150bd85943a628b50269579842b80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 751cef746a37de859ad252a33972214ed4258b9784dbf6070e13361dce93cea10fa351dc693e1943b290da0765d671269cff31b2d98b65ae9613223c8020724c
|
7
|
+
data.tar.gz: 7da1ff21b1334e3ac11fd7d65e38e2265af17eccf51ce9b006caaa6d22c65eca59806deb5459f7f67e94242cf503f16a3e6a268934765f5f93feb4b09852499d
|
data/Gemfile
CHANGED
@@ -10,7 +10,7 @@ gem 'highline'
|
|
10
10
|
# Add dependencies to develop your gem here.
|
11
11
|
# Include everything needed to run rake, tests, features, etc.
|
12
12
|
group :development do
|
13
|
-
gem "rspec"
|
13
|
+
gem "rspec", "~> 2.14.1"
|
14
14
|
gem "rdoc", "~> 3.12"
|
15
15
|
gem "bundler", "~> 1.0"
|
16
16
|
gem "jeweler", "~> 1.8.7"
|
data/Gemfile.lock
CHANGED
@@ -4,10 +4,10 @@ GEM
|
|
4
4
|
activesupport (3.2.14)
|
5
5
|
i18n (~> 0.6, >= 0.6.4)
|
6
6
|
multi_json (~> 1.0)
|
7
|
-
addressable (2.3.
|
7
|
+
addressable (2.3.6)
|
8
8
|
builder (3.2.2)
|
9
|
-
diff-lcs (1.2.
|
10
|
-
faraday (0.8.
|
9
|
+
diff-lcs (1.2.5)
|
10
|
+
faraday (0.8.9)
|
11
11
|
multipart-post (~> 1.2.0)
|
12
12
|
git (1.2.6)
|
13
13
|
github_api (0.10.1)
|
@@ -18,10 +18,9 @@ GEM
|
|
18
18
|
nokogiri (~> 1.5.2)
|
19
19
|
oauth2
|
20
20
|
hashie (2.0.5)
|
21
|
-
highline (1.6.
|
22
|
-
|
23
|
-
|
24
|
-
jeweler (1.8.7)
|
21
|
+
highline (1.6.21)
|
22
|
+
i18n (0.6.9)
|
23
|
+
jeweler (1.8.8)
|
25
24
|
builder
|
26
25
|
bundler (~> 1.0)
|
27
26
|
git (>= 1.2.5)
|
@@ -30,23 +29,22 @@ GEM
|
|
30
29
|
nokogiri (= 1.5.10)
|
31
30
|
rake
|
32
31
|
rdoc
|
33
|
-
json (1.8.
|
34
|
-
jwt (0.1.
|
32
|
+
json (1.8.1)
|
33
|
+
jwt (0.1.11)
|
35
34
|
multi_json (>= 1.5)
|
36
|
-
mime-types (
|
37
|
-
multi_json (1.
|
35
|
+
mime-types (2.2)
|
36
|
+
multi_json (1.9.2)
|
38
37
|
multi_xml (0.5.5)
|
39
38
|
multipart-post (1.2.0)
|
40
39
|
nokogiri (1.5.10)
|
41
|
-
oauth2 (0.9.
|
42
|
-
faraday (
|
43
|
-
|
44
|
-
|
45
|
-
multi_json (~> 1.0)
|
40
|
+
oauth2 (0.9.3)
|
41
|
+
faraday (>= 0.8, < 0.10)
|
42
|
+
jwt (~> 0.1.8)
|
43
|
+
multi_json (~> 1.3)
|
46
44
|
multi_xml (~> 0.5)
|
47
45
|
rack (~> 1.2)
|
48
46
|
rack (1.5.2)
|
49
|
-
rake (10.
|
47
|
+
rake (10.2.2)
|
50
48
|
rdoc (3.12.2)
|
51
49
|
json (~> 1.4)
|
52
50
|
rest-client (1.6.7)
|
@@ -55,10 +53,10 @@ GEM
|
|
55
53
|
rspec-core (~> 2.14.0)
|
56
54
|
rspec-expectations (~> 2.14.0)
|
57
55
|
rspec-mocks (~> 2.14.0)
|
58
|
-
rspec-core (2.14.
|
59
|
-
rspec-expectations (2.14.
|
56
|
+
rspec-core (2.14.8)
|
57
|
+
rspec-expectations (2.14.5)
|
60
58
|
diff-lcs (>= 1.1.3, < 2.0)
|
61
|
-
rspec-mocks (2.14.
|
59
|
+
rspec-mocks (2.14.6)
|
62
60
|
terminal-table (1.4.5)
|
63
61
|
|
64
62
|
PLATFORMS
|
@@ -71,5 +69,5 @@ DEPENDENCIES
|
|
71
69
|
jeweler (~> 1.8.7)
|
72
70
|
rdoc (~> 3.12)
|
73
71
|
rest-client
|
74
|
-
rspec
|
72
|
+
rspec (~> 2.14.1)
|
75
73
|
terminal-table
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1
|
1
|
+
0.2.1
|
@@ -7,7 +7,8 @@ module Resources
|
|
7
7
|
include SltcProviderPrompter
|
8
8
|
|
9
9
|
def list
|
10
|
-
|
10
|
+
provider_id = sltc_provider_id(true)
|
11
|
+
result = get("services/assessment_requests?provider_id=#{provider_id}#{status_prompt}")
|
11
12
|
puts "\nSLTC Assessment Requests:"
|
12
13
|
table = Terminal::Table.new headings: [ 'Provider ID', 'Request ID', 'From', 'To', 'Status', 'Created', 'Updated' ] do |t|
|
13
14
|
result.each do | assessment_request |
|
@@ -48,12 +49,13 @@ module Resources
|
|
48
49
|
status = prompter.choose do | menu |
|
49
50
|
menu.prompt = "Select the status to filter the results with: "
|
50
51
|
menu.choice("Do not filter by status") { -1 }
|
51
|
-
menu.choice("Available") {
|
52
|
-
menu.choice("Downloaded") {
|
53
|
-
menu.choice("Empty") {
|
54
|
-
menu.choice("Error") {
|
52
|
+
menu.choice("Available") { 0x00 }
|
53
|
+
menu.choice("Downloaded") { 0x01 }
|
54
|
+
menu.choice("Empty") { 0x02 }
|
55
|
+
menu.choice("Error") { 0x03 }
|
56
|
+
menu.choice("Not Downloaded") { 0x11 }
|
55
57
|
end
|
56
|
-
status < 0 ? "" : "
|
58
|
+
status < 0 ? "" : "&status=#{status}"
|
57
59
|
end
|
58
60
|
|
59
61
|
end
|
@@ -17,13 +17,13 @@ module Resources
|
|
17
17
|
menu.choice('All', 'Specify no status') { -1 }
|
18
18
|
menu.choice('Available', 'All files that are ready to be pulled from the source') { 0 }
|
19
19
|
menu.choice('Downloaded', 'All files that have been downloaded from the source') { 1 }
|
20
|
-
menu.choice('Invalid', 'All files that have been marked as invalid') {
|
21
|
-
menu.choice('Missing', 'All files that could not be found on the file system') {
|
22
|
-
menu.choice('Uploaded', 'All files that have been uploaded to abaqis') {
|
23
|
-
menu.choice('Upload Error', 'All files that had an error uploading to abaqis') {
|
24
|
-
menu.choice('Deleted', 'All files that have been deleted from the file system') {
|
25
|
-
menu.choice('Cleared', 'All files that have been cleared from the source') {
|
26
|
-
|
20
|
+
menu.choice('Invalid', 'All files that have been marked as invalid') { 2 }
|
21
|
+
menu.choice('Missing', 'All files that could not be found on the file system') { 3 }
|
22
|
+
menu.choice('Uploaded', 'All files that have been uploaded to abaqis') { 4 }
|
23
|
+
menu.choice('Upload Error', 'All files that had an error uploading to abaqis') { 5 }
|
24
|
+
menu.choice('Deleted', 'All files that have been deleted from the file system') { 6 }
|
25
|
+
menu.choice('Cleared', 'All files that have been cleared from the source') { 7 }
|
26
|
+
menu.choice('Not Cleared', 'All files that have not been cleared') { 0x17 }
|
27
27
|
end
|
28
28
|
filter = status >= 0 ? "?status=#{status}" : ''
|
29
29
|
result = get("services/third_parties/#{tp_id}/service_definitions/#{sd_id}/configured_accounts/#{ca_id}/available_files#{filter}")
|
@@ -3,12 +3,14 @@ module Resources
|
|
3
3
|
class ConfiguredFacility < BaseResource
|
4
4
|
include ThirdPartyPrompter
|
5
5
|
include ServiceDefinitionPrompter
|
6
|
+
include ConfiguredAccountPrompter
|
6
7
|
include ConfiguredFacilityPrompter
|
7
8
|
|
8
9
|
def list
|
9
10
|
tp_id = third_party_id
|
11
|
+
ca_id = configured_account_id
|
10
12
|
sd_id = service_definition_id
|
11
|
-
result = get("services/third_parties/#{tp_id}/service_definitions/#{sd_id}/configured_facilities")
|
13
|
+
result = get("services/third_parties/#{tp_id}/service_definitions/#{sd_id}/configured_facilities?configured_account_id=#{ca_id}")
|
12
14
|
puts "\nConfigured facilities for third party: #{tp_id}, service definition: #{sd_id}"
|
13
15
|
table = Terminal::Table.new headings: [ 'Service Def Id', 'Facility ID', 'User name', 'Enabled', 'Password', 'Token' ] do |t|
|
14
16
|
result.each do | configured_facility |
|
@@ -2,11 +2,13 @@ module Resources
|
|
2
2
|
|
3
3
|
class FacilityMapping < BaseResource
|
4
4
|
include ThirdPartyPrompter
|
5
|
+
include ConfiguredAccountPrompter
|
6
|
+
include ServiceDefinitionPrompter
|
5
7
|
include FacilityMappingPrompter
|
6
8
|
|
7
9
|
def list
|
8
10
|
tp_id = third_party_id
|
9
|
-
result = get("services/third_parties/#{tp_id}/facility_mappings")
|
11
|
+
result = get("services/third_parties/#{tp_id}/facility_mappings")
|
10
12
|
puts "\nFacility Mappings for third party: #{tp_id}"
|
11
13
|
table = Terminal::Table.new headings: [ 'Third Party Id', 'Facility Id', 'Facility Code', 'Top Level' ] do |t|
|
12
14
|
result.each do | facility_mapping |
|
@@ -41,11 +41,14 @@ module Resources
|
|
41
41
|
menu.prompt = "Select the status to filter the results with: "
|
42
42
|
menu.choice("Do not filter by status") { -1 }
|
43
43
|
menu.choice("New") { 0 }
|
44
|
-
menu.choice("
|
45
|
-
menu.choice("
|
46
|
-
menu.choice("
|
47
|
-
menu.choice("
|
48
|
-
menu.choice("
|
44
|
+
menu.choice("Providers Identified") { 1 }
|
45
|
+
menu.choice("Assessments Requested") { 2 }
|
46
|
+
menu.choice("Files Identified") { 3 }
|
47
|
+
menu.choice("Files Downloaded") { 4 }
|
48
|
+
menu.choice("Submitted to abaqis") { 5 }
|
49
|
+
menu.choice("File System Clean") { 6 }
|
50
|
+
menu.choice("Remote Clean") { 7 }
|
51
|
+
menu.choice("Not Remote Clean") { 0x17 }
|
49
52
|
end
|
50
53
|
status < 0 ? "" : "?status=#{status}"
|
51
54
|
end
|
@@ -13,9 +13,14 @@ module Resources
|
|
13
13
|
result = get("services/sltc_providers?configured_account_id=#{ca_id}")
|
14
14
|
|
15
15
|
puts "\nProviders for account:"
|
16
|
-
table = Terminal::Table.new headings: [ 'id', 'Name' ] do |t|
|
16
|
+
table = Terminal::Table.new headings: [ 'id', 'Name', 'State', 'NPI', 'CCN', 'FacId' ] do |t|
|
17
17
|
result.each do | provider |
|
18
|
-
t << [ provider['id'],
|
18
|
+
t << [ provider['id'],
|
19
|
+
provider['name'],
|
20
|
+
provider['state'],
|
21
|
+
provider['npi'],
|
22
|
+
provider['ccn'],
|
23
|
+
provider['fac_id'] ]
|
19
24
|
end
|
20
25
|
end
|
21
26
|
|
@@ -6,10 +6,10 @@ module Resources
|
|
6
6
|
def list
|
7
7
|
result = get("services/services")
|
8
8
|
puts "\nServices:"
|
9
|
-
table = Terminal::Table.new headings: [ 'Name' ] do |t|
|
9
|
+
table = Terminal::Table.new headings: [ 'Name', 'Key' ] do |t|
|
10
10
|
result.each do | service |
|
11
11
|
# puts format "(%4d) %s", service['id'], service['name']
|
12
|
-
t << [ service['name'] ]
|
12
|
+
t << [ service['name'], service['key'] ]
|
13
13
|
end
|
14
14
|
end
|
15
15
|
prompter.say table.to_s
|
@@ -20,10 +20,11 @@ module Resources
|
|
20
20
|
sv_id = service_id
|
21
21
|
result = get("services/services/#{sv_id}")
|
22
22
|
puts "\nService:"
|
23
|
-
table = Terminal::Table.new headings: [ 'Name' ] do |t|
|
24
|
-
t << [ result['name'] ]
|
23
|
+
table = Terminal::Table.new headings: [ 'Name', 'Key' ] do |t|
|
24
|
+
t << [ result['name'], result['key'] ]
|
25
25
|
end
|
26
26
|
@service_name = result['name']
|
27
|
+
@service_key = result['key']
|
27
28
|
puts table
|
28
29
|
puts
|
29
30
|
end
|
@@ -31,7 +32,8 @@ module Resources
|
|
31
32
|
def create
|
32
33
|
params = {
|
33
34
|
service: {
|
34
|
-
name: prompter.ask("\nName for new service: ") { |q| q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service name" }
|
35
|
+
name: prompter.ask("\nName for new service: ") { |q| q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service name" },
|
36
|
+
key: prompter.ask("\nUnique key for service: ") { |q| q.validate = /\A[a-zA-Z0-9_-]{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service key" }
|
35
37
|
}
|
36
38
|
}
|
37
39
|
result = post("services/services", params)
|
@@ -44,7 +46,8 @@ module Resources
|
|
44
46
|
show
|
45
47
|
params = {
|
46
48
|
service: {
|
47
|
-
name: prompter.ask("\nNew name for service: ") { |q| q.default = @service_name; q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service name" }
|
49
|
+
name: prompter.ask("\nNew name for service: ") { |q| q.default = @service_name; q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service name" },
|
50
|
+
key: prompter.ask("\nUnique key for service: ") { |q| q.default = @service_key; q.validate = /\A[a-zA-Z0-9_-]{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid service key" }
|
48
51
|
}
|
49
52
|
}
|
50
53
|
result = put("services/services/#{sv_id}", params)
|
@@ -46,6 +46,22 @@ module Resources
|
|
46
46
|
puts
|
47
47
|
end
|
48
48
|
|
49
|
+
def configure
|
50
|
+
tp_id = third_party_id
|
51
|
+
sd_id = service_definition_id
|
52
|
+
reg_id = sltc_registration_id
|
53
|
+
|
54
|
+
params = {
|
55
|
+
third_party_id: tp_id,
|
56
|
+
service_definition_id: sd_id,
|
57
|
+
account_id: prompter.ask("\nAccount ID: ", Integer) { |q| q.validate = lambda { | a | is_valid_object?('Account', a) }; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid Account ID" },
|
58
|
+
configure_only: 'true'
|
59
|
+
}
|
60
|
+
result = post("services/sltc_registrations/#{reg_id}/complete", params)
|
61
|
+
puts result.inspect
|
62
|
+
puts
|
63
|
+
end
|
64
|
+
|
49
65
|
end
|
50
66
|
|
51
67
|
end
|
@@ -8,9 +8,9 @@ module Resources
|
|
8
8
|
def list
|
9
9
|
result = get("services/third_parties")
|
10
10
|
puts "\nThird Parties:"
|
11
|
-
table = Terminal::Table.new headings: [ 'Name', 'Contact Email' ] do |t|
|
11
|
+
table = Terminal::Table.new headings: [ 'Name', 'Key', 'Contact Email' ] do |t|
|
12
12
|
result.each do | third_party |
|
13
|
-
t << [ third_party['name'], third_party['contact_email'] ]
|
13
|
+
t << [ third_party['name'], third_party['key'], third_party['contact_email'] ]
|
14
14
|
end
|
15
15
|
end
|
16
16
|
|
@@ -22,10 +22,11 @@ module Resources
|
|
22
22
|
tp_id = third_party_id
|
23
23
|
result = get("services/third_parties/#{tp_id}")
|
24
24
|
@third_party_name = result['name']
|
25
|
+
@third_party_key = result['key']
|
25
26
|
@third_party_contact_email = result['contact_email']
|
26
27
|
puts "\nThird Party"
|
27
|
-
table = Terminal::Table.new headings: [ 'Name', 'Contact Email' ] do |t|
|
28
|
-
t << [ result['name'], result['contact_email'] ]
|
28
|
+
table = Terminal::Table.new headings: [ 'Name', 'Key', 'Contact Email' ] do |t|
|
29
|
+
t << [ result['name'], result['key'], result['contact_email'] ]
|
29
30
|
end
|
30
31
|
puts table
|
31
32
|
puts
|
@@ -35,6 +36,7 @@ module Resources
|
|
35
36
|
params = {
|
36
37
|
third_party: {
|
37
38
|
name: prompter.ask("\nName for new third party: ") { |q| q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid Third Party Name" },
|
39
|
+
key: prompter.ask("\nUnique key for third party: ") { |q| q.validate = /\A[a-zA-Z0-9_-]{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid Third Party key" },
|
38
40
|
contact_email: prompter.ask("\nContact email address for new third party: ") { |q| q.validate = EMAIL_REGEX; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid email address" }
|
39
41
|
}
|
40
42
|
}
|
@@ -48,6 +50,7 @@ module Resources
|
|
48
50
|
params = {
|
49
51
|
third_party: {
|
50
52
|
name: prompter.ask("\nNew name for third party: ") { |q| q.default = @third_party_name; q.validate = /\A.{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid Third Party Name" },
|
53
|
+
key: prompter.ask("\nUnique key for third party: ") { |q| q.default = @third_party_key; q.validate = /\A[a-zA-Z0-9_-]{1,255}\z/; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid Third Party key" },
|
51
54
|
contact_email: prompter.ask("\nNew contact email address for third party: ") { |q| q.default = @third_party_contact_email; q.validate = EMAIL_REGEX; q.responses[:ask_on_error] = :question; q.responses[:not_valid] = "\nNot a valid email address" }
|
52
55
|
}
|
53
56
|
}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
# stub: pvdgm-svc-client 0.2.1 ruby lib
|
6
|
+
|
7
|
+
Gem::Specification.new do |s|
|
8
|
+
s.name = "pvdgm-svc-client"
|
9
|
+
s.version = "0.2.1"
|
10
|
+
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
13
|
+
s.authors = ["Dave Sieh"]
|
14
|
+
s.date = "2015-02-12"
|
15
|
+
s.description = "This gem provides command line and other types of tools to support the Service Engine."
|
16
|
+
s.email = "dave.sieh@providigm.com"
|
17
|
+
s.executables = ["service_mgr", "service_mgr_completion", "valid_commands", "valid_resources"]
|
18
|
+
s.extra_rdoc_files = [
|
19
|
+
"LICENSE.txt",
|
20
|
+
"README.rdoc"
|
21
|
+
]
|
22
|
+
s.files = [
|
23
|
+
".document",
|
24
|
+
"Gemfile",
|
25
|
+
"Gemfile.lock",
|
26
|
+
"LICENSE.txt",
|
27
|
+
"README.rdoc",
|
28
|
+
"Rakefile",
|
29
|
+
"VERSION",
|
30
|
+
"bin/service_mgr",
|
31
|
+
"bin/service_mgr_completion",
|
32
|
+
"bin/valid_commands",
|
33
|
+
"bin/valid_resources",
|
34
|
+
"lib/pvdgm-svc-client.rb",
|
35
|
+
"lib/pvdgm-svc-client/base_resource.rb",
|
36
|
+
"lib/pvdgm-svc-client/prompters/account_mapping_prompter.rb",
|
37
|
+
"lib/pvdgm-svc-client/prompters/configured_account_prompter.rb",
|
38
|
+
"lib/pvdgm-svc-client/prompters/configured_facility_prompter.rb",
|
39
|
+
"lib/pvdgm-svc-client/prompters/facility_mapping_prompter.rb",
|
40
|
+
"lib/pvdgm-svc-client/prompters/public_key_prompter.rb",
|
41
|
+
"lib/pvdgm-svc-client/prompters/service_definition_prompter.rb",
|
42
|
+
"lib/pvdgm-svc-client/prompters/service_prompter.rb",
|
43
|
+
"lib/pvdgm-svc-client/prompters/sltc_provider_prompter.rb",
|
44
|
+
"lib/pvdgm-svc-client/prompters/sltc_registration_prompter.rb",
|
45
|
+
"lib/pvdgm-svc-client/prompters/third_party_prompter.rb",
|
46
|
+
"lib/pvdgm-svc-client/resources/account_mapping.rb",
|
47
|
+
"lib/pvdgm-svc-client/resources/assessment_request.rb",
|
48
|
+
"lib/pvdgm-svc-client/resources/available_file.rb",
|
49
|
+
"lib/pvdgm-svc-client/resources/configured_account.rb",
|
50
|
+
"lib/pvdgm-svc-client/resources/configured_facility.rb",
|
51
|
+
"lib/pvdgm-svc-client/resources/facility_mapping.rb",
|
52
|
+
"lib/pvdgm-svc-client/resources/mds_pull_account.rb",
|
53
|
+
"lib/pvdgm-svc-client/resources/provider.rb",
|
54
|
+
"lib/pvdgm-svc-client/resources/public_key.rb",
|
55
|
+
"lib/pvdgm-svc-client/resources/service.rb",
|
56
|
+
"lib/pvdgm-svc-client/resources/service_definition.rb",
|
57
|
+
"lib/pvdgm-svc-client/resources/sltc_registration.rb",
|
58
|
+
"lib/pvdgm-svc-client/resources/third_party.rb",
|
59
|
+
"lib/pvdgm-svc-client/service_mgr_options.rb",
|
60
|
+
"pvdgm-svc-client.gemspec",
|
61
|
+
"spec/base_resource_spec.rb",
|
62
|
+
"spec/service_mgr_options_spec.rb",
|
63
|
+
"spec/spec_helper.rb"
|
64
|
+
]
|
65
|
+
s.homepage = "http://github.com/GitHubAdmin/pvdgm-svc-client"
|
66
|
+
s.licenses = ["MIT"]
|
67
|
+
s.rubygems_version = "2.2.2"
|
68
|
+
s.summary = "Command-line client tools to support the Service Engine"
|
69
|
+
|
70
|
+
if s.respond_to? :specification_version then
|
71
|
+
s.specification_version = 4
|
72
|
+
|
73
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
74
|
+
s.add_runtime_dependency(%q<activesupport>, ["= 3.2.14"])
|
75
|
+
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
|
76
|
+
s.add_runtime_dependency(%q<terminal-table>, [">= 0"])
|
77
|
+
s.add_runtime_dependency(%q<highline>, [">= 0"])
|
78
|
+
s.add_development_dependency(%q<rspec>, ["~> 2.14.1"])
|
79
|
+
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
|
80
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
|
81
|
+
s.add_development_dependency(%q<jeweler>, ["~> 1.8.7"])
|
82
|
+
else
|
83
|
+
s.add_dependency(%q<activesupport>, ["= 3.2.14"])
|
84
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
85
|
+
s.add_dependency(%q<terminal-table>, [">= 0"])
|
86
|
+
s.add_dependency(%q<highline>, [">= 0"])
|
87
|
+
s.add_dependency(%q<rspec>, ["~> 2.14.1"])
|
88
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
89
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
90
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
|
91
|
+
end
|
92
|
+
else
|
93
|
+
s.add_dependency(%q<activesupport>, ["= 3.2.14"])
|
94
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
95
|
+
s.add_dependency(%q<terminal-table>, [">= 0"])
|
96
|
+
s.add_dependency(%q<highline>, [">= 0"])
|
97
|
+
s.add_dependency(%q<rspec>, ["~> 2.14.1"])
|
98
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
99
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
100
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pvdgm-svc-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Sieh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -70,16 +70,16 @@ dependencies:
|
|
70
70
|
name: rspec
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version:
|
75
|
+
version: 2.14.1
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - "
|
80
|
+
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
82
|
+
version: 2.14.1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rdoc
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -172,6 +172,7 @@ files:
|
|
172
172
|
- lib/pvdgm-svc-client/resources/sltc_registration.rb
|
173
173
|
- lib/pvdgm-svc-client/resources/third_party.rb
|
174
174
|
- lib/pvdgm-svc-client/service_mgr_options.rb
|
175
|
+
- pvdgm-svc-client.gemspec
|
175
176
|
- spec/base_resource_spec.rb
|
176
177
|
- spec/service_mgr_options_spec.rb
|
177
178
|
- spec/spec_helper.rb
|