motion_ocean 0.1.0 → 0.1.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 +4 -4
- data/README.md +6 -0
- data/lib/motion_ocean/version.rb +1 -1
- metadata +3 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb14f92dec01163395d43525ad7e66664ff2e796
|
|
4
|
+
data.tar.gz: 3ca20c500add45aacc4bb2c358276bca28461d0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0deb674b9e246ba6b9a5584cbf65ff19ceea0577892fb197390837534f27b697a9a9d7396e784447dbc1d04b13cf6fbc906c6360d701e034b7ef41e53d0cd2a6
|
|
7
|
+
data.tar.gz: 7be9fba616e5fe10e218ba2330e6e64d75b60f4cd35538a2ffcaa50827b9b16c18cc4e3eb898f71218674d1b40b2814c06788b3bbb68814dc792d88c6d91a1fb
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# MotionOcean
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/motion_ocean)
|
|
4
|
+
|
|
3
5
|
RubyMotion library for [version 2 of DigitalOcean's API](https://developers.digitalocean.com/v2/)
|
|
4
6
|
|
|
5
7
|
**Please note that version 2 of DigitalOcean's API is in beta, and is still
|
|
@@ -66,6 +68,10 @@ end
|
|
|
66
68
|
```
|
|
67
69
|
[afmotion]: https://github.com/usepropellor/afmotion
|
|
68
70
|
|
|
71
|
+
## Aknowledgements
|
|
72
|
+
|
|
73
|
+
This library is an adaptation for RubyMotion of [barge](https://github.com/boats/barge) by [Ørjan Blom](https://github.com/blom).
|
|
74
|
+
|
|
69
75
|
## Contributing
|
|
70
76
|
|
|
71
77
|
1. Fork it ( https://github.com/[my-github-username]/motion_ocean/fork )
|
data/lib/motion_ocean/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion_ocean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erwin Boskma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dbt
|
|
@@ -70,26 +70,6 @@ dependencies:
|
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: 10.3.0
|
|
73
|
-
- !ruby/object:Gem::Dependency
|
|
74
|
-
name: webstub
|
|
75
|
-
requirement: !ruby/object:Gem::Requirement
|
|
76
|
-
requirements:
|
|
77
|
-
- - "~>"
|
|
78
|
-
- !ruby/object:Gem::Version
|
|
79
|
-
version: '1.0'
|
|
80
|
-
- - ">="
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: 1.0.0
|
|
83
|
-
type: :development
|
|
84
|
-
prerelease: false
|
|
85
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '1.0'
|
|
90
|
-
- - ">="
|
|
91
|
-
- !ruby/object:Gem::Version
|
|
92
|
-
version: 1.0.0
|
|
93
73
|
- !ruby/object:Gem::Dependency
|
|
94
74
|
name: motion-redgreen
|
|
95
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -171,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
171
151
|
version: '0'
|
|
172
152
|
requirements: []
|
|
173
153
|
rubyforge_project:
|
|
174
|
-
rubygems_version: 2.
|
|
154
|
+
rubygems_version: 2.3.0
|
|
175
155
|
signing_key:
|
|
176
156
|
specification_version: 4
|
|
177
157
|
summary: Digital Ocean API implementation for RubyMotion
|