Skip to content

Commit

Permalink
Bumped version in base.rb to 0.2.1 and updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Dec 3, 2009
1 parent e5fccaa commit a26797a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/service_proxy/base.rb
Expand Up @@ -14,7 +14,7 @@

module ServiceProxy
class Base
VERSION = '0.2.0'
VERSION = '0.2.1'

attr_accessor :endpoint, :service_methods, :soap_actions, :http,
:uri, :debug, :wsdl, :target_namespace
Expand Down Expand Up @@ -123,4 +123,4 @@ def underscore(camel_cased_word)
downcase
end
end
end
end
2 changes: 1 addition & 1 deletion serviceproxy.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{serviceproxy}
s.version = '0.2.2'
s.version = '0.2.1'

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeremy Durham"]
Expand Down

0 comments on commit a26797a

Please sign in to comment.