Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
update readme and versionfile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus committed May 25, 2012
1 parent caffb2c commit f59e905
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ Installation
If you're on Spree 0.50.0 and above, you'll have to install Spree Wholesale from the source since I haven't released it yet. Just add this to your Gemfile:

```ruby
# spree 1.0.x
# spree 1.2.x
gem 'spree_wholesale', :git => 'git://github.com/citrus/spree_wholesale', :branch => 'master'

# spree 1.1.x
gem 'spree_wholesale', :git => 'git://github.com/citrus/spree_wholesale', :branch => '1.1.x'

# spree 1.0.x
gem 'spree_wholesale', :git => 'git://github.com/citrus/spree_wholesale', :branch => '1.0.x'

# spree 0.70.x
gem 'spree_wholesale', :git => 'git://github.com/citrus/spree_wholesale', :branch => '0.70.x'

Expand Down Expand Up @@ -106,6 +112,7 @@ Contributors
* Spencer Steffen ([@citrus](https://github.com/citrus))
* John Hwang ([@tavon](https://github.com/tavon))
* Cameron Carroll ([@sanarothe](https://github.com/sanarothe))
* Les Cochrane ([@oldtinroof](https://github.com/oldtinroof))


------------------------------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion Versionfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"1.0.x" => { :branch => "master" }
"1.2.x" => { :branch => "master" }
"1.1.x" => { :branch => "1.1.x" }
"1.0.x" => { :branch => "1.0.x" }
"0.70.x" => { :branch => "0.70.x" }
"0.60.x" => { :branch => "0.60.x" }
"0.50.x" => { :branch => "0.50.x" }
Expand Down

0 comments on commit f59e905

Please sign in to comment.