# -*- encoding: utf-8 -*-
# stub: cert_file_maker 0.0.6 ruby lib

Gem::Specification.new do |s|
  s.name = "cert_file_maker".freeze
  s.version = "0.0.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Bernardo Galindo".freeze]
  s.date = "2019-04-04"
  s.description = "Railties app to generate certification files".freeze
  s.email = "bernardo466@gmail.com".freeze
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "cert_file_maker.gemspec".freeze, "lib/cert_file_maker.rb".freeze, "lib/cert_file_maker/railtie.rb".freeze, "lib/generator.rb".freeze, "lib/version.rb".freeze, "test/cert_file_maker_test.rb".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/config/manifest.js".freeze, "test/rails_app/app/assets/images/.keep".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/javascripts/cable.js".freeze, "test/rails_app/app/assets/javascripts/channels/.keep".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/channels/application_cable/channel.rb".freeze, "test/rails_app/app/channels/application_cable/connection.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/concerns/.keep".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/jobs/application_job.rb".freeze, "test/rails_app/app/mailers/application_mailer.rb".freeze, "test/rails_app/app/models/application_record.rb".freeze, "test/rails_app/app/models/concerns/.keep".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/app/views/layouts/mailer.html.erb".freeze, "test/rails_app/app/views/layouts/mailer.text.erb".freeze, "test/rails_app/bin/bundle".freeze, "test/rails_app/bin/rails".freeze, "test/rails_app/bin/rake".freeze, "test/rails_app/bin/setup".freeze, "test/rails_app/bin/spring".freeze, "test/rails_app/bin/update".freeze, "test/rails_app/bin/yarn".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/cable.yml".freeze, "test/rails_app/config/cert_file_maker.yml".freeze, "test/rails_app/config/credentials.yml.enc".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/application_controller_renderer.rb".freeze, "test/rails_app/config/initializers/assets.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/content_security_policy.rb".freeze, "test/rails_app/config/initializers/cookies_serializer.rb".freeze, "test/rails_app/config/initializers/filter_parameter_logging.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/puma.rb".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/config/spring.rb".freeze, "test/rails_app/config/storage.yml".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.keep".freeze, "test/rails_app/lib/tasks/.keep".freeze, "test/rails_app/log/development.log".freeze, "test/rails_app/log/test.log".freeze, "test/rails_app/package.json".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/apple-touch-icon-precomposed.png".freeze, "test/rails_app/public/apple-touch-icon.png".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/tmp/development_secret.txt".freeze, "test/rails_cert_file_maker_test.rb".freeze, "test/test_helper.rb".freeze]
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Generate certification file".freeze
end