summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-10-11 10:34:24 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-10-11 10:34:24 -0400
commit5571dc766e2143e39762ff0b47c41d1c2e154f4c (patch)
treef4f124d314a7e76c04484515aa0fd1f2e271a601 /vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec
parent359f3309c97fc894b63e0a295c76ab298504d635 (diff)
Vendor bundled gems for deployment
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec')
-rw-r--r--vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec b/vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec
new file mode 100644
index 0000000..1ed1fd6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/specifications/rb-inotify-0.11.1.gemspec
@@ -0,0 +1,24 @@
+# -*- encoding: utf-8 -*-
+# stub: rb-inotify 0.11.1 ruby lib
+
+Gem::Specification.new do |s|
+ s.name = "rb-inotify".freeze
+ s.version = "0.11.1".freeze
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib".freeze]
+ s.authors = ["Natalie Weizenbaum".freeze, "Samuel Williams".freeze]
+ s.date = "2024-05-19"
+ s.email = ["nex342@gmail.com".freeze, "samuel.williams@oriontransfer.co.nz".freeze]
+ s.homepage = "https://github.com/guard/rb-inotify".freeze
+ s.licenses = ["MIT".freeze]
+ s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
+ s.rubygems_version = "3.5.3".freeze
+ s.summary = "A Ruby wrapper for Linux inotify, using FFI".freeze
+
+ s.installed_by_version = "3.6.5".freeze
+
+ s.specification_version = 4
+
+ s.add_runtime_dependency(%q<ffi>.freeze, ["~> 1.0".freeze])
+end