# -*- encoding: utf-8 -*- # stub: direction 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "direction".freeze s.version = "0.0.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 = "2014-12-03" s.description = "Forward messages to collaborators in East-oriented style.".freeze s.email = ["jim@saturnflyer.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "direction.gemspec".freeze, "lib/direction.rb".freeze, "lib/direction/version.rb".freeze, "sample.rb".freeze, "sample/accountant.rb".freeze, "sample/customer.rb".freeze, "sample/kitchen.rb".freeze, "sample/micro_manager.rb".freeze, "sample/server.rb".freeze, "test/direction_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/saturnflyer/direction".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Forward messages to collaborators in East-oriented style.".freeze s.test_files = ["test/direction_test.rb".freeze, "test/test_helper.rb".freeze] end