From 388599cf58775db432ab5540bb36afad314ab620 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Mon, 15 Nov 2010 21:27:37 -0800 Subject: [PATCH] Regenerate gemspec for version 0.8.2 --- rb-inotify.gemspec | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/rb-inotify.gemspec b/rb-inotify.gemspec index da8766e..44fd1c8 100644 --- a/rb-inotify.gemspec +++ b/rb-inotify.gemspec @@ -1,46 +1,44 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rb-inotify} - s.version = "0.8.1" + s.version = "0.8.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Weizenbaum"] - s.date = %q{2010-08-08} + s.date = %q{2010-11-15} s.description = %q{A Ruby wrapper for Linux's inotify, using FFI} s.email = %q{nex342@gmail.com} s.extra_rdoc_files = [ "README.md" ] s.files = [ - ".gitignore", - ".yardopts", - "MIT-LICENSE", - "README.md", - "Rakefile", - "VERSION", - "lib/rb-inotify.rb", - "lib/rb-inotify/event.rb", - "lib/rb-inotify/native.rb", - "lib/rb-inotify/native/flags.rb", - "lib/rb-inotify/notifier.rb", - "lib/rb-inotify/watcher.rb", - "rb-inotify.gemspec" + ".yardopts", + "MIT-LICENSE", + "README.md", + "Rakefile", + "VERSION", + "lib/rb-inotify.rb", + "lib/rb-inotify/event.rb", + "lib/rb-inotify/native.rb", + "lib/rb-inotify/native/flags.rb", + "lib/rb-inotify/notifier.rb", + "lib/rb-inotify/watcher.rb", + "rb-inotify.gemspec" ] - s.homepage = %q{http://github.com/nex3/rb-inotify} - s.rdoc_options = ["--charset=UTF-8"] + s.homepage = %q{http://github.com/nex3/rb-notify} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.7} s.summary = %q{A Ruby wrapper for Linux's inotify, using FFI} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.5.0"]) s.add_development_dependency(%q, [">= 0.4.0"]) else