# -*- encoding: utf-8 -*- # stub: books 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "books".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["ZhangJian".freeze] s.date = "2013-01-26" s.description = "Read and upload e-books. Distributed as Rails mountable engine".freeze s.email = ["zj137@163.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/books/application.js".freeze, "app/assets/stylesheets/books/application.css".freeze, "app/controllers/books/application_controller.rb".freeze, "app/helpers/books/application_helper.rb".freeze, "app/views/layouts/books/application.html.erb".freeze, "config/routes.rb".freeze, "lib/books.rb".freeze, "lib/books/engine.rb".freeze, "lib/books/version.rb".freeze, "lib/tasks/books_tasks.rake".freeze, "test/books_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".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/database.yml".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/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/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://zhangjian.mystory.cc/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Read and upload e-books. Distributed as Rails mountable engine".freeze s.test_files = ["test/dummy/config.ru".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/script/rails".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/controllers/application_controller.rb".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/test_helper.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/books_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.11".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end