# -*- encoding: utf-8 -*- # stub: crystal_flash_messages 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "crystal_flash_messages".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christophe Maximin".freeze] s.date = "2018-11-21" s.email = "christophe.maximin@gmail.com".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "crystal_flash_messages.gemspec".freeze, "lib/crystal_flash_messages.rb".freeze, "lib/crystal_flash_messages/configuration.rb".freeze, "lib/crystal_flash_messages/helpers.rb".freeze, "lib/crystal_flash_messages/railtie.rb".freeze, "lib/crystal_flash_messages/version.rb".freeze, "spec/model_error_messages/configuration_spec.rb".freeze, "spec/model_error_messages/helpers_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/christophemaximin/crystal_flash_messages".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple Rails view helper which displays one or more HTML `div`s with the `flash` messages.".freeze s.test_files = ["spec/model_error_messages/configuration_spec.rb".freeze, "spec/model_error_messages/helpers_spec.rb".freeze, "spec/spec_helper.rb".freeze] end