inception-server 0.2.1 → 0.2.2
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.
- data/ChangeLog.md +1 -0
- data/cookbooks/bosh_inception/files/default/Gemfile.cf +1 -1
- data/lib/inception/version.rb +1 -1
- metadata +4 -4
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
|
|
data/lib/inception/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
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:
|
|
329
|
+
hash: -1534348497094153643
|
|
330
330
|
requirements: []
|
|
331
331
|
rubyforge_project:
|
|
332
332
|
rubygems_version: 1.8.25
|