diff --git a/pullr.gemspec b/pullr.gemspec index 6f6af0c..face42f 100644 --- a/pullr.gemspec +++ b/pullr.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{pullr} - s.version = "0.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Postmodern"] - s.date = %q{2010-06-15} + s.date = %q{2010-07-18} s.default_executable = %q{pullr} s.description = %q{Pullr is a Ruby library for quickly pulling down or updating any Repository. Pullr currently supports Git, Mercurial (Hg), SubVersion (SVN) and Rsync. Pullr provides a command-line utility and an API which can be used by other frameworks.} s.email = %q{postmodern.mod3@gmail.com}