digital_ocean 0.2.0 → 1.0.0
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 +8 -8
- data/.gitignore +1 -0
- data/.travis.yml +0 -2
- data/CHANGELOG.md +9 -2
- data/README.md +3 -1
- data/digital_ocean.gemspec +1 -0
- data/lib/digital_ocean/version.rb +1 -1
- data/spec/spec_helper.rb +3 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTIwMDgzMzE3NmE4Y2E4ZTM2NmJmYzEyYmE5YTEyZGY2M2U3MzQzNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGVjMzg1Yzk5NzIyNmI3ZGRhZDdhODk3YjM2NzgzM2Y1NWVlMGQ0Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDBkYmFlOTE0YzlmNTkxOTE2ZTU1NTI3MjVjNTdmZTU5ZmRiNWQ1ZGYyNTAx
|
|
10
|
+
YzA0YTg2NGYzZTY3MzdlZTI2ODk1M2EwNThjNGI5ODRkMzkyZDU5YjQzZDdk
|
|
11
|
+
NDY4NmQzZGVjNjY1NThlNzY0Y2VmZDQxZDY1NjUyNTY3M2I4Y2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjEyM2ZjYWEwYTg3YmQwZmI3MWMwZjAzZGUxYzEwNmZiYjdkOGQ0YzE5YjM1
|
|
14
|
+
MDQwOTg5YWRlZGM5YTZmODIzMjhlZmU2ZTA2ZWIwY2I0OTQxNWI4MWIyNjgy
|
|
15
|
+
NThkY2JkNjkyYzI1M2U5Njc3NmIyOTM3ODUxYTIxNzY0MzA4NzM=
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
##
|
|
1
|
+
## unreleased
|
|
2
2
|
|
|
3
|
-
* [Full Changelog](https://github.com/rmoriz/digital_ocean/compare/
|
|
3
|
+
* [Full Changelog](https://github.com/rmoriz/digital_ocean/compare/v1.0.0...master)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## 1.0.0 / 2013-03-10
|
|
7
|
+
|
|
8
|
+
* small doc fixes
|
|
9
|
+
|
|
10
|
+
* [Full Changelog](https://github.com/rmoriz/digital_ocean/compare/v0.2.0...v1.0.0)
|
|
4
11
|
|
|
5
12
|
|
|
6
13
|
## 0.2.0 / 2013-02-27
|
data/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# DigitalOcean
|
|
2
2
|
[](https://travis-ci.org/rmoriz/digital_ocean)
|
|
3
|
-
|
|
3
|
+
[](https://coveralls.io/r/rmoriz/digital_ocean)
|
|
4
4
|
<a href="https://codeclimate.com/github/rmoriz/digital_ocean"><img src="https://codeclimate.com/github/rmoriz/digital_ocean.png"/></a>
|
|
5
|
+
<a href="https://gemnasium.com/rmoriz/digital_ocean"><img src="https://gemnasium.com/rmoriz/digital_ocean.png"/></a>
|
|
5
6
|
|
|
6
7
|
DigitalOcean provides simple cloud hosting. Create and delete
|
|
7
8
|
SSD-based virtual machines within seconds for a very affordable price.
|
|
@@ -220,4 +221,5 @@ Commercial support is available. Please contact [https://roland.io/](https://rol
|
|
|
220
221
|
Copyright © 2013 [Roland Moriz](https://roland.io), [Moriz GmbH](https://moriz.de/)
|
|
221
222
|
|
|
222
223
|
[](http://www.linkedin.com/in/rmoriz)
|
|
224
|
+
[](https://twitter.com/rmoriz)
|
|
223
225
|
|
data/digital_ocean.gemspec
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: digital_ocean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roland Moriz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -178,6 +178,20 @@ dependencies:
|
|
|
178
178
|
- - ! '>='
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0'
|
|
181
|
+
- !ruby/object:Gem::Dependency
|
|
182
|
+
name: coveralls
|
|
183
|
+
requirement: !ruby/object:Gem::Requirement
|
|
184
|
+
requirements:
|
|
185
|
+
- - ! '>='
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
version: '0'
|
|
188
|
+
type: :development
|
|
189
|
+
prerelease: false
|
|
190
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
191
|
+
requirements:
|
|
192
|
+
- - ! '>='
|
|
193
|
+
- !ruby/object:Gem::Version
|
|
194
|
+
version: '0'
|
|
181
195
|
description: A Ruby gem to interact with DigitalOcean, a cloud hosting provider
|
|
182
196
|
email:
|
|
183
197
|
- roland@moriz.de
|