jazz_fingers 5.2.1 → 5.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jazz_fingers/configuration.rb +2 -2
- data/lib/jazz_fingers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23ec179734e2fa4ef28b3352075a7c54557f406907fb287818e5df935865dccf
|
4
|
+
data.tar.gz: a2d70183f7ab4d41f952d2b325ddab9b1bd4ebf52b398626def3c7d60f3dec69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86bd06b63b658828bfcf6f27986a0c89e5419bee9cf31a42b38d8d8c3135e9bdff0e0a224fce62d96da1ff49aff05c2490403228d5953b830e107e9506c83036
|
7
|
+
data.tar.gz: 2d3e975c8686f6b1936f3501a60a10e429fcee142cb48672797385f5b673039f6dd8edbeb34fe3e490ff4ea8122186844369e3b8fc2dd82485569de736c400f4
|
@@ -45,9 +45,9 @@ module JazzFingers
|
|
45
45
|
application_class = Rails.application.class
|
46
46
|
|
47
47
|
if application_class.respond_to?(:module_parent_name)
|
48
|
-
application_class.module_parent_name.underscore
|
48
|
+
return application_class.module_parent_name.underscore
|
49
49
|
else
|
50
|
-
application_class.parent_name.underscore
|
50
|
+
return application_class.parent_name.underscore
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
data/lib/jazz_fingers/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jazz_fingers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paulo Henrique Lopes Ribeiro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|