Skip to content

Commit

Permalink
Update the Rakefile to include the examples, set version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed May 31, 2007
1 parent 124abaf commit 526482b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# * Update the Rakefile to include the examples, set version 0.10.2
# * Update to eBay XML Schema Version 513
# * Ensure that nil values aren't used as headers in the HTTP request
# * Update to eBay XML Schema Version 511
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'

PKG_VERSION = "0.10.1"
PKG_VERSION = "0.10.2"
PKG_NAME = "ebayapi"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"

PKG_FILES = FileList[
"lib/**/*", "test/**/*", "example/**/*", "[A-Z]*", "rakefile", "init.rb"
"lib/**/*", "test/**/*", "examples/**/*", "[A-Z]*", "rakefile", "init.rb"
].exclude(/~$|\.svn/)

response_dir = File.join(File.dirname(__FILE__), 'test', 'fixtures', 'responses')
Expand Down

0 comments on commit 526482b

Please sign in to comment.