armrest 0.1.0 → 0.1.2

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
  SHA256:
3
- metadata.gz: c493f5db6bcb59d4a490038ed731e2bdeea4c39dcbbed24b67a15f8d289e982b
4
- data.tar.gz: 76ae92a89cb3e3402d58270d4f8ed2596cf661dcd3c4e49c2fd8fc07280a552b
3
+ metadata.gz: 9c71bf4e05a81863670d3bcd12082b1e1a66d741447f29f92b14f63476b9a512
4
+ data.tar.gz: ef9eaaf7123fa427bb94e617e5954b035bbc7eae6a7821bccb332122c6e5aac9
5
5
  SHA512:
6
- metadata.gz: cc0ae7d618f8737c1f9e8e27c3cb2bf9b6b2a92e2811fe2108ba695863789980aa5d4ac6e5908a57ffee6b8b85691e628d5bd5828dd385ffc21c12ef35821edd
7
- data.tar.gz: f01f5ae21d330449c660c3e5d3e0955540ed80c28513cf1cce9d03d9bcbaf17bda73914d27b2ff604447eb221599f23b0908d48b11027b3477a974c0c1426033
6
+ metadata.gz: 0cafa6a7d6d921ace8c3efe990a1dd0d9e32867b4dbd30225c36e8f34ada07e7a2daeeb2d12b4fde1fd681295173c0a4df5ad872a574db400e22a74ba882d285
7
+ data.tar.gz: fb7038646e5d815ff1cf5fd03bbcf150b812ae42d30f04a24f7984a245893b1e37c75f8d8a7520d56e0e88b9560382d87c19bebcbef2106dfe48f365b041c6f4
data/CHANGELOG.md CHANGED
@@ -3,5 +3,11 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
- ## [0.1.0]
6
+ ## [0.1.2] - 2022-01-20
7
+ - fix syntax error
8
+
9
+ ## [0.1.1] - 2022-01-20
10
+ - remove debugging puts
11
+
12
+ ## [0.1.0] - 2022-01-20
7
13
  - Initial release.
@@ -29,7 +29,6 @@ module Armrest::Services
29
29
  allow_blob_public_access: false
30
30
  }
31
31
  path = "subscriptions/#{subscription_id}/resourceGroups/#{group}/providers/Microsoft.Storage/storageAccounts/#{name}"
32
- puts "StorageAccount#create attrs #{attrs}".color(:purple)
33
32
  resp = api.put(path, attrs)
34
33
  end
35
34
  end
@@ -1,3 +1,3 @@
1
1
  module Armrest
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: armrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen