rubocop-sketchup 0.1.2 → 0.1.3

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: c7bdbf56a39313b3e16037653e851e0c9b6f8d2f
4
- data.tar.gz: 7c34f18886e6b7f7777ee5784eab4a062590cdf6
3
+ metadata.gz: 5f6b026af2bc3a045800aef89b725a497ab4405a
4
+ data.tar.gz: 06d4512df6a0b90decce2f8f7ac3839db412f0ea
5
5
  SHA512:
6
- metadata.gz: e5ee87d513ce615962d96e058cafedf27ad25f90582458ddcbd9c3980f34662e55fc2f396f98dfdcb92d23601157b9db12a511ee0332bf03f60eb9e790917175
7
- data.tar.gz: 6b925fa84bf64be03f46c3415e0fcf5a553dba13a4866263e816589444cc060f06d660f8c8ad194bb26caa125740a77000ae9347b79c8bc751c394004dffa8e4
6
+ metadata.gz: 76a669226336d2b50be236ed55409b2652298c1a777246f5c902565a9547cce7c0e35599f28187dbd8c9f852c9dc1b9e8aa9b0a3a0bfbf0a77cbd8f61704f0be
7
+ data.tar.gz: acb79e992e26e9c076803619ee3e275325c23002783cb4fd3c2aa3efabf6500dca31dd9c90a0169f711cd34127b5f4732748fd7d7452d14742908374c3ad6670
@@ -68,7 +68,7 @@ module RuboCop
68
68
  ]
69
69
 
70
70
  def titleize(string)
71
- string = string.tr('_', ' ')
71
+ string = string.gsub(/[_.]/, ' ')
72
72
  words = string.split.map { |word|
73
73
  if TITLEIZE_EXCLUDE.include?(word)
74
74
  word
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module SketchUp
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-sketchup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trimble Inc, SketchUp Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-29 00:00:00.000000000 Z
11
+ date: 2017-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop