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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c3994fb43d32666338188b374d5029e3b5a3445
4
- data.tar.gz: a68bfea9975a0d9054d17bccb3696ef0bdd45775
3
+ metadata.gz: a64441ddb530eaad1a121ce32f54e3ee767bb586
4
+ data.tar.gz: 8ad4f3751d7e85d40ce01b15641c0d41a63a4af5
5
5
  SHA512:
6
- metadata.gz: c1b639e61e7ae38b8dd0cf6070b561f9cb0e6291a9e687e64a59caf21ed1b6d9ba893bcf5cc38cf6f14d8be11b8734bb9bba5b0baa89a750bd8a53d608ad3c65
7
- data.tar.gz: 44c5272ec3c87e63db416f3c480ab990b8b527c0fe679c2e2bdd67e1c1042c83c6ebf8c04346d1380789921899c2ca333afe3dec0457a0b289078e920d7b833f
6
+ metadata.gz: cd6f1c683eed3739b1cd319a49bdc2426b27ad988c130e79b430ec3ba3698e605a87467aaf7bdebe08082783157411251be35a47d9e3dbf2a4ad5e2adea1649d
7
+ data.tar.gz: 1b819027dc3b8c193a75d398713d53e217868366022ccbf38ca1f1ad2b26de5d54965381d286142f63f462ed39810afa3e26d6efab47b5ce801b976914b061df
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "0.61"
3
+ VERSION = "0.62"
4
4
  end
5
5
  end
@@ -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.61'
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-05-26 00:00:00.000000000 Z
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.6
260
+ rubygems_version: 2.4.7
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: Ruby Client for the Megam