# -*- encoding: utf-8 -*- # stub: pattern_matching 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "pattern_matching".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Kwiatkowski".freeze] s.date = "2016-11-15" s.description = "Allows for pattern matching behavior, ala many functional languages, using Ruby's case statements. Additionally, values can be bound at match time. Provides a few helper modules to make this even more terse and feel more flexible.".freeze s.email = ["paul@groupraise.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "Rakefile".freeze, "lib/pattern_matching.rb".freeze, "lib/pattern_matching/bindings.rb".freeze, "lib/pattern_matching/bindings_set.rb".freeze, "lib/pattern_matching/case_equality_reversal.rb".freeze, "lib/pattern_matching/configuration.rb".freeze, "lib/pattern_matching/methods.rb".freeze, "lib/pattern_matching/methods_with_binding_helper.rb".freeze, "lib/pattern_matching/pattern_match.rb".freeze, "lib/pattern_matching/proc_helpers.rb".freeze, "lib/pattern_matching/version.rb".freeze, "test/configuration_test.rb".freeze, "test/configuration_tests/no_proc_helpers_test.rb".freeze, "test/configuration_tests/renamed_proc_helpers_test.rb".freeze, "test/proc_helper_test.rb".freeze, "test/simple_matching_test.rb".freeze, "test/test_helper.rb".freeze, "test/wildcard_test.rb".freeze] s.homepage = "https://github.com/swifthand/pattern_matching".freeze s.licenses = ["Revised BSD, see LICENSE.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows for pattern matching behavior with value bindings and wildcards.".freeze s.test_files = ["test/configuration_test.rb".freeze, "test/configuration_tests/no_proc_helpers_test.rb".freeze, "test/configuration_tests/renamed_proc_helpers_test.rb".freeze, "test/proc_helper_test.rb".freeze, "test/simple_matching_test.rb".freeze, "test/test_helper.rb".freeze, "test/wildcard_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.0".freeze]) end