inception-server 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.md CHANGED
@@ -5,6 +5,7 @@
5
5
  * Settings stored in `~/.inception_server` instead of `~/.bosh_inception`
6
6
  * Using [readwritesettings](https://github.com/drnic/readwritesettings) instead of settingslogic for access/save settings
7
7
  * install bosh-bootstrap & latest bosh-cloudfoundry --pre (v0.2.1)
8
+ * using bosh-cloudfoundry 0.7.0 (not --pre releases) (v0.2.2)
8
9
 
9
10
  Fixes:
10
11
 
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
  source 'https://s3.amazonaws.com/bosh-jenkins-gems/'
3
3
 
4
4
  gem "bosh-bootstrap"
5
- gem "bosh-cloudfoundry", ">= 0.7.0.alpha"
5
+ gem "bosh-cloudfoundry"
@@ -1,3 +1,3 @@
1
1
  module Inception
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inception-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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: 2013-07-22 00:00:00.000000000 Z
12
+ date: 2013-07-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -317,7 +317,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
317
317
  version: '0'
318
318
  segments:
319
319
  - 0
320
- hash: 465411129762463025
320
+ hash: -1534348497094153643
321
321
  required_rubygems_version: !ruby/object:Gem::Requirement
322
322
  none: false
323
323
  requirements:
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
326
326
  version: '0'
327
327
  segments:
328
328
  - 0
329
- hash: 465411129762463025
329
+ hash: -1534348497094153643
330
330
  requirements: []
331
331
  rubyforge_project:
332
332
  rubygems_version: 1.8.25