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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a06c40dcba0ec2769bec760b0280d44e1db514e2
4
- data.tar.gz: 371c8a2e7935258115e4454bf1213898cec2eebd
3
+ metadata.gz: cb14f92dec01163395d43525ad7e66664ff2e796
4
+ data.tar.gz: 3ca20c500add45aacc4bb2c358276bca28461d0e
5
5
  SHA512:
6
- metadata.gz: c12c7d2ebd6306085c47cc76f2770e0eec7ea74c8f7e8c4e3f4091122bf424d813f25a405770918ee1651462799072e7e4803bcb48188f387dd27f7df3d6a642
7
- data.tar.gz: 1b19173cd4eacab7862b0778610d65a1525997ec32113d78686cc39c9ed6d0d93ee7942ef94ef4e1b259c4611879a173000ff015c429d4e842e3430460341731
6
+ metadata.gz: 0deb674b9e246ba6b9a5584cbf65ff19ceea0577892fb197390837534f27b697a9a9d7396e784447dbc1d04b13cf6fbc906c6360d701e034b7ef41e53d0cd2a6
7
+ data.tar.gz: 7be9fba616e5fe10e218ba2330e6e64d75b60f4cd35538a2ffcaa50827b9b16c18cc4e3eb898f71218674d1b40b2814c06788b3bbb68814dc792d88c6d91a1fb
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # MotionOcean
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/motion_ocean.svg)](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 )
@@ -1,3 +1,3 @@
1
1
  module MotionOcean
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-15 00:00:00.000000000 Z
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.2.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