summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec
diff options
context:
space:
mode:
authorBen Sanders <ben@sanders.life>2026-08-02 09:49:25 -0400
committerBen Sanders <ben@sanders.life>2026-08-02 09:49:25 -0400
commitb41479c91e6685511c1f8ba8586106b322073b62 (patch)
treec9f1345999d754ae0a533849966427e792d9e68d /vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec
parentcfaceeb9a6d1295f5754be211858155cd309acc2 (diff)
added statscounter code
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec')
-rw-r--r--vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec b/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec
new file mode 100644
index 0000000..d0d4b3e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.8.gemspec
@@ -0,0 +1,24 @@
+# -*- encoding: utf-8 -*-
+# stub: concurrent-ruby 1.3.8 ruby lib/concurrent-ruby
+
+Gem::Specification.new do |s|
+ s.name = "concurrent-ruby".freeze
+ s.version = "1.3.8".freeze
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
+ s.metadata = { "changelog_uri" => "https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/ruby-concurrency/concurrent-ruby" } if s.respond_to? :metadata=
+ s.require_paths = ["lib/concurrent-ruby".freeze]
+ s.authors = ["Jerry D'Antonio".freeze, "Petr Chalupa".freeze, "The Ruby Concurrency Team".freeze]
+ s.date = "2026-07-19"
+ s.description = "Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.\nInspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.\n".freeze
+ s.email = "concurrent-ruby@googlegroups.com".freeze
+ s.extra_rdoc_files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze]
+ s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze]
+ s.homepage = "http://www.concurrent-ruby.com".freeze
+ s.licenses = ["MIT".freeze]
+ s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)
+ s.rubygems_version = "4.0.6".freeze
+ s.summary = "Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.".freeze
+
+ s.installed_by_version = "3.6.5".freeze
+end