acquia-cloud 0.1.2 → 0.1.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: 69de654200d9f2404337c779ba2d11db90511e92
4
- data.tar.gz: abfa0d077415bca6188c182150c87351101c4a81
3
+ metadata.gz: 53cb76feb20ac22454007a19fb6964fa0d6c17e4
4
+ data.tar.gz: ef0c5bed0661a57a91082e1c31b49d63f6d3c9bd
5
5
  SHA512:
6
- metadata.gz: c620f9e37e5ec00a8762df2c6d299e1143bfdcdbc1323e0c26fde415a91dcf3ba06cbc5504555773deb851171e7189ae65c643dbf7f0099fdbd9fecca3367068
7
- data.tar.gz: 67627c58790b00f395b858c8b5dc376ac4197455f0c1d930add5720cb43effc70ef0fea28d67e6782379cc3ebc47ee9a2838d17deabe025d46b473083130d716
6
+ metadata.gz: a83a7da094a08ebbc25abf5557effd882899134848626c102166724ce3727b6d1e3d99da195d6e7b1e4ca4ce2ebf41779df396a3c9106cdadfbaee962a15d484
7
+ data.tar.gz: 5a0170443e5aa0361f071e755ef2033d2695c74ed6472959a4e66c9bfe77bcf2c7e98b8918d232d9d5f8463ab7ed91048ac8af18af91e5918d2f2032d7b0c786
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['sysadmin@equiem.com.au']
11
11
  spec.summary = %q{Bindings to the Acquia Cloud API.}
12
12
  spec.description = ''
13
- spec.homepage = 'https://github.com/Equiem/BOTS'
13
+ spec.homepage = 'https://github.com/Equiem/acquia-cloud'
14
14
  spec.licenses = ['MIT']
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Acquia
2
2
  class Cloud
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acquia-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Equiem
@@ -94,7 +94,7 @@ files:
94
94
  - lib/acquia/cloud/site.rb
95
95
  - lib/acquia/cloud/task.rb
96
96
  - lib/acquia/cloud/version.rb
97
- homepage: https://github.com/Equiem/BOTS
97
+ homepage: https://github.com/Equiem/acquia-cloud
98
98
  licenses:
99
99
  - MIT
100
100
  metadata: {}