podnix 0.1.0 → 0.2.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: 2831445743694bb4c46a8b743a6738e9bf9362f9
4
- data.tar.gz: 8e595fd3a3bd67deaec1e3a696755acda8efeed7
3
+ metadata.gz: b410c0fe8125604df4f3b6959bb1aebbc7f081d1
4
+ data.tar.gz: 91729b65fcb9c44644fe191a6fd80d369a1ec262
5
5
  SHA512:
6
- metadata.gz: 6af8b64aa2fdf420f594ef4ebbc6e9882e04ac3ddc42858291823bff7fa17eaaf61cf7b921cf0634077055c00173eeb7997078c74212b088cfaf08c2450a5d2a
7
- data.tar.gz: b4522ec57ceb9ed5bdf1a43157b987df1dd7e0184225d6b332d16aaed2491b524696a771bdeafc56cd9338d7d99ddd35370e68299e7013189ecdba99505cc542
6
+ metadata.gz: dc0efb434667656459d7de1b25b39d8eadbf0eb86e22bd319bbe64308257443580c0fd2f7c36920704dddf0eb0c72b0b77e07069f66d93abc774e52d9be6e314
7
+ data.tar.gz: c608b141688693650d09535632c6f9d6e5857c2df4ab840e93f7432e07d1d3133b4b93b095cea1091679be4a5f548a35856b314ce5088895ad8113aaaf1657e2
@@ -1,5 +1,5 @@
1
1
  module Podnix
2
2
  class API
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
data/podnix.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Podnix::API::VERSION
8
8
  s.authors = ["Kishorekumar Neelamegam, Thomas Alrin, Rajthilak"]
9
9
  s.email = ["nkishore@megam.co.in","alrin@megam.co.in", "rajthilak@megam.co.in"]
10
- s.homepage = "http://github.com/indykish/podnix"
10
+ s.homepage = "http://github.com/indykish/podnix.rb"
11
11
  s.license = "Apache V2"
12
12
  s.extra_rdoc_files = ["README.md", "LICENSE" ]
13
13
  s.summary = %q{Ruby Client for the Podnix Cloud}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podnix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kishorekumar Neelamegam, Thomas Alrin, Rajthilak
@@ -136,7 +136,7 @@ files:
136
136
  - test/test_images.rb
137
137
  - test/test_models.rb
138
138
  - test/test_servers.rb
139
- homepage: http://github.com/indykish/podnix
139
+ homepage: http://github.com/indykish/podnix.rb
140
140
  licenses:
141
141
  - Apache V2
142
142
  metadata: {}