megam_api 0.8.2 → 0.9.0
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 +1 -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: 72fb9347f000d0f1ce3f3b32a2d87ea1c5910749
|
|
4
|
+
data.tar.gz: d36a57bfdfb6afaa059be3f6326ab80959ef54f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cba337afb27f3a09de94ffef4384750a4f767e6fdf05582caf313416918f88ad13b2f33f0f1158697e99ecea0faefe934f941d75e9691f9800939a4e71014e0
|
|
7
|
+
data.tar.gz: ab991ed1abd3ec73a83b00996a6dd5321ba8a697613e29eb8e9de96efaeda42f24d5dcc1feba209ce2a720dcdd0de7ab8e54ac44059972323673a78b5d283f59
|
data/lib/megam/api/version.rb
CHANGED
|
@@ -187,7 +187,7 @@ module Megam
|
|
|
187
187
|
app.logo(o["logo"]) if o.has_key?("logo")
|
|
188
188
|
app.catagory(o["catagory"]) if o.has_key?("catagory")
|
|
189
189
|
app.pricetype(o["pricetype"]) if o.has_key?("pricetype")
|
|
190
|
-
app.attach(["attach"]) if o.has_key?("attach")
|
|
190
|
+
app.attach(o["attach"]) if o.has_key?("attach")
|
|
191
191
|
app.predefnode(o["predefnode"]) if o.has_key?("predefnode")
|
|
192
192
|
app.approved(o["approved"]) if o.has_key?("approved")
|
|
193
193
|
app.created_at(o["created_at"]) if o.has_key?("created_at")
|
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.9.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: 2014-03-
|
|
11
|
+
date: 2014-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
227
|
rubyforge_project:
|
|
228
|
-
rubygems_version: 2.
|
|
228
|
+
rubygems_version: 2.2.2
|
|
229
229
|
signing_key:
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: Ruby Client for the Megam Cloud
|