Skip to content

Commit

Permalink
Fixed gemspecs so rubygems would stop complaining.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Jul 12, 2010
1 parent cd04da9 commit c2c3095
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/spree_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_api'
s.version = version
#s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.summary = 'Provides RESTful access to a Spree store.'
#s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.8.7'

Expand Down
4 changes: 2 additions & 2 deletions core/spree-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_core'
s.version = version
#s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.summary = 'Core e-commerce functionality for the Spree project.'
#s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.8.7'

Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency('awesome_nested_set', '>= 1.4.3')
s.add_dependency('rd_stump', '>= 0.0.2')
s.add_dependency('rd_unobtrusive_date_picker', '>= 0.1.0')

# s.add_dependency('actionpack', version)
# s.add_dependency('mail', '~> 2.2.3')
end
2 changes: 1 addition & 1 deletion dashboard/spree_dashboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_dashboard'
s.version = version
#s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.summary = 'Implmentation of an overview dashboard for use with Spree.'
#s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.8.7'

Expand Down
2 changes: 1 addition & 1 deletion payment_gateway/spree_payment_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_payment_gateway'
s.version = version
#s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.summary = 'Payment gateway implementation for Spree with gateway implementations for most popular choices via active_merchant.'
#s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'
s.required_ruby_version = '>= 1.8.7'

Expand Down
4 changes: 2 additions & 2 deletions sample/spree_sample.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_sample'
s.version = version
s.summary = 'TODO'
s.description = 'TODO'
s.summary = 'Sample data (including images) for use in a Spree store.'
#s.description = 'TODO'
s.required_ruby_version = '>= 1.8.7'

# s.author = 'David Heinemeier Hansson'
Expand Down
6 changes: 3 additions & 3 deletions spree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Gem::Specification.new do |s|
s.homepage = 'http://spreecommerce.com'
s.rubyforge_project = 'spree'

s.bindir = 'bin'
s.executables = ['spree']
s.default_executable = 'spree'
#s.bindir = 'bin'
#s.executables = ['spree']
#s.default_executable = 'spree'

s.add_dependency('spree_core', version)
s.add_dependency('spree_payment_gateway', version)
Expand Down

0 comments on commit c2c3095

Please sign in to comment.