habluhablu 0.2.1 → 0.2.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/habluhablu.gemspec +1 -1
- data/lib/habluhablu/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c80daead86056b1a6724c537e118ad605f6202d6ac623b8c2835f877b82a07f
|
|
4
|
+
data.tar.gz: b415fa528ebadece33e6d308497c507cdb26b64166f4afa4d71eca0a1dedc1c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c42233df3f6c074b4cc143a078a1c751e355fc0e4e3304d1510417d5434f19a547b0cf42d91e9719f3fd9fe800bc6d39d1e7a319493f99cd9dd628d1679b3ac6
|
|
7
|
+
data.tar.gz: 7877869628c0e9bdaf6c328861738b942b4acd2d92b291372714609cc10142fdb8941e2532a655dc865cb0df3c4e2243f22c1d6d84abe6066e761f9a5c6ec183
|
data/Gemfile.lock
CHANGED
data/habluhablu.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["patrick.gramatowski@gmail.com"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "HabluHablu makes it easier to use I18n."
|
|
12
|
-
spec.description = "
|
|
12
|
+
spec.description = "Generate language file (for I18n) with translations of the most useful phrases."
|
|
13
13
|
spec.homepage = "https://github.com/patrickgramatowski/habluhablu_gem"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
|
data/lib/habluhablu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: habluhablu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrick Gramatowski
|
|
@@ -10,8 +10,8 @@ bindir: exe
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2021-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
|
|
13
|
+
description: Generate language file (for I18n) with translations of the most useful
|
|
14
|
+
phrases.
|
|
15
15
|
email:
|
|
16
16
|
- patrick.gramatowski@gmail.com
|
|
17
17
|
executables:
|