# -*- encoding: utf-8 -*- # stub: skn_utils 3.0.2 ruby lib Gem::Specification.new do |s| s.name = "skn_utils".freeze s.version = "3.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Scott Jr".freeze] s.date = "2017-04-07" s.description = "The intent of the NestedResult class is to be a container of data results or key/value pairs, \nwith easy access to its contents, and on-demand transformation back to the hash (#to_hash).\n\nReview the RSpec tests, and or review the README for more details.\n".freeze s.email = "skoona@gmail.com".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/console".freeze, "lib/skn_utils.rb".freeze, "lib/skn_utils/exploring/action_service.rb".freeze, "lib/skn_utils/exploring/commander.rb".freeze, "lib/skn_utils/exploring/configuration.rb".freeze, "lib/skn_utils/nested_result.rb".freeze, "lib/skn_utils/notifier_base.rb".freeze, "lib/skn_utils/null_object.rb".freeze, "lib/skn_utils/version.rb".freeze, "skn_utils.gemspec".freeze, "spec/lib/skn_utils/exploring/action_service_spec.rb".freeze, "spec/lib/skn_utils/exploring/commander_spec.rb".freeze, "spec/lib/skn_utils/exploring/configuration_spec.rb".freeze, "spec/lib/skn_utils/nested_result_spec.rb".freeze, "spec/lib/skn_utils/notifier_base_spec.rb".freeze, "spec/lib/skn_utils/null_object_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/skoona/skn_utils".freeze s.licenses = ["MIT".freeze] s.post_install_message = "This version does not include ResultBean, PageControls, or ValueBean classes. \nSknUtils::NestedResult class replaces those original classes and their function. \n\nPlease update your existing code to make the above change or use the prior version 2.0.6\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "SknUtils contains a small collection of Ruby utilities, the first being a NestedResult a key/value container.".freeze s.test_files = ["spec/lib/skn_utils/exploring/action_service_spec.rb".freeze, "spec/lib/skn_utils/exploring/commander_spec.rb".freeze, "spec/lib/skn_utils/exploring/configuration_spec.rb".freeze, "spec/lib/skn_utils/nested_result_spec.rb".freeze, "spec/lib/skn_utils/notifier_base_spec.rb".freeze, "spec/lib/skn_utils/null_object_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end