m2x 0.0.2 → 0.0.3
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/m2x.rb +1 -2
- data/lib/m2x/version.rb +3 -0
- data/m2x.gemspec +3 -1
- metadata +3 -2
data/lib/m2x.rb
CHANGED
data/lib/m2x/version.rb
ADDED
data/m2x.gemspec
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
|
|
3
|
+
require "./lib/m2x/version"
|
|
4
|
+
|
|
3
5
|
Gem::Specification.new do |s|
|
|
4
6
|
s.name = "m2x"
|
|
5
|
-
s.version =
|
|
7
|
+
s.version = ::M2X::VERSION
|
|
6
8
|
s.summary = "Ruby client for AT&T M2X"
|
|
7
9
|
s.description = "AT&T’s M2X is a cloud-based fully managed data storage service for network connected machine-to-machine (M2M) devices. From trucks and turbines to vending machines and freight containers, M2X enables the devices that power your business to connect and share valuable data."
|
|
8
10
|
s.authors = ["Leandro López", "Matías Flores"]
|
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: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-10-
|
|
13
|
+
date: 2013-10-31 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
|
|
@@ -28,6 +28,7 @@ files:
|
|
|
28
28
|
- lib/m2x/client.rb
|
|
29
29
|
- lib/m2x/feeds.rb
|
|
30
30
|
- lib/m2x/keys.rb
|
|
31
|
+
- lib/m2x/version.rb
|
|
31
32
|
- lib/m2x.rb
|
|
32
33
|
- m2x.gemspec
|
|
33
34
|
homepage: http://github.com/attm2x/m2x-ruby
|