artikcloud 2.2.2 → 2.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5fb7e1aae8ccf86820a5b97bcf2e4911a241279
4
- data.tar.gz: 0c7161a5c98280f561d87ac0502fcc8dc3baa719
3
+ metadata.gz: 8ac3999cf438420c401229f46636d999a048524f
4
+ data.tar.gz: 2fb7ad4afe80541047ec7209f48daa576becca16
5
5
  SHA512:
6
- metadata.gz: f5a459b936ba10bad1c6d2741978d67fc4f081e5c8a7ae7955fdcbdac2446f55f6283415bd17b750d9bc3f4747f651d7c86d6cb0775b1f6cfced082351b3b353
7
- data.tar.gz: 3df1729c32f3080235db145fec3fb194c88d18757bc4d61519f5c25025f8c5e00e21a5a63bc0bc5479a825ccb23bf5bb8d25654d8fc1b78209ae5dd97dbeb00d
6
+ metadata.gz: c8c589b41dfe04f4bc6c0a612e1c8ae562ea65a65a8a06679e8fc4b239ad9b8610618a9b7b0e6047928e6e8c22a70b1e9dd91b64fb7d657dda95aea5efc36764
7
+ data.tar.gz: 8fd192658fb2bf34f4d597c1f6d5f869fc0032f98a90ad976a8c688b6fc63e0e2f14e43d913225a6f9bdbf2f347f0db91a90cf791a0572191e9395142bf4df93
data/README.md CHANGED
@@ -4,6 +4,7 @@ ARTIK Cloud Ruby SDK
4
4
  [![Gem Version](https://badge.fury.io/rb/artikcloud.svg)](https://badge.fury.io/rb/artikcloud)
5
5
 
6
6
  This SDK helps you connect your Ruby scripts to ARTIK Cloud. The SDK exposes a number of methods to easily execute REST API calls to ARTIK Cloud.
7
+ - Package version: 2.2.3
7
8
 
8
9
  ## Installation
9
10
 
@@ -18,15 +19,15 @@ gem build artikcloud.gemspec
18
19
  Then either install the gem locally:
19
20
 
20
21
  ```shell
21
- gem install ./artikcloud-2.2.2.gem
22
+ gem install ./artikcloud-2.2.3.gem
22
23
  ```
23
- (for development, run `gem install --dev ./artikcloud-2.2.2.gem` to install the development dependencies)
24
+ (for development, run `gem install --dev ./artikcloud-2.2.3.gem` to install the development dependencies)
24
25
 
25
26
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
26
27
 
27
28
  Finally add this to the Gemfile:
28
29
 
29
- gem 'artikcloud', '~> 2.2.2'
30
+ gem 'artikcloud', '~> 2.2.3'
30
31
 
31
32
  ### Install from Git
32
33
 
@@ -5,5 +5,5 @@
5
5
  =end
6
6
 
7
7
  module ArtikCloud
8
- VERSION = "2.2.2"
8
+ VERSION = "2.2.3"
9
9
  end
data/pom.xml CHANGED
@@ -3,7 +3,7 @@
3
3
  <groupId>cloud.artik</groupId>
4
4
  <artifactId>RubyArtikCloudClientTests</artifactId>
5
5
  <packaging>pom</packaging>
6
- <version>2.2.2</version>
6
+ <version>2.2.3</version>
7
7
  <name>Ruby Artik Cloud Client</name>
8
8
  <build>
9
9
  <plugins>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artikcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ARTIK Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-26 00:00:00.000000000 Z
11
+ date: 2017-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus