ey_services_api 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
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 services. (http://services.engineyard.com/)
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",
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module ServicesAPI
3
- VERSION = "0.3.8"
3
+ VERSION = "0.3.9"
4
4
  end
5
5
  end
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 8
10
- version: 0.3.8
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-04 00:00:00 Z
18
+ date: 2012-04-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec