m2x 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70f17c0238e0ffa54350a2b51b30cb03baaa13ce
4
- data.tar.gz: cb0d4e1d429046af177c04941723c9eea2fb1b33
3
+ metadata.gz: bb2f40231bfc590103fb79eabd82396ac0381ab8
4
+ data.tar.gz: 0d123aa39ce0a151cbf4b34b6484fbb2d3096439
5
5
  SHA512:
6
- metadata.gz: 9c5a6aa82d13e07f0f88d1cc69f50d14bc002ed58a284f62cc256fbf768fcc310f6713e5b81f6e2ae66708e864a82433095d5794bcb715d6fc715814b46972f8
7
- data.tar.gz: b520c2455cf1d4059515e8e93c71af3b1da9cb41c24e94910db81df1e2385f3adec25ba560a9a335dc17ad28679e0aa524c71cb73c56f2603fcbd936a4c4f7a4
6
+ metadata.gz: 530ec5b9379f709f6d5b2bf0db4a6f20174dbd7fa632c45b3b9379799976a5f8b23b1e6163c13cc382e0a5ac408b93a8be39215141d9f406d255339e42b5a5b8
7
+ data.tar.gz: df3391d100f258020a4eb2b1a73acdb97f42c6f04670c3d9d37706e0edcf767c225039781e51266d2a3811980729a3a0db203cacb40aa7ba0b61aded62ab8334
@@ -11,8 +11,6 @@ class M2X::Client::Response
11
11
  end
12
12
 
13
13
  def json
14
- raise "#{@response.content_type} is not application/json" unless @response.content_type == "application/json"
15
-
16
14
  @json ||= ::JSON.parse(raw)
17
15
  end
18
16
 
@@ -1,5 +1,5 @@
1
1
  module M2X
2
2
  class Client
3
- VERSION = "2.4.0"
3
+ VERSION = "2.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: m2x
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro López
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-12-23 00:00:00.000000000 Z
13
+ date: 2016-02-12 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: AT&T’s M2X is a cloud-based fully managed data storage service for network
16
16
  connected machine-to-machine (M2M) devices. From trucks and turbines to vending
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.4.5.1
64
+ rubygems_version: 2.5.1
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Ruby client for AT&T M2X