Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Nov 11, 2011
1 parent ebb23e6 commit f12c825
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion lib/samuel.rb
Expand Up @@ -13,7 +13,7 @@
module Samuel
extend self

VERSION = "0.3.2"
VERSION = "0.3.3"

attr_writer :logger, :config

Expand Down
10 changes: 4 additions & 6 deletions 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 = [
Expand All @@ -19,6 +16,7 @@ Gem::Specification.new do |s|
s.files = [
".document",
".gitignore",
"Gemfile",
"LICENSE",
"README.rdoc",
"Rakefile",
Expand Down

0 comments on commit f12c825

Please sign in to comment.