megam_api 0.67 → 0.68
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/megam/api/version.rb +1 -1
- data/megam_api.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47bf2e1ae7eb471e7892ab92823de85edf1c1f09
|
4
|
+
data.tar.gz: fbf2ba8e1e47c22b4055624b835163c466b6646a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90862d7bc0c48869701c7ff2b5b8520db8ba2446cd84fb29a5bf4c3fd966b30cbacb5f13762444784b04304f2887e570319e92243738acc29b1ba23c8e59a52d
|
7
|
+
data.tar.gz: 5226d61ca6c178ad863999667a9cc7542aa799bca7e6e81089766c16448b0728ed5923dcb707b358db0f3519ee46d58c7723e3879e71233a04cfa2b5a0365796
|
data/lib/megam/api/version.rb
CHANGED
data/megam_api.gemspec
CHANGED
@@ -5,8 +5,8 @@ require "megam/api/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "megam_api"
|
7
7
|
s.version = Megam::API::VERSION
|
8
|
-
s.authors = ["Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan"]
|
9
|
-
s.email = ["rajthilak@megam.io","nkishore@megam.io","thomasalrin@megam.io","getyesh@megam.io","subash.avc@gmail.com"]
|
8
|
+
s.authors = ["Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan, Arunkumar sekar"]
|
9
|
+
s.email = ["rajthilak@megam.io","nkishore@megam.io","thomasalrin@megam.io","getyesh@megam.io","subash.avc@gmail.com","arunkumar.sekar@megam.io"]
|
10
10
|
s.homepage = "http://github.com/megamsys/megam_api"
|
11
11
|
s.license = "Apache V2"
|
12
12
|
s.extra_rdoc_files = ["README.md", "LICENSE" ]
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: megam_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.68'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan
|
7
|
+
- Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan,
|
8
|
+
Arunkumar sekar
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
12
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: excon
|
@@ -115,6 +116,7 @@ email:
|
|
115
116
|
- thomasalrin@megam.io
|
116
117
|
- getyesh@megam.io
|
117
118
|
- subash.avc@gmail.com
|
119
|
+
- arunkumar.sekar@megam.io
|
118
120
|
executables: []
|
119
121
|
extensions: []
|
120
122
|
extra_rdoc_files:
|