# -*- encoding: utf-8 -*- # stub: instance_variables_from 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "instance_variables_from".freeze s.version = "1.0.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 = ["Jan Lelis".freeze] s.date = "2021-01-02" s.description = "Automatically turn bindings, hashes or arrays into instance variables.".freeze s.email = ["hi@ruby.consulting".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "instance_variables_from.gemspec".freeze, "lib/instance_variables_from.rb".freeze, "lib/instance_variables_from/version.rb".freeze, "spec/instance_variables_from_spec.rb".freeze] s.homepage = "https://github.com/janlelis/instance_variables_from".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Turn bindings, hashes or arrays into instance variables.".freeze s.test_files = ["spec/instance_variables_from_spec.rb".freeze] end