sfn 0.4.12 → 0.4.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/sfn/version.rb +1 -1
- data/sfn.gemspec +15 -1
- metadata +20 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1cb79528bda69fbc122f1dfd30f91b5fd6dc157
|
4
|
+
data.tar.gz: 6f91007656c4381105ee44cf605addf2b80d9ffe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34577fe6c9207b52c2e24bf38e047f706f9f4846b778a3e6682fe3447efc026ad8dbb7534af6dc7450bd4486c1b9a92cb920460115ee2080edd304a2da0e71c6
|
7
|
+
data.tar.gz: 40dfb69da16ae166a743228172b32b2b1396a7646a228cc900ce056d76d0612db8f71824b1be1f3409e04db1efc30133e10b6bb6c42626f1e1ae1aebcc49ce9c
|
data/CHANGELOG.md
CHANGED
data/lib/sfn/version.rb
CHANGED
data/sfn.gemspec
CHANGED
@@ -14,7 +14,21 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.add_dependency 'miasma', '~> 0.2.20'
|
15
15
|
s.add_dependency 'miasma-aws', '~> 0.1.16'
|
16
16
|
s.add_dependency 'net-ssh'
|
17
|
-
s.add_dependency 'sparkle_formation', '>= 0.2.8'
|
17
|
+
s.add_dependency 'sparkle_formation', '>= 0.2.8', '< 1.0'
|
18
18
|
s.executables << 'sfn'
|
19
19
|
s.files = Dir['{lib,bin}/**/*'] + %w(sfn.gemspec README.md CHANGELOG.md LICENSE)
|
20
|
+
s.post_install_message = <<-EOF
|
21
|
+
|
22
|
+
This version of sfn restricts the SparkleFormation library to versions prior to the
|
23
|
+
1.0 release. That's great for now but it means many features will not be available
|
24
|
+
and only fixes will be backported and applied to this gem.
|
25
|
+
|
26
|
+
It is highly suggested that you upgrade to the 1.0 version of sfn or later to take
|
27
|
+
advantage of new features and new development. This gem will continue on in
|
28
|
+
maintenance mode for the near term future. Once EOL has been reached, this message
|
29
|
+
will be updated.
|
30
|
+
|
31
|
+
Thanks and happy stacking!
|
32
|
+
EOF
|
33
|
+
|
20
34
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sfn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Roberts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bogo-cli
|
@@ -73,6 +73,9 @@ dependencies:
|
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 0.2.8
|
76
|
+
- - "<"
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '1.0'
|
76
79
|
type: :runtime
|
77
80
|
prerelease: false
|
78
81
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -80,6 +83,9 @@ dependencies:
|
|
80
83
|
- - ">="
|
81
84
|
- !ruby/object:Gem::Version
|
82
85
|
version: 0.2.8
|
86
|
+
- - "<"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '1.0'
|
83
89
|
description: SparkleFormation CLI
|
84
90
|
email: code@chrisroberts.org
|
85
91
|
executables:
|
@@ -141,7 +147,18 @@ homepage: http://github.com/sparkleformation/sfn
|
|
141
147
|
licenses:
|
142
148
|
- Apache-2.0
|
143
149
|
metadata: {}
|
144
|
-
post_install_message:
|
150
|
+
post_install_message: |2
|
151
|
+
|
152
|
+
This version of sfn restricts the SparkleFormation library to versions prior to the
|
153
|
+
1.0 release. That's great for now but it means many features will not be available
|
154
|
+
and only fixes will be backported and applied to this gem.
|
155
|
+
|
156
|
+
It is highly suggested that you upgrade to the 1.0 version of sfn or later to take
|
157
|
+
advantage of new features and new development. This gem will continue on in
|
158
|
+
maintenance mode for the near term future. Once EOL has been reached, this message
|
159
|
+
will be updated.
|
160
|
+
|
161
|
+
Thanks and happy stacking!
|
145
162
|
rdoc_options: []
|
146
163
|
require_paths:
|
147
164
|
- lib
|