Skip to content

Commit

Permalink
Prepare 0.1.23 with post-install message regarding Backbone.js removal
Browse files Browse the repository at this point in the history
References #78
  • Loading branch information
brentd committed Sep 23, 2016
1 parent 828d1c6 commit e60e4dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ lesser changes or bug fixes.

* Your contribution here!

## [0.1.23][] (2016-09-22)

* Add a post-install message regarding future removal of Backbone support.

## [0.1.22][] (2016-09-08)

* If you have not explicitly set an editor, xray-rails now chooses a default
Expand Down
2 changes: 1 addition & 1 deletion lib/xray/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xray
VERSION = "0.1.22".freeze
VERSION = "0.1.23".freeze
end
5 changes: 5 additions & 0 deletions xray-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Gem::Specification.new do |gem|
gem.version = Xray::VERSION
gem.license = 'MIT'

gem.post_install_message = <<-MESSAGE
Backbone.js support will be removed from xray-rails in version 0.2.0.
If you need backbone.js support, lock xray-rails to 0.1.22 to avoid breaking changes.
MESSAGE

gem.add_dependency 'rails', '>= 3.1.0'
gem.add_dependency 'coffee-rails'

Expand Down

0 comments on commit e60e4dc

Please sign in to comment.