# -*- encoding: utf-8 -*-
# stub: fastentry 0.1.11 ruby lib

Gem::Specification.new do |s|
  s.name = "fastentry".freeze
  s.version = "0.1.11".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tiago Alves".freeze]
  s.date = "2019-02-28"
  s.description = "Cache management for Rails".freeze
  s.email = ["alvesjtiago@gmail.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/fastentry_manifest.js".freeze, "app/assets/images/fastentry/logo.png".freeze, "app/assets/javascripts/fastentry/application.js".freeze, "app/assets/stylesheets/fastentry/application.css".freeze, "app/assets/stylesheets/fastentry/bulma.css".freeze, "app/controllers/fastentry/application_controller.rb".freeze, "app/controllers/fastentry/cache_controller.rb".freeze, "app/controllers/fastentry/dashboard_controller.rb".freeze, "app/controllers/fastentry/stats_controller.rb".freeze, "app/helpers/fastentry/application_helper.rb".freeze, "app/jobs/fastentry/application_job.rb".freeze, "app/mailers/fastentry/application_mailer.rb".freeze, "app/models/fastentry/application_record.rb".freeze, "app/views/fastentry/cache/show.html.erb".freeze, "app/views/fastentry/dashboard/index.html.erb".freeze, "app/views/fastentry/stats/index.html.erb".freeze, "app/views/layouts/fastentry/application.html.erb".freeze, "config/routes.rb".freeze, "lib/fastentry.rb".freeze, "lib/fastentry/engine.rb".freeze, "lib/fastentry/version.rb".freeze, "lib/tasks/fastentry_tasks.rake".freeze]
  s.homepage = "https://github.com/alvesjtiago/fastentry".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Cache management for Rails".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, ["> 4.0".freeze])
  s.add_runtime_dependency(%q<awesome_print>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, ["~> 1.3.13".freeze])
end