Skip to content

Commit

Permalink
Railsdog => SpreeCommerce
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Jan 5, 2012
1 parent 97d4f69 commit 677fcd8
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/spree_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'David North'
s.email = 'david@railsdog.com'
s.email = 'david@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.files = Dir['LICENSE', 'README.md', 'app/**/*', 'config/**/*', 'lib/**/*', 'db/**/*']
Expand Down
4 changes: 2 additions & 2 deletions auth/spec/controllers/checkout_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@
it 'should redirect to the checkout_path after saving' do
order.stub :update_attributes => true
controller.stub :check_authorization
put :update_registration, { :order => { :email => 'jobs@railsdog.com' } }
put :update_registration, { :order => { :email => 'jobs@spreecommerce.com' } }
response.should redirect_to spree.checkout_path
end

it 'should check if the user is authorized for :edit' do
order.stub :update_attributes => true
controller.should_receive(:authorize!).with(:edit, order, token)
put :update_registration, { :order => { :email => 'jobs@railsdog.com' } }, { :access_token => token }
put :update_registration, { :order => { :email => 'jobs@spreecommerce.com' } }, { :access_token => token }
end
end
end
2 changes: 1 addition & 1 deletion auth/spree_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'Sean Schofield'
s.email = 'sean@railsdog.com'
s.email = 'sean@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.files = Dir['LICENSE', 'README.md', 'app/**/*', 'config/**/*', 'lib/**/*', 'db/**/*']
Expand Down
4 changes: 2 additions & 2 deletions core/lib/spree/core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#++
# Copyright (c) 2007-2012, Rails Dog LLC and other contributors
# Copyright (c) 2007-2012, Spree Commerce, Inc. and other contributors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -10,7 +10,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# * Neither the name of the Rails Dog LLC nor the names of its
# * Neither the name of the Spree Commerce, Inc. nor the names of its
# contributors may be used to endorse or promote products derived from this
# software without specific prior written permission.
#
Expand Down
4 changes: 2 additions & 2 deletions core/lib/spree/core/ssl_requirement.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ++
# Copyright (c) 2007-2012, Rails Dog LLC and other contributors
# Copyright (c) 2007-2012, Spree Commerce, Inc. and other contributors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -10,7 +10,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# * Neither the name of the Rails Dog LLC nor the names of its
# * Neither the name of the Spree Commerce, Inc. nor the names of its
# contributors may be used to endorse or promote products derived from this
# software without specific prior written permission.
#
Expand Down
2 changes: 1 addition & 1 deletion core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'Sean Schofield'
s.email = 'sean@railsdog.com'
s.email = 'sean@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'
s.rubyforge_project = 'spree_core'

Expand Down
2 changes: 1 addition & 1 deletion dash/spree_dash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'Brian Quinn'
s.email = 'brian@railsdog.com'
s.email = 'brian@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.files = Dir['LICENSE', 'README.md', 'app/**/*', 'config/**/*', 'lib/**/*', 'db/**/*', 'vendor/**/*']
Expand Down
2 changes: 1 addition & 1 deletion promo/spree_promo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'David North'
s.email = "david@railsdog.com"
s.email = 'david@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.files = Dir['README', 'LICENSE', 'app/**/*', 'config/**/*', 'lib/**/*', 'db/**/*']
Expand Down
2 changes: 1 addition & 1 deletion sample/spree_sample.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.7'
s.author = 'Sean Schofield'
s.email = 'sean@railsdog.com'
s.email = 'sean@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.files = Dir['LICENSE', 'README.md', 'lib/**/*', 'db/**/*']
Expand Down
2 changes: 1 addition & 1 deletion spree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"

s.author = 'Sean Schofield'
s.email = 'sean@railsdog.com'
s.email = 'sean@spreecommerce.com'
s.homepage = 'http://spreecommerce.com'

s.add_dependency 'spree_core', version
Expand Down

0 comments on commit 677fcd8

Please sign in to comment.