scaleway 0.2.0 → 0.2.1

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: 4221212c581c02e76a53304098a948188155ac74
4
- data.tar.gz: 824b40eb6c814166c8a48d77d1c40f40da11fdb4
3
+ metadata.gz: 17eaafe4fbff0675f6f549a688564fd44a158942
4
+ data.tar.gz: 4d1ad581a69b3f19ad0e9f6e3c4e499cf6e175df
5
5
  SHA512:
6
- metadata.gz: ce6a9abd5b98e486ea83492236c355c9d8ab2aa63ef34cdc083c1f9dd9ab68592f930728acc22fcf742d31f81e125097ce4a5e4386eeaba5924b3646fe23cb5f
7
- data.tar.gz: 9d2c47c4986825c28c16b4e5450ba768422461966b34bccd9769c4f54a707d5d064fd6439af55c45b7b2998d8aed748aeb3692f63ee178a7a6806df76718e399
6
+ metadata.gz: 04263f1c48e43c50cb883451d520c1a1e225e3ad60defb836501f19e3b4cd60bdae7f42991e26a2a529c068a1a36cd01ed997186c9d13ba2635a03f89be34410
7
+ data.tar.gz: e590b54ea412e5df6f2ccfcf12686e352b65773671c1dcb6ff27e4780e80cd5d5642656ad42d2a548eab01940581dd71a779b789d7835d4d59cc133f5f1c47cc
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 0.2.1 (2015-04-32)
4
+
5
+ - Fix unittests.
6
+
3
7
  ## 0.2.0 (2015-04-23)
4
8
 
5
9
  - Rename to scaleway.
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Scaleway Rubygem
2
2
 
3
+ [![Build Status](https://travis-ci.org/bchatelard/scaleway-ruby.svg?branch=develop)](https://travis-ci.org/bchatelard/scaleway-ruby)
4
+ [![Gem Version](https://badge.fury.io/rb/scaleway.svg)](http://badge.fury.io/rb/scaleway)
5
+
3
6
  Easy to use Scaleway api client.
4
7
 
5
8
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module Scaleway
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -19,7 +19,7 @@ describe Scaleway do
19
19
  its(:token) { should eq "token_required" }
20
20
  its(:organization) { should eq "organization_required" }
21
21
 
22
- it { expect(Scaleway::VERSION).to eq "0.1.2" }
22
+ it { expect(Scaleway::VERSION).to eq "0.2.1" }
23
23
  end
24
24
 
25
25
  describe "test token and organization" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaleway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bchatelard