messages_dictionary 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/messages_dictionary/version.rb +1 -1
- data/messages_dictionary.gemspec +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebe47f43f8efc97142c47dd90914473300dc67a9
|
|
4
|
+
data.tar.gz: e166c0f7f26166ab4ba09b3fd9154566b8d56293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d8d60001e636a0b91cb2f1f3bd9667b73f3dfec43a16b2c62c7575cc9290c8899b0d9d8bd28ab7e72c000b48eee6dc6f10bd9bef3de46e6cf755d1980358b97
|
|
7
|
+
data.tar.gz: 194c1dbc635ffe0cae0fca825a091072fd5420216b045c15b4deb4c2252e3b8f43877311a89e3d6bd3711eb1a7425da852b380be099d1bf2f2493fdedb84f0df
|
data/Gemfile.lock
CHANGED
data/messages_dictionary.gemspec
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
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
|
|
71
|
-
fetch whenever you need
|
|
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: []
|