Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.8.0 begins here
  • 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
@@ -1,15 +1,14 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'pp_website_standard'
s.version = '0.7.5'
s.summary = 'Spree integration with PayPal Website Standard payment'
s.version = '0.8.0'
s.summary = 'Spree extension for integration with PayPal Website Standard payment'
#s.description = 'Add (optional) gem description here'
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.homepage = 'http://github.com/Gregg/spree-pp-website-standard'
# s.rubyforge_project = 'actionmailer'
s.homepage = 'http://github.com/tomash/spree-pp-website-standard'

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

0 comments on commit ed86b4b

Please sign in to comment.