Skip to content

Commit

Permalink
Added Versionfile and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Apr 4, 2011
1 parent c7c2c71 commit 6609e22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ SpreeAddressBook
This extension allows users select `bill_address` and `ship_address` from addresses, which was already entered by current user.


Installation
============

Add `gem "spree_address_book", :git => "git://github.com/romul/spree_address_book.git"
Run `bundle install`
Run `rake spree_address_book:install`
Run `rake db:migrate`


Copyright (c) 2011 Roman Smirnov, released under the New BSD License
2 changes: 2 additions & 0 deletions Versionfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"0.40.x" => { :branch => "0-40-stable" }
"0.50.x" => { :branch => "master" }

0 comments on commit 6609e22

Please sign in to comment.