Skip to content

Commit b9cd088

Browse files
committed
prepare for 0.4.1
1 parent 1eb6734 commit b9cd088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

clamav.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{clamav}
8-
s.version = "0.4.0"
8+
s.version = "0.4.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Alexander Oryol"]
12-
s.date = %q{2010-04-23}
12+
s.date = %q{2010-04-24}
1313
s.description = %q{ClamAV Ruby bindings}
1414
s.email = %q{[email protected]}
1515
s.extensions = ["ext/clamav/extconf.rb"]
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
5252
s.rdoc_options = ["--charset=UTF-8"]
5353
s.require_paths = ["lib"]
5454
s.rubyforge_project = %q{clamav}
55-
s.rubygems_version = %q{1.3.6}
55+
s.rubygems_version = %q{1.3.5}
5656
s.summary = %q{ClamAV Ruby bindings}
5757
s.test_files = [
5858
"spec/unit/clamav_spec.rb",

0 commit comments

Comments
 (0)