pronto-clang_format 0.9.0 → 0.9.1

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
  SHA256:
3
- metadata.gz: 49f3c645df42fafe96470903b922f1f9cbaf902183cdea14649a0c00ddd48999
4
- data.tar.gz: 986aadc6c598c278c0c31102092b96d4b68002ade949fef885836be9e4f9fd4d
3
+ metadata.gz: 113f37ff841e4daae23d1c36d03f5a1c57fae59cfa7dce988c866be1b432d1a0
4
+ data.tar.gz: 787444d48380127b3098a72553497330736f6df17626e9ca5ff4337546f9833f
5
5
  SHA512:
6
- metadata.gz: 59cc1f84ddaea0c4d4238af82912853c3b96adfe94f5e8b198edacfb63546d47a1241c1fdb5994597aad82930559ec34bd8d9dc5de5b5f3f7a8870674545a21a
7
- data.tar.gz: 52fa9526d57234ee6ed2a146360c2bc2d7ce2a759064cd6718ea7713446391aa6fd6eee8825bf0d770ef27226ce127966050082e50b85aadc35eff3b3ac39600
6
+ metadata.gz: 91ff6d2824e5ff6e73461fbd85e16cbadf8beceb2a2470a6a74db78115d1caac36627aaa3ae597e50ca3120dbbcfe5b9a0af98d567729ba97ae568ee7320b056
7
+ data.tar.gz: 4f1184742b0700f70653b0f08af2c76bb802aeb4cfa8d4de1c4680b2c05f454171d7fa312520c7167c254368965e28fcdf5f35e04777daf552d270c5116a2445
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Code Climate](https://codeclimate.com/github/micjabbour/pronto-clang_format.png)](https://codeclimate.com/github/micjabbour/pronto-clang_format)
4
4
  [![Build Status](https://travis-ci.org/micjabbour/pronto-clang_format.png)](https://travis-ci.org/micjabbour/pronto-clang_format)
5
5
  [![Gem Version](https://badge.fury.io/rb/pronto-clang_format.png)](http://badge.fury.io/rb/pronto-clang_format)
6
- [![Dependency Status](https://gemnasium.com/micjabbour/pronto-clang_format.png)](https://gemnasium.com/micjabbour/pronto-clang_format)
7
6
 
8
7
  Pronto runner for [clang-format](https://clang.llvm.org/docs/ClangFormat.html), a tool to reformat C/C++/Java/JavaScript/Objective-C/Protobuf code according to configurable style guidelines. [What is Pronto?](https://github.com/prontolabs/pronto)
9
8
 
@@ -7,8 +7,8 @@ module Pronto
7
7
  class Factory
8
8
  def self.create_categorizers
9
9
  IncludesOrderCategorizer.new UsingOrderCategorizer.new \
10
- UnnecessaryNewlineCategorizer.new IndentationCategorizer.new \
11
- MissingNewlineCategorizer.new TrailingWhitespaceCategorizer.new
10
+ UnnecessaryNewlineCategorizer.new TrailingWhitespaceCategorizer.new \
11
+ IndentationCategorizer.new MissingNewlineCategorizer.new
12
12
  end
13
13
  end
14
14
  end
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module ClangFormat
3
- VERSION = '0.9.0'.freeze
3
+ VERSION = '0.9.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-clang_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Jabbour
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-13 00:00:00.000000000 Z
11
+ date: 2018-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto