Skip to content

Commit

Permalink
0.8.0 begins here
Browse files Browse the repository at this point in the history
  • Loading branch information
tomash committed Dec 12, 2010
1 parent a05a6b4 commit ed86b4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pp_website_standard.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,14 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.name = 'pp_website_standard' s.name = 'pp_website_standard'
s.version = '0.7.5' s.version = '0.8.0'
s.summary = 'Spree integration with PayPal Website Standard payment' s.summary = 'Spree extension for integration with PayPal Website Standard payment'
#s.description = 'Add (optional) gem description here' #s.description = 'Add (optional) gem description here'
s.required_ruby_version = '>= 1.8.7' s.required_ruby_version = '>= 1.8.7'


s.author = ', Gregg Pollack, Sean Schofield, Tomasz Stachewicz' s.author = 'Gregg Pollack, Sean Schofield, Tomasz Stachewicz'
# s.email = 'david@loudthinking.com' # s.email = 'david@loudthinking.com'
s.homepage = 'http://github.com/Gregg/spree-pp-website-standard' s.homepage = 'http://github.com/tomash/spree-pp-website-standard'
# s.rubyforge_project = 'actionmailer'


s.files = Dir['CHANGELOG', 'README.md', 'LICENSE', 'lib/**/*', 'app/**/*'] s.files = Dir['CHANGELOG', 'README.md', 'LICENSE', 'lib/**/*', 'app/**/*']
s.require_path = 'lib' s.require_path = 'lib'
Expand Down

0 comments on commit ed86b4b

Please sign in to comment.