Sha256: 028f1f14a7c4e446eabbd602ed6f9faf5f6378effba8368bb9aecf580e81bd74

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

require File.expand_path("../lib/messages_dictionary/version", __FILE__)

Gem::Specification.new do |spec|
  spec.name             = "messages_dictionary"
  spec.version          = MessagesDictionary::VERSION
  spec.authors          = ["Ilya Bodrov", "anilika"]
  spec.email            = ["golosizpru@gmail.com"]
  spec.summary          = %q{Store your messages anywhere and fetch them anytime.}
  spec.description      = %q{This gem allows you to store some text in a simple-key value format and fetch it whenever you need from your methods. Various classes may have different messages attached and apply different fetching logic. Messages also support interpolation and can be stored in separate YAML files.}
  spec.homepage         = "https://github.com/bodrovis-learning/messages_dictionary"
  spec.license          = "MIT"
  spec.platform         = Gem::Platform::RUBY

  spec.files            = `git ls-files`.split("\n")
  spec.test_files       = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.extra_rdoc_files = ["README.md"]
  spec.require_paths    = ["lib"]

  spec.add_dependency 'hashie', '~> 3.4'

  spec.add_development_dependency "rake", "~> 11.1"
  spec.add_development_dependency "rspec", "~> 3.4"
  spec.add_development_dependency "codeclimate-test-reporter", "~> 0.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
messages_dictionary-0.1.2 messages_dictionary.gemspec