Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.9 with solidus 1.0.x support
Browse files Browse the repository at this point in the history
Andrew Thal committed Aug 28, 2015
1 parent 662dc7c commit 99885ca
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -7,3 +7,5 @@ spec/dummy
Gemfile.lock
.rvmrc
coverage
.ruby-version
pkg
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "solidus", github: "solidusio/solidus", branch: "master"
gem "solidus", github: "solidusio/solidus", branch: "v1.0"

group :development, :test do
gem "pry-rails"
4 changes: 2 additions & 2 deletions solidus_gateway.gemspec
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "solidus_gateway"
s.version = "1.0.0"
s.version = "0.9.0"
s.summary = "Additional Payment Gateways for Solidus"
s.description = s.summary
s.required_ruby_version = ">= 2.1"
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.requirements << "none"

s.add_dependency "solidus_core", [">= 1.0.0.pre", "< 2"]
s.add_dependency "solidus_core", "~> 1.0.0"

s.add_development_dependency "braintree", "~> 2.0"
s.add_development_dependency "rspec-rails", "~> 3.2"

0 comments on commit 99885ca

Please sign in to comment.