megam_gogs 0.6.0 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6ae77cf696c8e4d1a44c82b821d609aac72e552
4
- data.tar.gz: 90156ea8a5fc9f9796059d558b87c3d8d08b0273
3
+ metadata.gz: 0635014329d6e08b07821acdd1a671c1305c8fae
4
+ data.tar.gz: ff70d41ae2b7f4381783ceb38640f90a5f9bd186
5
5
  SHA512:
6
- metadata.gz: 43f30296e2a534a552ece718e2b8cfaac3fff881c2200fd76086484c3a0efbeda518ac20a26a47c988716a3a80f648e537fef1bc44848a0e722b66d94c14bbbb
7
- data.tar.gz: a2ed0c3f5a4a43968655f09816d35d3b66edc0cd3bce6e2487bd18dace893923d77a9c2c187d29b40a65e030c38cc29573603c9c72f4b7e26ac1ad7601d18701
6
+ metadata.gz: c5b70ac0f3394c27ceef4fd693a3a5a756788f85ab1b2b05367a6755828b20d4fcc055b54188ec0862f0392ac22aa2f2a263fefc2cab4b2869a87e866efdf36a
7
+ data.tar.gz: dcf39bb29feeec94253ea66df97496f890e67b31ff98cc2a3c0541094dd80e610aac7dd6c68c872f6eff359f569fa9a07f7d5bd076e75ed2b7f4e30072ec424e
@@ -42,7 +42,7 @@ module Megam
42
42
  puts "=> Loaded #{ENV['MEGAM_HOME']}/nilavu.yml"
43
43
  else
44
44
  puts "=> Warning ! MEGAM_HOME environment variable not set."
45
- common={"api" => {}, "storage" => {}, "varai" => {}, "auth" => {}, "monitor" => {}, "gog" => {'host' => "", 'port' => ""}}
45
+ common={"api" => {}, "storage" => {}, "varai" => {}, "auth" => {}, "monitor" => {}, "gogs" => {'host' => "", 'port' => ""}}
46
46
  end
47
47
 
48
48
  gogs_host = "#{common['gogs']['host']}" || ENV['GOGS_HOST']
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class Gogs
3
- VERSION = "0.6.0"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megam_gogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raj Thilak,Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar