messages_dictionary 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 006a1d75edd683d26bb9ffae6490e2820fc764d0
4
- data.tar.gz: 53fac182dd60a6e5ed9fba049e540ab0e8c8546a
3
+ metadata.gz: ebe47f43f8efc97142c47dd90914473300dc67a9
4
+ data.tar.gz: e166c0f7f26166ab4ba09b3fd9154566b8d56293
5
5
  SHA512:
6
- metadata.gz: 6fc44f71ab01840fbf419cf8b5f98dee6738e482d80454e4c81e43bc7f4740481f7d30bb8d7d0fecd7c0875d165895ddd158eea9ca34537be29c4c029c9bbc48
7
- data.tar.gz: 7febb682b3f7b49f18a86b20da043fe1cfa5f7f840f9e5fa9e053d9eb22a47c7619c3dde4fd3eaad827c03a42dfb7f3b864f380d931f4707ad440f404076cf0e
6
+ metadata.gz: 0d8d60001e636a0b91cb2f1f3bd9667b73f3dfec43a16b2c62c7575cc9290c8899b0d9d8bd28ab7e72c000b48eee6dc6f10bd9bef3de46e6cf755d1980358b97
7
+ data.tar.gz: 194c1dbc635ffe0cae0fca825a091072fd5420216b045c15b4deb4c2252e3b8f43877311a89e3d6bd3711eb1a7425da852b380be099d1bf2f2493fdedb84f0df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- messages_dictionary (0.1.1)
4
+ messages_dictionary (0.1.2)
5
5
  hashie (~> 3.4)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module MessagesDictionary
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Ilya Bodrov", "anilika"]
7
7
  spec.email = ["golosizpru@gmail.com"]
8
8
  spec.summary = %q{Store your messages anywhere and fetch them anytime.}
9
- 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.}
9
+ 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.}
10
10
  spec.homepage = "https://github.com/bodrovis-learning/messages_dictionary"
11
11
  spec.license = "MIT"
12
12
  spec.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: messages_dictionary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Bodrov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-09 00:00:00.000000000 Z
12
+ date: 2016-04-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -67,9 +67,10 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0.5'
70
- description: This gem allows you to store messages in a simple-key value format and
71
- fetch whenever you need. Classes can have different messages and apply different
72
- fetching logic. Messages also support interpolation.
70
+ description: This gem allows you to store some text in a simple-key value format and
71
+ fetch it whenever you need from your methods. Various classes may have different
72
+ messages attached and apply different fetching logic. Messages also support interpolation
73
+ and can be stored in separate YAML files.
73
74
  email:
74
75
  - golosizpru@gmail.com
75
76
  executables: []