ey_services_api 0.3.8 → 0.3.9
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.
- data/README.md +3 -3
- data/lib/ey_services_api/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# EY Services API
|
|
2
2
|
|
|
3
|
-
This gem provides basic ability to interact with Engine Yard
|
|
3
|
+
This gem provides basic ability to interact with Engine Yard as a service partner (e.g. [http://www.engineyard.com/partners/platform-services](http://www.engineyard.com/partners/platform-services)).
|
|
4
4
|
|
|
5
5
|
All operations happen on the connection. First it must be setup. For example:
|
|
6
6
|
|
|
7
|
-
```ruby
|
|
7
|
+
``` ruby
|
|
8
8
|
EY::ServicesAPI.setup(:auth_id => "...", :auth_key => "...")
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Then you can do things like register a new service. For example:
|
|
12
12
|
|
|
13
|
-
```ruby
|
|
13
|
+
``` ruby
|
|
14
14
|
EY::ServicesAPI.connection.register_service(
|
|
15
15
|
"http://services.engineyard.com/api/1/partners/1/services", {
|
|
16
16
|
:name => "My Service",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ey_services_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.3.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jacob & Thorben & David & mkb & Josh & Others
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-04-
|
|
18
|
+
date: 2012-04-05 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec
|