# -*- encoding: utf-8 -*- # stub: api_docs 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "api_docs".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Oleg Khabarov".freeze, "Jack Neto".freeze, "The Working Group Inc.".freeze] s.date = "2012-09-14" s.description = "Generate API documentation using integration tests in Ruby on Rails 3".freeze s.email = "jack@twg.ca".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "api_docs.gemspec".freeze, "app/assets/javascripts/api_docs.js".freeze, "app/assets/stylesheets/api_docs.css".freeze, "app/controllers/api_docs/docs_controller.rb".freeze, "app/views/api_docs/docs/_action.html.erb".freeze, "app/views/api_docs/docs/_request_params.html.erb".freeze, "app/views/api_docs/docs/index.html.erb".freeze, "config/routes.rb".freeze, "lib/api_docs.rb".freeze, "lib/api_docs/configuration.rb".freeze, "lib/api_docs/engine.rb".freeze, "lib/api_docs/test_helper.rb".freeze, "script/rails".freeze, "test/api_docs_test.rb".freeze, "test/docs_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/images/glyphicons-halflings-white.png".freeze, "test/dummy/app/assets/images/glyphicons-halflings.png".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.min.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap.min.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/mailers/.gitkeep".freeze, "test/dummy/app/models/.gitkeep".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/lib/assets/.gitkeep".freeze, "test/dummy/log/.gitkeep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/test_helper.rb".freeze, "test/test_helper_test.rb".freeze] s.homepage = "http://github.com/twg/api_docs".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Generate API documentation using integration tests in Ruby on Rails 3".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end