Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 12, 2016
1 parent 78e1fbc commit 63163b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 66 deletions.
20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
10 changes: 5 additions & 5 deletions paypal-express.gemspec → dfg-paypal.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.name = "paypal-express"
s.name = "dfg-paypal"
s.version = File.read(File.join(File.dirname(__FILE__), "VERSION"))
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.authors = ["nov matake"]
s.authors = ["Dmitry Fedyuk"]
s.description = %q{PayPal Express Checkout API Client for Instance, Recurring and Digital Goods Payment.}
s.summary = %q{PayPal Express Checkout API Client for Instance, Recurring and Digital Goods Payment.}
s.email = "nov@matake.jp"
s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
s.email = "admin@discourse.pro"
s.extra_rdoc_files = []
s.rdoc_options = ["--charset=UTF-8"]
s.homepage = "http://github.com/nov/paypal-express"
s.homepage = "https://github.com/discourse-pro/dfg-paypal"
s.require_paths = ["lib"]
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 63163b4

Please sign in to comment.