Skip to content

Commit

Permalink
update gem spec and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
will-sq committed Jan 15, 2010
1 parent d0ffed7 commit d243ffe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ftpfxp.gemspec
@@ -1,21 +1,20 @@
require 'rubygems'
Gem::manage_gems
require 'rake/gempackagetask'

PKG_NAME = %q{ftpfxp}
PKG_VERSION = %q{0.0.3}
PKG_VERSION = %q{0.0.5}

spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = %q{Extension to Net::FTP providing FXP and SSL/TLS support}
s.description = %q{Extension to Net::FTP providing FXP and SSL/TLS support}
s.name = PKG_NAME
s.authors = %q{Alex Lee}
s.email = %q{alexeen@gmail.com}
s.homepage = %q{http//ftpfxp.rubyforge.org/}
s.homepage = %q{http://github.org/square/ftpfxp}
s.rubyforge_project = PKG_NAME
s.version = PKG_VERSION
s.require_path = 'lib'
s.autorequire = PKG_NAME
s.files = FileList['lib/*.rb', 'lib/*/*.rb', 'samples/*.rb'].to_a
s.has_rdoc = true
s.extra_rdoc_files = ['README', 'LICENSE.txt', 'COPYING.txt']
Expand Down

0 comments on commit d243ffe

Please sign in to comment.