kubr 0.0.2 → 0.0.3

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: e0a93143ea1389eb7db5da7f3dea0cc05bf3ab3a
4
- data.tar.gz: 65b6857bf3c16b657406a46c08c96f36db6cdf49
3
+ metadata.gz: 20eeeb7cd0c388ad62c25e2e1b5e18b20e8867d2
4
+ data.tar.gz: 5bd0b8971836113f3b16d0ef72a3cb34d9702439
5
5
  SHA512:
6
- metadata.gz: 7e2ff6b101743c7cc3bfd4fbe3a6d4362eb8cfa91507ddd247b44e5c45ea7451e1e24dd56b06420f66d1803858c89e19b092ad339a155d962f87c3d787044de0
7
- data.tar.gz: dca7dc2a4b3968dda78502fde2ba88c624ab9b681040305e290eec41d76074e20b2ca971e1be2a8f696e723a90a4c5e5464adf087874926ade05ebd359e21306
6
+ metadata.gz: b2599ba4ccd02cf9e2662ea4d9a971beb6d7c808cf773f12003a613c96fc493bc39a11409537dfec43ee49fa5494787f40916438ff6d6c92068228532f32f875
7
+ data.tar.gz: 5e4973885078aabb63054b391ddea10267da6ecb71ed96e64e950583028b2bb79171123f45efe97515645bf9ff019e6d2a5addc0e1774029b4a0ace42300d7b1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kubr (0.0.1)
4
+ kubr (0.0.2)
5
5
  activesupport
6
6
  rest-client
7
7
 
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  kubr
2
2
  =====
3
3
 
4
- Ruby client for [Kubrnetes](https://github.com/GoogleCloudPlatform/Kubrnetes)
4
+ Ruby client for [Kubernetes](https://github.com/GoogleCloudPlatform/Kubernetes)
5
5
  [REST API](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html)
6
6
 
7
7
  Installation
data/kubr.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ['Andriy Yurchuk']
9
9
  s.email = ['ayurchuk@minuteware.net']
10
10
  s.homepage = 'https://github.com/Ch00k/kubr'
11
- s.summary = 'Kubrnetes REST API client'
12
- s.description = 'Ruby wrapper over Kubrnetes REST API'
11
+ s.summary = 'Kubernetes REST API client'
12
+ s.description = 'Ruby wrapper over Kubernetes REST API'
13
13
  s.license = 'MIT'
14
14
 
15
15
  s.add_dependency 'rest-client'
data/lib/kubr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kubr
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kubr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andriy Yurchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2014-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Ruby wrapper over Kubrnetes REST API
41
+ description: Ruby wrapper over Kubernetes REST API
42
42
  email:
43
43
  - ayurchuk@minuteware.net
44
44
  executables: []
@@ -78,5 +78,5 @@ rubyforge_project:
78
78
  rubygems_version: 2.2.2
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Kubrnetes REST API client
81
+ summary: Kubernetes REST API client
82
82
  test_files: []