Skip to content

Commit

Permalink
prepare for release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Senn committed Feb 1, 2012
1 parent 28248aa commit 45ce9cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions History.txt → History.md
@@ -1,32 +1,42 @@
== In Git
# In Git

=== Misc
* Fixed weird ascii character problem in example
## New Features

## Bugfixes

# 1.2.0 (01.02.2012)

[Compare v1.2.0..master](https://github.com/senny/rvm.el/compare/1.2.0...master)

## New Features

=== New Features
* open sources in a gem from the current gemset
* ability to change the used completion function
* rvm-open-gem creates a new perspective when perspective.el is loaded
* Install gems from Emacs with rvm-gem-install

=== Bugfixes
## Bugfixes

* Fixed weird ascii character problem in example
* rvm now works again with the global gemset
* rvm-open-gem should now work with the standard ido distribution
* the exec-path is now set properly
* gem-home and gem-path are now set using `rvm info` instead of building the paths manually
* bug-fix in rvm--rvmrc-parse-version which was incorrectly reading some rvmrc files

== 1.1 (16.05.2010)
# 1.1 (16.05.2010)

[Compare v1.1.0..master](https://github.com/senny/rvm.el/compare/1.1...master)

## New Features

=== New Features
* switch between installed ruby implementations
* use the default rvm ruby as default ruby within emacs
* rvm.el can now detect the right version to use for the current buffer (takes .rvmrc into account)
* support for Gemsets
* add Gemsets /bin directories to PATH

=== Bugfixes
* Fixed setting of gemset path and ruby path
## Bugfixes

=== Bugfixes
* Fixed setting of gemset path and ruby path
* Fixed leading blanks in gemset name (global) using chomp
2 changes: 1 addition & 1 deletion rvm.el
Expand Up @@ -4,7 +4,7 @@

;; Author: Yves Senn <yves.senn@gmx.ch>
;; URL: http://www.emacswiki.org/emacs/RvmEl
;; Version: 1.1
;; Version: 1.2
;; Created: 5 April 2010
;; Keywords: ruby rvm
;; EmacsWiki: RvmEl
Expand Down

0 comments on commit 45ce9cc

Please sign in to comment.