-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding migrations and configurations on gemspec required files
- Loading branch information
1 parent
1219f35
commit 2e34561
Showing
2 changed files
with
11 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Gem::Specification.new do |s| | ||
s.platform = Gem::Platform::RUBY | ||
s.name = 'spree_waiting_list' | ||
s.version = '2.3.2' | ||
s.version = '2.3.3' | ||
s.summary = 'Add a waiting list to your spree store' | ||
s.description = 'The waiting list allows users to signup to be notified via email when an items comes back into stock' | ||
s.required_ruby_version = '>= 1.9.3' | ||
|
@@ -10,8 +10,7 @@ Gem::Specification.new do |s| | |
s.email = '[email protected]' | ||
s.homepage = 'http://www.godynamo.com' | ||
|
||
#s.files = `git ls-files`.split("\n") | ||
#s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | ||
s.files = Dir['README.md', 'LICENSE', 'lib/**/*', 'app/**/*', 'db/**/*', 'config/**/*'] | ||
s.require_path = 'lib' | ||
s.requirements << 'none' | ||
|
||
|