From 98be7a84358d92d1f198ab89b2b5549623b3399d Mon Sep 17 00:00:00 2001 From: fallwith Date: Wed, 2 Nov 2011 15:16:54 -0700 Subject: [PATCH] prep for v0.3.4 release --- Rakefile | 2 +- VERSION | 2 +- playerconnect-wsdsl.gemspec | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Rakefile b/Rakefile index 8fe7f59..4503b5e 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ Jeweler::Tasks.new do |gem| gem.description = %Q{A Ruby DSL describing Web Services without implementation details.} gem.email = "sdod" gem.authors = ["Team SDOD"] - gem.version = "0.3.3" + gem.version = "0.3.4" # Include your dependencies below. Runtime dependencies are required when using your gem, # and development dependencies are only needed for development (ie running rake tasks, tests, etc) # gem.add_runtime_dependency 'jabber4r', '> 0.1' diff --git a/VERSION b/VERSION index 1c09c74..42045ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4 diff --git a/playerconnect-wsdsl.gemspec b/playerconnect-wsdsl.gemspec index c311276..7aad848 100644 --- a/playerconnect-wsdsl.gemspec +++ b/playerconnect-wsdsl.gemspec @@ -4,14 +4,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = "playerconnect-wsdsl" - s.version = "0.3.3" + s.name = %q{playerconnect-wsdsl} + s.version = "0.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Team SDOD"] - s.date = "2011-10-28" - s.description = "A Ruby DSL describing Web Services without implementation details." - s.email = "sdod" + s.authors = [%q{Team SDOD}] + s.date = %q{2011-11-02} + s.description = %q{A Ruby DSL describing Web Services without implementation details.} + s.email = %q{sdod} s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -42,11 +42,11 @@ Gem::Specification.new do |s| "spec/wsdsl_spec.rb", "wsdsl.gemspec" ] - s.homepage = "http://github.com/playerconnect/wsdsl" - s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" - s.summary = "Web Service DSL" + s.homepage = %q{http://github.com/playerconnect/wsdsl} + s.licenses = [%q{MIT}] + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.8.5} + s.summary = %q{Web Service DSL} if s.respond_to? :specification_version then s.specification_version = 3