Skip to content

Commit

Permalink
Adding in gitignore and upping gem version for new 1.9 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
swalterd committed Apr 26, 2012
1 parent 6a7442b commit 82ee3a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.gem
.DS_Store

Binary file removed mumboe-soap4r-1.5.8.4.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions soap4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
require 'rubygems'
SPEC = Gem::Specification.new do |s|
s.name = "mumboe-soap4r"
s.version = "1.5.8.4"
s.version = "1.5.8.5"
s.date = "2009-12-08"
s.author = "Scott Diedrick (modifier: swalterd)"
s.email = "[email protected]"
s.homepage = "http://dev.ctor.org/soap4r"
s.homepage = "https://github.com/mumboe/soap4r"
s.platform = Gem::Platform::RUBY
s.summary = "An implementation of SOAP 1.1 for Ruby."
s.files = Dir.glob("{bin,lib,test}/**/*")
Expand Down

0 comments on commit 82ee3a7

Please sign in to comment.