localio 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 540f6dc0ecdf7b06651818a6d9a954a68108c2de
4
- data.tar.gz: c3c81e794cf70ecdadbaf31c2a66d1bdc002da8e
3
+ metadata.gz: 6e33f6b868c98b4f6ce507da0a27b00bc76d477d
4
+ data.tar.gz: 4f583d6c0baa0332736c5cdc236739698df3f3a9
5
5
  SHA512:
6
- metadata.gz: 3e3160c96af5755ceae63bad27328243445b111986612089a6fece86bb06add60fbb6a1b7bfed258f2659294de1f2f21dbdb53aa07c2269ef03873a144fdb1a4
7
- data.tar.gz: 0cb0946fba47cff7026cbc06765d0b9d472c9394e9eedf7eb39a66a1f0a855c88bce4963ced6a0032b2ac6588065774e21032f9f7c9ebe46c5747e33dedc4ea9
6
+ metadata.gz: 138f8b6e52928fd42da110b3ca5ddf98088b29d042c389da024f75e64bca28720fd4a80007c4a094785fda635b30d5fcef7e272e37832bd17c0e8b5103b9893c
7
+ data.tar.gz: c3f96c5fb77d05fd6a92986b07424524c0458f23b060d869b7ef1e8f4bf4309d731ab29e32f1b256ae0897ce66ef2a52120bdeb12ed272545032f74335fc75fc
@@ -10,7 +10,7 @@ module Formatter
10
10
  when :none
11
11
  key
12
12
  when :camel_case
13
- key.camel_case
13
+ key.space_to_underscore.strip_tag.camel_case
14
14
  when :snake_case
15
15
  key.space_to_underscore.strip_tag.downcase
16
16
  else
@@ -1,3 +1,3 @@
1
1
  module Localio
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nacho Lopez