m2x 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/lib/m2x.rb +1 -2
  2. data/lib/m2x/version.rb +3 -0
  3. data/m2x.gemspec +3 -1
  4. metadata +3 -2
data/lib/m2x.rb CHANGED
@@ -1,10 +1,9 @@
1
+ require_relative "m2x/version"
1
2
  require_relative "m2x/client"
2
3
  require_relative "m2x/keys"
3
4
  require_relative "m2x/feeds"
4
5
 
5
6
  class M2X
6
- VERSION = "0.0.2"
7
-
8
7
  attr_reader :api_base
9
8
  attr_reader :api_key
10
9
 
@@ -0,0 +1,3 @@
1
+ class M2X
2
+ VERSION = "0.0.3"
3
+ end
@@ -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 = "0.0.2"
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.2
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-28 00:00:00.000000000 Z
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