diff --git a/LICENSE b/LICENSE index 1114340..388cd68 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2009–2010 Chris Kampmeier +Copyright 2009–2011 Chris Kampmeier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.rdoc b/README.rdoc index c5278fc..c74eb63 100644 --- a/README.rdoc +++ b/README.rdoc @@ -80,4 +80,4 @@ at the +WARN+ level. This isn't currently configurable, but it's on the list. == License -Copyright 2009–2010 Chris Kampmeier. See +LICENSE+ for details. +Copyright 2009–2011 Chris Kampmeier. See +LICENSE+ for details. diff --git a/lib/samuel.rb b/lib/samuel.rb index e51f527..25fdbf8 100644 --- a/lib/samuel.rb +++ b/lib/samuel.rb @@ -13,7 +13,7 @@ module Samuel extend self - VERSION = "0.3.2" + VERSION = "0.3.3" attr_writer :logger, :config diff --git a/samuel.gemspec b/samuel.gemspec index 5f071b5..5971e8d 100644 --- a/samuel.gemspec +++ b/samuel.gemspec @@ -1,15 +1,12 @@ -# Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command -# -*- encoding: utf-8 -*- +# encoding: utf-8 Gem::Specification.new do |s| s.name = %q{samuel} - s.version = "0.3.2" + s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Kampmeier"] - s.date = %q{2010-01-12} + s.date = %q{2011-11-10} s.description = %q{An automatic logger for HTTP requests in Ruby, supporting the Net::HTTP and HTTPClient client libraries.} s.email = %q{chris@kampers.net} s.extra_rdoc_files = [ @@ -19,6 +16,7 @@ Gem::Specification.new do |s| s.files = [ ".document", ".gitignore", + "Gemfile", "LICENSE", "README.rdoc", "Rakefile",