# -*- encoding: utf-8 -*- # stub: surrounded 0.9.5 ruby lib Gem::Specification.new do |s| s.name = "surrounded".freeze s.version = "0.9.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["'Jim Gay'".freeze] s.date = "2015-05-22" s.description = "Gives an object implicit access to other objects in it's environment.".freeze s.email = ["jim@saturnflyer.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/bottles.rb".freeze, "examples/rails.rb".freeze, "lib/surrounded.rb".freeze, "lib/surrounded/access_control.rb".freeze, "lib/surrounded/context.rb".freeze, "lib/surrounded/context/forwarding.rb".freeze, "lib/surrounded/context/initializing.rb".freeze, "lib/surrounded/context/negotiator.rb".freeze, "lib/surrounded/context/role_builders.rb".freeze, "lib/surrounded/context/role_map.rb".freeze, "lib/surrounded/context/trigger_controls.rb".freeze, "lib/surrounded/context_errors.rb".freeze, "lib/surrounded/east_oriented.rb".freeze, "lib/surrounded/shortcuts.rb".freeze, "lib/surrounded/version.rb".freeze, "surrounded.gemspec".freeze, "test/context_access_test.rb".freeze, "test/context_forwarding_test.rb".freeze, "test/context_shortcuts_test.rb".freeze, "test/east_oriented_triggers_test.rb".freeze, "test/example_delegate_class_test.rb".freeze, "test/example_proxy_test.rb".freeze, "test/example_threaded_test.rb".freeze, "test/example_wrapper_test.rb".freeze, "test/override_methods_test.rb".freeze, "test/role_context_method_test.rb".freeze, "test/surrounded_context_test.rb".freeze, "test/surrounded_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/saturnflyer/surrounded".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create encapsulated environments for your objects.".freeze s.test_files = ["test/context_access_test.rb".freeze, "test/context_forwarding_test.rb".freeze, "test/context_shortcuts_test.rb".freeze, "test/east_oriented_triggers_test.rb".freeze, "test/example_delegate_class_test.rb".freeze, "test/example_proxy_test.rb".freeze, "test/example_threaded_test.rb".freeze, "test/example_wrapper_test.rb".freeze, "test/override_methods_test.rb".freeze, "test/role_context_method_test.rb".freeze, "test/surrounded_context_test.rb".freeze, "test/surrounded_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end