-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from deepakmahakale/jump-3-0-0
Jump to version 3.3.0
- Loading branch information
Showing
7 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
db/migrate/20161214190805_add_payment_method_id_to_spree_purchase_orders.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
db/migrate/20161214191512_add_user_id_to_spree_purchase_orders.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module SpreePurchaseOrder | ||
VERSION = '3.2.0' | ||
VERSION = '3.3.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s| | |
s.version = SpreePurchaseOrder::VERSION | ||
s.summary = 'Adds Purchase Order as a Payment Method to Spree Commerce' | ||
s.description = s.summary | ||
s.required_ruby_version = '>= 2.2.2' | ||
s.required_ruby_version = '>= 2.2.7' | ||
|
||
s.author = 'Deepak Mahakale' | ||
s.email = '[email protected]' | ||
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s| | |
s.require_path = 'lib' | ||
s.requirements << 'none' | ||
|
||
s.add_dependency 'spree_core', '~> 3.2.0' | ||
s.add_dependency 'spree_core', '~> 3.3.0' | ||
|
||
s.add_development_dependency 'sqlite3' | ||
s.add_development_dependency 'rspec-rails' | ||
|