Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
prep for v0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fallwith committed Nov 2, 2011
1 parent 9f450aa commit 98be7a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.3
0.3.4
22 changes: 11 additions & 11 deletions playerconnect-wsdsl.gemspec
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98be7a8

Please sign in to comment.