messages_dictionary.gemspec in messages_dictionary-0.1.1 vs messages_dictionary.gemspec in messages_dictionary-0.1.2
- old
+ new
@@ -4,10 +4,10 @@
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 messages in a simple-key value format and fetch whenever you need. Classes can have different messages and apply different fetching logic. Messages also support interpolation.}
+ 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")
\ No newline at end of file