cloud_elements 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cloud_elements.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 231611e5d7a20b637a7e3a3528d91a207864df93
4
- data.tar.gz: 7ace83cf907560235ecb3efd1e175dd1f77e1dea
3
+ metadata.gz: 06f9bd2d6f20fb86f7fa3b42e4da702f0c065fb7
4
+ data.tar.gz: c82361f7fe9fb52ff2fb8abada20bc0c8e363720
5
5
  SHA512:
6
- metadata.gz: f388bb6c02eac4915a309cd9f327faecee6af8495579e9c9bb2a6527afcc2d1aab9c2e76cfd8b5b199e2c25205299e058df4c28bd63056cafdf605f06475e569
7
- data.tar.gz: e44a3c559e58d4a4e26b9e597c43e1804d1a5f97faa52110227019c69aa903b54a72b63eb65d18918e7e0842eeed8f0eb17f3b48e22f747961b8fcf878e76e68
6
+ metadata.gz: 882e98ece268299d311bc8c0b8ee454fb56033bfced93e12521af7e59d04c0c79113c2eba1e6693573f26f6fd4e2fdee13357b1958118b1c23925d1f3fc09680
7
+ data.tar.gz: 4f8e7d42a5e0b57e15eccf1075c312af94885f05533835d220aea7d4870a39322c846342c46260328264533c42ca30b27ccecbdd41dcf61dc1709086dd915382
@@ -5,7 +5,7 @@ Class that allows connection to the Cloud Elements REST API.
5
5
  All connections are made through the invoke method.
6
6
  It utilized HTTMultiParty to make http requests.
7
7
  =end
8
- class CloudElements
8
+ class ElementsConnector
9
9
  def initialize(api_endpoint='https://console.cloud-elements.com/elements/api-v1')
10
10
  @api_endpoint = api_endpoint # Endpoint to hit the api. Defaults to production
11
11
  @headers = Hash.new # Headers for some requests
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_elements
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Rodriguez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2012-01-03 00:00:00.000000000 Z
11
+ date: 2012-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httmultiparty
@@ -24,14 +24,15 @@ dependencies:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.3.10
27
- description: Ruby wrapper around the Cloud Elements API
27
+ description: Cloud Elements Connector. Allows you to interact with the Elements API.
28
+ More info on the API at cloud-elements.com
28
29
  email: christian.etpr10@gmail.com
29
30
  executables: []
30
31
  extensions: []
31
32
  extra_rdoc_files: []
32
33
  files:
33
34
  - lib/cloud_elements.rb
34
- homepage:
35
+ homepage: https://github.com/cloud-elements/elements-connector-ruby
35
36
  licenses: []
36
37
  metadata: {}
37
38
  post_install_message:
@@ -53,5 +54,5 @@ rubyforge_project:
53
54
  rubygems_version: 2.2.0
54
55
  signing_key:
55
56
  specification_version: 4
56
- summary: Cloud Elements ruby api
57
+ summary: Cloud Elements Connector
57
58
  test_files: []