sfn 0.4.12 → 0.4.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/sfn/version.rb +1 -1
  4. data/sfn.gemspec +15 -1
  5. metadata +20 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb6d4cc2df0a55fa94c74efa11f36ba3a4ee14f0
4
- data.tar.gz: 0aa3a229b6d5a8efd0237dd0bd35e24b5d6276a2
3
+ metadata.gz: e1cb79528bda69fbc122f1dfd30f91b5fd6dc157
4
+ data.tar.gz: 6f91007656c4381105ee44cf605addf2b80d9ffe
5
5
  SHA512:
6
- metadata.gz: 94417766ed4813ffa8de6e3ecbf83e4ea376ce518d8d54c6c147f9d3ec8e09a5f31196b7b40484d6c9eb7ae46e3f8eb38f0cd2ea67f2fa04751dbffc63205cfc
7
- data.tar.gz: 25a276a3156817cb549a35d16ab898652256339726112c424b6ae7bb7c828885915dd9844ba3d48900fd7c4b7d25db6333be0995b515ccb5a2fe5f04c497356d
6
+ metadata.gz: 34577fe6c9207b52c2e24bf38e047f706f9f4846b778a3e6682fe3447efc026ad8dbb7534af6dc7450bd4486c1b9a92cb920460115ee2080edd304a2da0e71c6
7
+ data.tar.gz: 40dfb69da16ae166a743228172b32b2b1396a7646a228cc900ce056d76d0612db8f71824b1be1f3409e04db1efc30133e10b6bb6c42626f1e1ae1aebcc49ce9c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.4.14
2
+ * Add constraint on sparkle_formation library to stay below 1.0 release
3
+
1
4
  ## v0.4.12
2
5
  * Fix transient uninitialized constant error for update command
3
6
 
data/lib/sfn/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Sfn
2
2
  # Current library version
3
- VERSION = Gem::Version.new('0.4.12')
3
+ VERSION = Gem::Version.new('0.4.14')
4
4
  end
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.12
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-08-26 00:00:00.000000000 Z
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