Skip to content

Commit

Permalink
Version to follow Spree major
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Ivanov committed Mar 24, 2012
1 parent 1071e98 commit 7b35ebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ module SpreeMultiDomain
module Generators
class InstallGenerator < Rails::Generators::Base

# def add_javascripts
# append_file "app/assets/javascripts/admin/all.js", "//= require admin/product_assembly\n"
# end

# def add_stylesheets
# inject_into_file "app/assets/stylesheets/admin/all.css", " *= require admin/spree_social\n", :before => /\*\//, :verbose => true
# end

def add_migrations
run 'rake railties:install:migrations FROM=spree_multi_domain'
end
Expand Down
2 changes: 1 addition & 1 deletion spree_multi_domain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_multi_domain'
s.version = '1.3.05'
s.version = '1.0.0'
s.summary = 'Adds multiple site support to Spree'
s.description = 'Multiple Spree stores on different domains - single unified backed for processing orders.'
s.required_ruby_version = '>= 1.8.7'
Expand Down

0 comments on commit 7b35ebb

Please sign in to comment.