# -*- encoding: utf-8 -*-
# stub: custom_report 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "custom_report".freeze
  s.version = "0.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.6".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Your Name".freeze]
  s.date = "2013-11-26"
  s.description = "Use CustomReports to get a good quick glipse into your application data.".freeze
  s.email = ["your@email.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/custom_report/reports_controller.rb".freeze, "app/models/custom_report/report.rb".freeze, "app/models/custom_report/report_check_item.rb".freeze, "app/views/custom_report/reports/_form.html.slim".freeze, "app/views/custom_report/reports/edit.html.slim".freeze, "app/views/custom_report/reports/index.html.slim".freeze, "app/views/custom_report/reports/new.html.slim".freeze, "app/views/custom_report/reports/show.html.slim".freeze, "config/routes.rb".freeze, "custom_report.gemspec".freeze, "lib/custom_report.rb".freeze, "lib/custom_report/engine.rb".freeze, "lib/custom_report/settings.rb".freeze, "lib/custom_report/version.rb".freeze, "lib/generators/custom_report/custom_report_generator.rb".freeze, "lib/generators/custom_report/templates/migration.rb".freeze, "test/custom_report_test.rb".freeze, "test/dummy/Rakefile".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/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/20131114010848_create_custom_report_table.rb".freeze, "test/dummy/db/schema.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/public/javascripts/application.js".freeze, "test/dummy/public/javascripts/controls.js".freeze, "test/dummy/public/javascripts/dragdrop.js".freeze, "test/dummy/public/javascripts/effects.js".freeze, "test/dummy/public/javascripts/prototype.js".freeze, "test/dummy/public/javascripts/rails.js".freeze, "test/dummy/public/stylesheets/.gitkeep".freeze, "test/dummy/script/rails".freeze, "test/integration/navigation_test.rb".freeze, "test/support/integration_case.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://yourwebsite.com".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Create CustomReports to make quick customized reports.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 3.2.8".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, [">= 3.2.8".freeze])
end