-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "start migrattion to new datashuft api"
Should have started new branch to leave master This reverts commit ce4e961.
- Loading branch information
tom statter
committed
Mar 10, 2016
1 parent
ce4e961
commit 02de537
Showing
10 changed files
with
118 additions
and
104 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.6.0 |
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,39 +1,35 @@ | ||
$LOAD_PATH.push File.expand_path('../lib', __FILE__) | ||
|
||
require 'rake' | ||
|
||
# Maintain your gem"s version: | ||
require 'datashift_spree/version' | ||
|
||
|
||
Gem::Specification.new do |s| | ||
s.platform = Gem::Platform::RUBY | ||
s.name = 'datashift_spree'#Helper::gem_name | ||
s.version = '0.6.0' | ||
|
||
s.name = 'datashift_spree' | ||
s.version = DataShiftSpree::VERSION | ||
s.authors = ['Thomas Statter'] | ||
s.email = '[email protected]' | ||
s.homepage = 'http://github.com/autotelik/datashift_spree' | ||
s.summary = 'Shift data between Excel/CSV and Spree' | ||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Thomas Statter"] | ||
s.description = "Comprehensive Excel/CSV import/export for Spree, Products,Images, any model with full associations" | ||
s.license = 'Open Source - MIT' | ||
|
||
s.required_ruby_version = '~> 2.0' | ||
|
||
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= | ||
|
||
s.files = Dir['{lib}/**/*', 'spec/factories/**/*', 'LICENSE', 'Rakefile', 'README.markdown', 'datashift.thor'] | ||
s.test_files = Dir['spec/**/*'] | ||
|
||
s.require_paths = ['lib'] | ||
|
||
s.add_runtime_dependency 'datashift', '~> 0.16' | ||
s.email = "[email protected]" | ||
|
||
s.files = FileList["datashift_spree.thor", | ||
"README.markdown", | ||
"datashift_spree.gemspec", | ||
'VERSION', | ||
"LICENSE.txt", | ||
"{lib}/**/*"].exclude("rdoc").exclude("nbproject").exclude("fixtures").exclude(".log").exclude(".contrib").to_a | ||
|
||
s.test_files = FileList["{spec}/*"] | ||
|
||
s.homepage = "http://github.com/autotelik/datashift_spree" | ||
s.licenses = ["MIT"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = "1.8.15" | ||
s.summary = "Product and image import/export for Spree from Excel/CSV" | ||
|
||
s.add_runtime_dependency 'datashift', '~> 0.15', '>= 0.15.0' | ||
s.add_runtime_dependency 'mechanize', '~> 2.6', '>= 2.6.0' | ||
|
||
# for the dummy rails sandbox used in testing | ||
s.add_development_dependency 'rubocop', '~> 0.38' | ||
s.add_development_dependency 'rspec', '~> 3.4' | ||
s.add_development_dependency 'factory_girl_rails', '~> 4.5' | ||
s.add_development_dependency 'database_cleaner', '~> 1.5' | ||
|
||
# should work with any version of spree so leave it to the client app to define | ||
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
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.