Skip to content

Commit

Permalink
Regenerate gemspec for version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Nov 16, 2010
1 parent b8bf7aa commit 388599c
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions rb-inotify.gemspec
@@ -1,46 +1,44 @@
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY # 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 -*- # -*- 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.8.1" s.version = "0.8.2"


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{2010-08-08} s.date = %q{2010-11-15}
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 = [
"README.md" "README.md"
] ]
s.files = [ s.files = [
".gitignore", ".yardopts",
".yardopts", "MIT-LICENSE",
"MIT-LICENSE", "README.md",
"README.md", "Rakefile",
"Rakefile", "VERSION",
"VERSION", "lib/rb-inotify.rb",
"lib/rb-inotify.rb", "lib/rb-inotify/event.rb",
"lib/rb-inotify/event.rb", "lib/rb-inotify/native.rb",
"lib/rb-inotify/native.rb", "lib/rb-inotify/native/flags.rb",
"lib/rb-inotify/native/flags.rb", "lib/rb-inotify/notifier.rb",
"lib/rb-inotify/notifier.rb", "lib/rb-inotify/watcher.rb",
"lib/rb-inotify/watcher.rb", "rb-inotify.gemspec"
"rb-inotify.gemspec"
] ]
s.homepage = %q{http://github.com/nex3/rb-inotify} s.homepage = %q{http://github.com/nex3/rb-notify}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] 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} s.summary = %q{A Ruby wrapper for Linux's inotify, using FFI}


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 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<ffi>, [">= 0.5.0"]) s.add_runtime_dependency(%q<ffi>, [">= 0.5.0"])
s.add_development_dependency(%q<yard>, [">= 0.4.0"]) s.add_development_dependency(%q<yard>, [">= 0.4.0"])
else else
Expand Down

0 comments on commit 388599c

Please sign in to comment.