Skip to content

Commit

Permalink
Bumped version and added contributing secittion to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Williams authored and Peter Williams committed Jan 29, 2013
1 parent 017eaec commit f5281ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ specs. This piece of code does the job:
(let ((shell-file-name "/bin/bash"))
ad-do-it))
(ad-activate 'rspec-compile)

## Contributing

Love RSpec and Emacs? Great help out by contributing. The easiest way to contribute is the checkout the [git probject](https://github.com/pezra/rspec-mode.git), make a change and then submit a pull request.

### Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Update the version and changelog in the header of rspec-mode.el to reflect the change.
* Send me a pull request. Bonus points for topic branches.
15 changes: 9 additions & 6 deletions rspec-mode.el
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
;;; rspec-mode.el --- Enhance ruby-mode for RSpec

;; Copyright (C) 2008-2011 Peter Williams <http://barelyenough.org>
;; Copyright (C) 2008-2013 Peter Williams <http://barelyenough.org> and others
;; Authors: Peter Williams, et al.
;; URL: http://github.com/pezra/rspec-mode
;; Created: 2011
;; Version: 1.3
;; Version: 1.6
;; Keywords: rspec ruby
;; Package-Requires: ((ruby-mode "1.0"))

;;; Commentary:
;; Commentary:
;; -----------
;;
;; This file is NOT part of GNU Emacs.
;;
Expand All @@ -25,7 +26,8 @@
;; See <http://www.gnu.org/licenses/> for a copy of the GNU General
;; Public License.

;;; Documentation:
;; Documentation:
;; --------------
;;
;; This minor mode provides some enhancements to ruby-mode in
;; the contexts of RSpec specifications. Namely, it provides the
Expand Down Expand Up @@ -68,9 +70,10 @@
;;
;; The expectations depend on `el-expectations.el`.
;;

;;; Change Log:
;; Change Log:
;; -----------
;;
;; 1.6 - Improved keymaps and compile buffer (Dmitry Gutov)
;; 1.5 - Allow key prefix to be customized (`rspec-key-command-prefix`)
;; 1.4 - Allow .rspec/spec.opts files to be ignored (`rspec-use-opts-file-when-available` customization)
;; 1.3 - Bundler support (JD Huntington)
Expand Down

0 comments on commit f5281ed

Please sign in to comment.