megam_api 0.7.5 → 0.7.6

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: 102f1b08a1634e0299de9f614948ea96ec778582
4
- data.tar.gz: 4737f0ebf23bd07d50b2a4839d2b885c308297bb
3
+ metadata.gz: 5ef381d6e0de7512ddd9532e05486783843c4f02
4
+ data.tar.gz: fd40c0aca1479b305b40cade4311c6464d29f4c9
5
5
  SHA512:
6
- metadata.gz: 8267e94e40f869513b80e966d9aa1907313003775445c8551cf9dba9f1df0801c2d94cc90f0d3e5f1a429788692a7d97d918d33b5f29ff78de00637d6ff7f96e
7
- data.tar.gz: 2888e0eb803c614df338ad0d2dd6b2a2932bbba84aa4e69370f39139b696077bfa8353051d357f1c18c2af42a3d3a7f456b419660e428b7a1772b6de69ee12f1
6
+ metadata.gz: e57971cc5d03987a5827fd7ae2825f270421499894b021eda2b9fba3fc4af598e303a33d016398a0b4a82344add3d0f73e4adc50d41366d6ed066c3c169376ef
7
+ data.tar.gz: 138f5149b600542fe4d2681b8ca1f004a52a3e0f4682fc68a707059c1ca0d754fc80515f5e504102550a1acae54eb4df09c6256a460473292c043e17b7d9ce03
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "0.7.5"
3
+ VERSION = "0.7.6"
4
4
  end
5
5
  end
@@ -152,7 +152,7 @@ module Megam
152
152
  end
153
153
 
154
154
  def self.create(o,tmp_email=nil, tmp_api_key=nil)
155
- acct = from_hash(o,tmp_email=nil, tmp_api_key=nil)
155
+ acct = from_hash(o,tmp_email, tmp_api_key)
156
156
  acct.create
157
157
  end
158
158
 
@@ -139,7 +139,7 @@ module Megam
139
139
  # Show a particular cloudtool by name,
140
140
  # Megam::CloudTool
141
141
  def self.show(p_name,tmp_email=nil, tmp_api_key=nil)
142
- ct = self.new(tmp_email=nil, tmp_api_key=nil)
142
+ ct = self.new(tmp_email, tmp_api_key)
143
143
  ct.megam_rest.get_cloudtool(p_name)
144
144
  self
145
145
  end
@@ -178,8 +178,8 @@ module Megam
178
178
  predefcd
179
179
  end
180
180
 
181
- def self.from_hash(o)
182
- predefcd = self.new()
181
+ def self.from_hash(o,tmp_email=nil, tmp_api_key=nil)
182
+ predefcd = self.new(tmp_email, tmp_api_key)
183
183
  predefcd.from_hash(o)
184
184
  predefcd
185
185
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megam_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kishorekumar Neelamegam, Thomas Alrin, Subash Sethurajan, Rajthilak