tms_client 0.2.2 → 0.3.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.
- data/lib/tms_client/version.rb +1 -1
- data/tms_client.gemspec +4 -6
- metadata +7 -6
data/lib/tms_client/version.rb
CHANGED
data/tms_client.gemspec
CHANGED
|
@@ -10,15 +10,13 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["support@govdelivery.com"]
|
|
11
11
|
s.homepage = "http://govdelivery.com"
|
|
12
12
|
s.summary = %q{A ruby client to interact with the GovDelivery TMS REST API.}
|
|
13
|
-
s.description = %q{A reference implementation, written in Ruby,
|
|
13
|
+
s.description = %q{A reference implementation, written in Ruby,
|
|
14
|
+
to interact with GovDelivery's TMS API. The client is
|
|
15
|
+
compatible with Ruby 1.9 and 2.0. }
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
s.add_runtime_dependency "json" # this is part of 1.9's stdlib
|
|
17
|
-
end
|
|
18
|
-
|
|
17
|
+
s.add_runtime_dependency "activesupport"
|
|
19
18
|
s.add_runtime_dependency "faraday"
|
|
20
19
|
s.add_runtime_dependency "faraday_middleware"
|
|
21
|
-
s.add_runtime_dependency "activesupport"
|
|
22
20
|
|
|
23
21
|
s.files = %w{
|
|
24
22
|
Gemfile
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tms_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ cert_chain: []
|
|
|
12
12
|
date: 2013-11-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name:
|
|
15
|
+
name: activesupport
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
|
-
name:
|
|
31
|
+
name: faraday
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
33
|
none: false
|
|
34
34
|
requirements:
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
|
-
name:
|
|
47
|
+
name: faraday_middleware
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
49
|
none: false
|
|
50
50
|
requirements:
|
|
@@ -59,8 +59,9 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description: !
|
|
63
|
-
TMS API. The client is compatible
|
|
62
|
+
description: ! "A reference implementation, written in Ruby, \n to
|
|
63
|
+
interact with GovDelivery's TMS API. The client is \n compatible
|
|
64
|
+
with Ruby 1.9 and 2.0. "
|
|
64
65
|
email:
|
|
65
66
|
- support@govdelivery.com
|
|
66
67
|
executables: []
|