# -*- encoding: utf-8 -*- # stub: stairwell 0.6.4 ruby lib Gem::Specification.new do |s| s.name = "stairwell".freeze s.version = "0.6.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/tobyond/stairwell", "source_code_uri" => "https://github.com/tobyond/stairwell" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["tobyond".freeze] s.bindir = "exe".freeze s.date = "2023-11-16" s.description = "I actually like SQL, and want to use it in my Ruby projects.".freeze s.files = [".bin/bundle".freeze, ".bin/coderay".freeze, ".bin/pry".freeze, ".bin/rake".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/stairwell.rb".freeze, "lib/stairwell/bind_transformer.rb".freeze, "lib/stairwell/configuration.rb".freeze, "lib/stairwell/query.rb".freeze, "lib/stairwell/type_object_assigner.rb".freeze, "lib/stairwell/types/base_type.rb".freeze, "lib/stairwell/types/boolean_type.rb".freeze, "lib/stairwell/types/column_name_type.rb".freeze, "lib/stairwell/types/date_time_type.rb".freeze, "lib/stairwell/types/date_type.rb".freeze, "lib/stairwell/types/float_type.rb".freeze, "lib/stairwell/types/in_type.rb".freeze, "lib/stairwell/types/integer_type.rb".freeze, "lib/stairwell/types/null_type.rb".freeze, "lib/stairwell/types/string_type.rb".freeze, "lib/stairwell/types/table_name_type.rb".freeze, "lib/stairwell/version.rb".freeze, "stairwell.gemspec".freeze, "test.db".freeze] s.homepage = "https://github.com/tobyond/stairwell".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "stairwell for sql".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0".freeze, ">= 7.0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) end