bixby-provision 0.1.0 → 0.1.1

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: 0ba568046715c4961e98e68f835fa4a82cad8d56
4
- data.tar.gz: bc87c9560347028af778f2930a77e2149d0b9373
3
+ metadata.gz: a5ae5c9c314fa54c17a9a00296aca1d2d45bcf64
4
+ data.tar.gz: 7a0bc4e268b8e3859ac013cf0f21969038620759
5
5
  SHA512:
6
- metadata.gz: ddab3172178812f7baf9a67106d74bf4a862a01a0ae7722757a5ca48b76bb3a397aa8f450d7d0bea3a0a5a319a31af068fa2cda82a29d09d78e8219459d337c3
7
- data.tar.gz: b4da7509694b1febb87e56feb0b21b3ef6f192d4fd1c7770d88b88ba604d38342256dd39805921d60091bf1f01a1009db7a7d9fc7a32764e1578d85dd903db01
6
+ metadata.gz: e3a1cddba2b72f68a07522f5d34c106328d8c455febbdc3347f30cf68012c976747959a281581b4f0f67a207fe63fd23b6f48c429ff89559eedda282652338c7
7
+ data.tar.gz: e455b21c3d2966b92bc461f33840b808e6062c71f68351e3fd7509382aa2f51dee2213ecfa4a36b7a53d4dc214e13d9451754f2da8a2f9571e2e8bc320c1dfd3
data/Gemfile.lock CHANGED
@@ -44,7 +44,7 @@ GIT
44
44
  PATH
45
45
  remote: .
46
46
  specs:
47
- bixby-provision (0.1.0)
47
+ bixby-provision (0.1.1)
48
48
  api-auth
49
49
  bixby-client
50
50
  git (~> 1.2.6)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bixby-provision 0.1.0 ruby lib
5
+ # stub: bixby-provision 0.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bixby-provision"
9
- s.version = "0.1.0"
9
+ s.version = "0.1.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -1,4 +1,6 @@
1
1
 
2
+ require "forwardable"
3
+
2
4
  module Bixby
3
5
  module Provision
4
6
  class Manifest
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bixby-provision
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chetan Sarva