Skip to content

Commit

Permalink
Config for master branch using Spree 3.0.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Dec 7, 2014
1 parent fe722a3 commit 91f57fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'http://rubygems.org'

gem 'spree', github: 'spree/spree', branch: '2-4-stable'
gem 'spree', github: 'spree/spree', branch: 'master'

gemspec
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,13 +8,13 @@ There is some default styling that works well with the default spree theme, but
![Screenshot](http://i.minus.com/iPkrAfsR0nphT.png)


Installation
Installation
=======

Add this extension to your Gemfile:

```ruby
gem "spree_social_products", :git => "git://github.com/spree/spree_social_products.git"
gem 'spree_social_products', github: 'spree-contrib/spree_social_products', branch: 'master'
```

Then run:
Expand Down Expand Up @@ -54,4 +54,4 @@ Spree::Config.facebook_send_button = false # true

You may refer to https://developers.facebook.com/docs/reference/plugins/like/ to preview the looks of different settings.

Copyright (c) 2012-2013 John Dyer, released under the New BSD License
Copyright (c) 2012-2014 John Dyer, and contributors, released under the New BSD License
9 changes: 5 additions & 4 deletions spree_social_products.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'spree_social_products'
s.version = '2.0'
s.summary = 'Adds social network sharing to product pages'
s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 2.1.0'

s.author = 'John Dyer'
s.email = 'jdyer@spreecommerce.com'
Expand All @@ -14,11 +14,12 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '2.3.0.beta'
s.add_development_dependency 'capybara', '1.0.1'
s.add_dependency 'spree_core', '~> 3.0.0.beta'

s.add_development_dependency 'capybara', '~> 2.4'
s.add_development_dependency 'factory_girl', '~> 2.6.4'
s.add_development_dependency 'ffaker'
s.add_development_dependency 'rspec-rails', '~> 2.9'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'pry-rails'
end

0 comments on commit 91f57fc

Please sign in to comment.