# -*- encoding: utf-8 -*-
# stub: locomotivecms_common 0.5.0 ruby lib

Gem::Specification.new do |s|
  s.name = "locomotivecms_common".freeze
  s.version = "0.5.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 = ["Didier Lafforgue".freeze, "Arnaud Sellenet".freeze, "Joel Azemar".freeze]
  s.date = "2023-03-01"
  s.description = "The LocomotiveCMS Common is a shared libraries package".freeze
  s.email = ["didier@nocoffee.fr".freeze, "arnaud@sellenet.fr".freeze, "joel.azemar@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/locomotive/common.rb".freeze, "lib/locomotive/common/attr_extras_ext.rb".freeze, "lib/locomotive/common/configuration.rb".freeze, "lib/locomotive/common/core_ext.rb".freeze, "lib/locomotive/common/core_ext/boolean/false.rb".freeze, "lib/locomotive/common/core_ext/boolean/true.rb".freeze, "lib/locomotive/common/core_ext/hash.rb".freeze, "lib/locomotive/common/core_ext/kernel.rb".freeze, "lib/locomotive/common/core_ext/string.rb".freeze, "lib/locomotive/common/exception.rb".freeze, "lib/locomotive/common/logger.rb".freeze, "lib/locomotive/common/notifier.rb".freeze, "lib/locomotive/common/plugins/notifier.rb".freeze, "lib/locomotive/common/version.rb".freeze, "locomotivecms_common.gemspec".freeze, "spec/locomotive/exception_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/attr_extras_ext_spec.rb".freeze, "spec/unit/core_ext/string_spec.rb".freeze]
  s.homepage = "https://github.com/locomotivecms/common".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "The LocomotiveCMS Common is a shared libraries package for all LocomotiveCMS dependencies".freeze
  s.test_files = ["spec/locomotive/exception_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/attr_extras_ext_spec.rb".freeze, "spec/unit/core_ext/string_spec.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.1".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 5".freeze])
  s.add_runtime_dependency(%q<attr_extras>.freeze, ["~> 7.1.0".freeze])
  s.add_runtime_dependency(%q<colorize>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<stringex>.freeze, ["~> 2.8.5".freeze])
end