megam_api 0.61 → 0.62
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 +4 -4
- data/lib/megam/api/version.rb +1 -1
- data/lib/megam/core/marketplace.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a64441ddb530eaad1a121ce32f54e3ee767bb586
|
|
4
|
+
data.tar.gz: 8ad4f3751d7e85d40ce01b15641c0d41a63a4af5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd6f1c683eed3739b1cd319a49bdc2426b27ad988c130e79b430ec3ba3698e605a87467aaf7bdebe08082783157411251be35a47d9e3dbf2a4ad5e2adea1649d
|
|
7
|
+
data.tar.gz: 1b819027dc3b8c193a75d398713d53e217868366022ccbf38ca1f1ad2b26de5d54965381d286142f63f462ed39810afa3e26d6efab47b5ce801b976914b061df
|
data/lib/megam/api/version.rb
CHANGED
|
@@ -158,7 +158,8 @@ module Megam
|
|
|
158
158
|
app.catalog[:logo] = ct["logo"] if ct && ct.has_key?("logo")
|
|
159
159
|
app.catalog[:category] = ct["category"] if ct && ct.has_key?("category")
|
|
160
160
|
app.catalog[:description] = ct["description"] if ct && ct.has_key?("description")
|
|
161
|
-
|
|
161
|
+
app.catalog[:port] = ct["port"] if ct && ct.has_key?("port")
|
|
162
|
+
|
|
162
163
|
app.plans(o["plans"]) if o.has_key?("plans")
|
|
163
164
|
app.cattype(o["cattype"]) if o.has_key?("cattype")
|
|
164
165
|
app.predef(o["predef"]) if o.has_key?("predef")
|
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.
|
|
4
|
+
version: '0.62'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|
|
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
257
257
|
version: '0'
|
|
258
258
|
requirements: []
|
|
259
259
|
rubyforge_project:
|
|
260
|
-
rubygems_version: 2.4.
|
|
260
|
+
rubygems_version: 2.4.7
|
|
261
261
|
signing_key:
|
|
262
262
|
specification_version: 4
|
|
263
263
|
summary: Ruby Client for the Megam
|