megam_api 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 893efefb13ab310b61656e14f59065bfb717c8cb
4
- data.tar.gz: 4f579b3d2a53f7fc962e876b04d90abd361e80de
3
+ metadata.gz: d950507a28a11ed7d8530a39b758486f768fa805
4
+ data.tar.gz: 7b53215125dd516e7204205eb30238d8436af8e2
5
5
  SHA512:
6
- metadata.gz: 2c69ced0eefd1ab8701a6d137417f407f4fe1eb594f5b3a853a0766a8d086213ba4949b96ff01b17cdce96f1f7f7d7b0b1f10e5a5119294b0cbfd1d60be61ed5
7
- data.tar.gz: fc3d50c49330e5a5a9cc760355a8356e9763159f7300fa1df187f15faf41351733b183045fc90c076768cc1283d414445b30206f11fccd372c18e10a7a47151e
6
+ metadata.gz: 4d8e708ce70d33be14c466189f70e224c4f1d70b372862c1ce1b41e20fb7b005c58d5386418297cf52811e6df296102ab6d775d83649825d4aa55baf28466c12
7
+ data.tar.gz: e14ac29df68569f396f597cf4667d9e2452b5828d4822de39b9ce216a2dd91affb79e1e6700f42547f5f9d440bd6b9fb676bdf0b8aaa6be284cbe5c642c5ba21
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "0.5.0"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
@@ -20,7 +20,7 @@ module Megam
20
20
  Megam::API.new(options)
21
21
  end
22
22
 
23
- def self.create(data, group, action, email)
23
+ def self.create(data, group, action)
24
24
 
25
25
  make_command = self.new()
26
26
  begin
@@ -64,7 +64,7 @@ command_hash = {
64
64
  },
65
65
  "access" => {
66
66
  "ssh_key" => "#{predef_cloud.access[:ssh_key]}",
67
- "identity_file" => email+"/"+"#{data[:predef_cloud_name]}"+"/"+"#{predef_cloud.access[:identity_file]}",
67
+ "identity_file" => "#{predef_cloud.access[:identity_file]}",
68
68
  "ssh_user" => "#{predef_cloud.access[:ssh_user]}",
69
69
  "vault_location" => "#{predef_cloud.access[:vault_location]}",
70
70
  "sshpub_location" => "#{predef_cloud.access[:sshpub_location]}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megam_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kishorekumar Neelamegam, Thomas Alrin, Subash Sethurajan, Rajthilak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-03 00:00:00.000000000 Z
11
+ date: 2013-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon