sfn.gemspec in sfn-0.4.12 vs sfn.gemspec in sfn-0.4.14
- old
+ new
@@ -12,9 +12,23 @@
s.require_path = 'lib'
s.add_dependency 'bogo-cli', '~> 0.1.21'
s.add_dependency 'miasma', '~> 0.2.20'
s.add_dependency 'miasma-aws', '~> 0.1.16'
s.add_dependency 'net-ssh'
- s.add_dependency 'sparkle_formation', '>= 0.2.8'
+ s.add_dependency 'sparkle_formation', '>= 0.2.8', '< 1.0'
s.executables << 'sfn'
s.files = Dir['{lib,bin}/**/*'] + %w(sfn.gemspec README.md CHANGELOG.md LICENSE)
+ s.post_install_message = <<-EOF
+
+This version of sfn restricts the SparkleFormation library to versions prior to the
+1.0 release. That's great for now but it means many features will not be available
+and only fixes will be backported and applied to this gem.
+
+It is highly suggested that you upgrade to the 1.0 version of sfn or later to take
+advantage of new features and new development. This gem will continue on in
+maintenance mode for the near term future. Once EOL has been reached, this message
+will be updated.
+
+Thanks and happy stacking!
+EOF
+
end