tms_client 0.2.1 → 0.2.2
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
- metadata +2 -7
data/lib/tms_client/version.rb
CHANGED
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.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -121,18 +121,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- - ! '>='
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '0'
|
|
124
|
-
segments:
|
|
125
|
-
- 0
|
|
126
|
-
hash: 2675598689048053801
|
|
127
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
125
|
none: false
|
|
129
126
|
requirements:
|
|
130
127
|
- - ! '>='
|
|
131
128
|
- !ruby/object:Gem::Version
|
|
132
129
|
version: '0'
|
|
133
|
-
segments:
|
|
134
|
-
- 0
|
|
135
|
-
hash: 2675598689048053801
|
|
136
130
|
requirements: []
|
|
137
131
|
rubyforge_project:
|
|
138
132
|
rubygems_version: 1.8.25
|
|
@@ -152,3 +146,4 @@ test_files:
|
|
|
152
146
|
- spec/sms_messages_spec.rb
|
|
153
147
|
- spec/spec_helper.rb
|
|
154
148
|
- spec/tms_client_spec.rb
|
|
149
|
+
has_rdoc:
|