raca 0.4.1 → 0.4.2
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 +4 -4
- data/CHANGELOG +4 -0
- data/lib/raca/container.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 708a253f4ed2a4a4698ad10a9bdf324d7ce10621
|
|
4
|
+
data.tar.gz: 4a2b677bfd024e010b5c65f3d4e33e910f60c843
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bb93f27145cc61c1c07978b412015b6258ed1134c6fe21f8b61bb2a5f036b8fd3f9a96e3323c85ebaefe2460d30aca8c8f1ad72fa8ae1ab21b3d82f91a35c99
|
|
7
|
+
data.tar.gz: c5ec178d8f6468a1020d6478ebc73e5611e193eae83fe1c2e27f022f4e70058501fe32f5197402e659215a11ebc37e03920fc2475f3293108540b5f788f6cd25
|
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
v0.4.2 (19th July 2015)
|
|
2
|
+
* Large files (> 5Gb) that are uploaded to cloud files are broken into 4Gb
|
|
3
|
+
chunks instead of 100Mb.
|
|
4
|
+
|
|
1
5
|
v0.4.1 (8th October 2014)
|
|
2
6
|
* Raca::Servers#create looks for an exact image name before falling back
|
|
3
7
|
to a fuzzy match to allow precise selection of images.
|
data/lib/raca/container.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Healy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
version: '0'
|
|
126
126
|
requirements: []
|
|
127
127
|
rubyforge_project:
|
|
128
|
-
rubygems_version: 2.
|
|
128
|
+
rubygems_version: 2.4.5
|
|
129
129
|
signing_key:
|
|
130
130
|
specification_version: 4
|
|
131
131
|
summary: A simple wrapper for the Rackspace Cloud API with no dependencies
|