janky.gemspec in janky-0.9.14.rc1 vs janky.gemspec in janky-0.9.14
- old
+ new
@@ -6,9 +6,15 @@
"designed for GitHub and Hubot"
s.authors = ["Simon Rozet"]
s.homepage = "https://github.com/github/janky"
s.has_rdoc = false
+ s.post_install_message = <<-EOL
+If you are upgrading from Janky 0.9.13, you will want to add a JANKY_BRANCH parameter
+to your config/default.xml.erb. See
+https://github.com/github/janky/commit/0fc6214e3a75cc138aed46a2493980440e848aa3#commitcomment-1815400 for details.
+EOL
+
# runtime
s.add_dependency "rake", "~>0.9.2"
s.add_dependency "sinatra", "~>1.3"
s.add_dependency "sinatra_auth_github", "~>0.7.0"
s.add_dependency "mustache", "~>0.11"