bosh-deployer 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'bosh-deployer/version'
4
+ require 'bosh-deployer'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "bosh-deployer"
data/lib/bosh-deployer.rb CHANGED
@@ -4,10 +4,10 @@ RedCard.verify :mri, :ruby, :rubinius, "1.9"
4
4
 
5
5
  module Bosh
6
6
  module Deployer
7
+ VERSION = '0.0.8'
7
8
  end
8
9
  end
9
10
 
10
- require "bosh-deployer/version"
11
11
  require "bosh-deployer/stemcell"
12
12
  require "bosh-deployer/stub"
13
13
  require "bosh-deployer/bosh_stub"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-28 00:00:00.000000000 Z
12
+ date: 2014-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -150,7 +150,6 @@ files:
150
150
  - lib/bosh-deployer/stemcell.rb
151
151
  - lib/bosh-deployer/stub.rb
152
152
  - lib/bosh-deployer/thor_cli.rb
153
- - lib/bosh-deployer/version.rb
154
153
  - lib/bosh/cli/commands/deployer.rb
155
154
  - spec/bosh_stub_spec.rb
156
155
  - spec/cf_stub_spec.rb
@@ -1,5 +0,0 @@
1
- module Bosh
2
- module Deployer
3
- VERSION = '0.0.7'
4
- end
5
- end