Skip to content

Commit

Permalink
Adding migrations and configurations on gemspec required files
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingues committed Apr 7, 2015
1 parent 1219f35 commit 2e34561
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/spree/spree.git
revision: c819ebfc9a9e90414421abbcba91189ce09bb5d8
revision: 01601c78a25af9d4e73a5bf8abdff55d13f7bf55
branch: 2-3-stable
specs:
spree (2.3.10.beta)
Expand Down Expand Up @@ -55,7 +55,7 @@ GIT

GIT
remote: git://github.com/spree/spree_auth_devise.git
revision: 2218d9b9b38bf80b6a7365f82b81badde23262e2
revision: 0dfded4f74b3b05cdef6a4d0e47e277ef8baaad9
branch: 2-3-stable
specs:
spree_auth_devise (2.2.0)
Expand All @@ -68,7 +68,7 @@ GIT
PATH
remote: .
specs:
spree_waiting_list (2.3.2)
spree_waiting_list (2.3.3)
haml (~> 4.0.6)
spree_core (~> 2.3.9)

Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1)
Expand All @@ -165,7 +165,7 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
execjs (2.4.0)
execjs (2.5.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
ffaker (1.32.1)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.5.1)
monetize (1.1.0)
monetize (1.2.0)
money (~> 6.5.0)
money (6.5.1)
i18n (>= 0.6.4, <= 0.7.0)
Expand All @@ -220,7 +220,7 @@ GEM
mime-types
paranoia (2.0.5)
activerecord (~> 4.0)
polyamorous (1.1.0)
polyamorous (1.2.0)
activerecord (>= 3.0)
polyglot (0.3.5)
rabl (0.9.4.pre1)
Expand Down Expand Up @@ -250,9 +250,9 @@ GEM
activesupport (>= 3.0)
i18n
polyamorous (~> 1.1)
rspec-core (3.2.2)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
rspec-expectations (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
Expand Down
5 changes: 2 additions & 3 deletions spree_waiting_list.gemspec
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'
Expand All @@ -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'

Expand Down

0 comments on commit 2e34561

Please sign in to comment.