Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Dec 26, 2009
1 parent 352f4c2 commit 85e0b5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rb-inotify.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rb-inotify} s.name = %q{rb-inotify}
s.version = "0.2.1" s.version = "0.3.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathan Weizenbaum"] s.authors = ["Nathan Weizenbaum"]
s.date = %q{2009-11-29} s.date = %q{2009-12-26}
s.description = %q{A Ruby wrapper for Linux's inotify, using FFI} s.description = %q{A Ruby wrapper for Linux's inotify, using FFI}
s.email = %q{nex342@gmail.com} s.email = %q{nex342@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -52,3 +52,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<yard>, [">= 0.4.0"]) s.add_dependency(%q<yard>, [">= 0.4.0"])
end end
end end

0 comments on commit 85e0b5e

Please sign in to comment.