branch: externals/ruby-end
commit ba01dd255022a261609d6b57ae5da6f06c56113d
Author: Johan Andersson <[email protected]>
Commit: Johan Andersson <[email protected]>
Update to version v0.2.2.
---
Carton | 2 +-
ruby-end-pkg.el | 2 +-
ruby-end.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Carton b/Carton
index 9e4434db01..d106ebd81b 100644
--- a/Carton
+++ b/Carton
@@ -1,6 +1,6 @@
(source "melpa" "http://melpa.milkbox.net/packages/")
-(package "ruby-end" "0.2.1" "Automatic insertion of end blocks for Ruby.")
+(package "ruby-end" "0.2.2" "Automatic insertion of end blocks for Ruby.")
(development
(depends-on "ecukes")
diff --git a/ruby-end-pkg.el b/ruby-end-pkg.el
index b85c2a56d5..dcaca039f5 100644
--- a/ruby-end-pkg.el
+++ b/ruby-end-pkg.el
@@ -1,2 +1,2 @@
-(define-package "ruby-end" "0.2.1"
+(define-package "ruby-end" "0.2.2"
"Automatic insertion of end blocks for Ruby.")
diff --git a/ruby-end.el b/ruby-end.el
index 2f23c9f604..c9310e8c45 100644
--- a/ruby-end.el
+++ b/ruby-end.el
@@ -4,7 +4,7 @@
;; Author: Johan Andersson <[email protected]>
;; Maintainer: Johan Andersson <[email protected]>
-;; Version: 0.2.1
+;; Version: 0.2.2
;; Keywords: speed, convenience, ruby
;; URL: http://github.com/rejeep/ruby-end