# -*- encoding: utf-8 -*- # stub: elocal_api_support 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "elocal_api_support".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rob Di Marco".freeze] s.date = "2016-05-10" s.description = "Utilities for controllers when creating a JSON API".freeze s.email = ["rob@elocal.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "elocal_api_support.gemspec".freeze, "lib/elocal_api_support.rb".freeze, "lib/elocal_api_support/actions.rb".freeze, "lib/elocal_api_support/actions/create.rb".freeze, "lib/elocal_api_support/actions/destroy.rb".freeze, "lib/elocal_api_support/actions/index.rb".freeze, "lib/elocal_api_support/actions/show.rb".freeze, "lib/elocal_api_support/actions/update.rb".freeze, "lib/elocal_api_support/authorization.rb".freeze, "lib/elocal_api_support/default_authorizer.rb".freeze, "lib/elocal_api_support/enable_cors.rb".freeze, "lib/elocal_api_support/model_from_params.rb".freeze, "lib/elocal_api_support/version.rb".freeze, "spec/authorization_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/controllers.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/elocal/elocal_api_support".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Utilities for controllers when creating a JSON API".freeze s.test_files = ["spec/authorization_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/controllers.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end