# -*- encoding: utf-8 -*- # stub: institutions 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "institutions".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Scot Dalton".freeze] s.date = "2013-09-25" s.description = "Abstract mechanism for setting up Institutions with arbitrary data elements.".freeze s.email = ["scotdalton@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "institutions.gemspec".freeze, "lib/institutions.rb".freeze, "lib/institutions/institution.rb".freeze, "lib/institutions/institution/auth.rb".freeze, "lib/institutions/institution/core.rb".freeze, "lib/institutions/institution/ip_addresses.rb".freeze, "lib/institutions/institution/merge.rb".freeze, "lib/institutions/institution/mvc.rb".freeze, "lib/institutions/institution/parents.rb".freeze, "lib/institutions/institution/services.rb".freeze, "lib/institutions/institution/util.rb".freeze, "lib/institutions/version.rb".freeze, "test/config/institutions.yml".freeze, "test/config/overwrite.yml".freeze, "test/institution/auth_test.rb".freeze, "test/institution/core_test.rb".freeze, "test/institution/ip_addresses_test.rb".freeze, "test/institution/merge_test.rb".freeze, "test/institution/mvc_test.rb".freeze, "test/institution/parents_test.rb".freeze, "test/institution/services_test.rb".freeze, "test/institution/util_test.rb".freeze, "test/institution_test.rb".freeze, "test/institutions_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/scotdalton/institutions".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Abstract mechanism for setting up Institutions (whatever that means).".freeze s.test_files = ["test/config/institutions.yml".freeze, "test/config/overwrite.yml".freeze, "test/institution/auth_test.rb".freeze, "test/institution/core_test.rb".freeze, "test/institution/ip_addresses_test.rb".freeze, "test/institution/merge_test.rb".freeze, "test/institution/mvc_test.rb".freeze, "test/institution/parents_test.rb".freeze, "test/institution/services_test.rb".freeze, "test/institution/util_test.rb".freeze, "test/institution_test.rb".freeze, "test/institutions_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 10.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0.1".freeze]) end