pronto-slim 0.1.0 → 0.1.1

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: cf4171183e9f606ac12d29054166228ab91c33bf
4
- data.tar.gz: 22937aef13c3cf9f4c13aad2da023bf8979e8404
3
+ metadata.gz: daefe92d2824bf3c66381460413054e21649efc8
4
+ data.tar.gz: 8830fe8e38575fb55906d051006057aee8e7cf99
5
5
  SHA512:
6
- metadata.gz: f4339025a774a2cfa08f2e017ad9684d9626b09de8de6980927b8ca2d3effdf7a86e09c39e34e097ae70b8d06b21ec122a28f04292360caeac985198c69e7f48
7
- data.tar.gz: 499178cab1afe5fa6ac1b8cd92b2fdb9e1ccd1bbec59c65527551cda42e67a7ead13afca201cf51f9ac8929a38df142b776ddd92d24efe52ad720db0ec3076a9
6
+ metadata.gz: 800e5c34634fc03c388f8366e6df4d8d5c1fee9db8a6b93e9ccb9d72747a4d767662e0239e18d08ce45f53a36ccdb5fb402aa7f8eb0cab6b6028ae913a56c5ab
7
+ data.tar.gz: bf8ed5196fd24c9529103442aecd04133585b5d9fe4e826e0458d3ca3de9612ee26a6495d13d881aeece48d152c8b6aad993fe10aae300b36a361e12dbe2045e
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/repos/57a5f7834b22b0768a0002a7/badges/1af5cf4491504f26b8c5/gpa.svg)](https://codeclimate.com/repos/57a5f7834b22b0768a0002a7/feed)
4
4
  [![Build Status](https://travis-ci.org/nysthee/pronto-slim.svg?branch=master)](https://travis-ci.org/nysthee/pronto-slim)
5
- [![Gem Version](https://badge.fury.io/rb/pronto-haml.png)](http://badge.fury.io/rb/pronto-haml)
5
+ [![Gem Version](https://badge.fury.io/rb/pronto-slim.svg)](https://badge.fury.io/rb/pronto-slim)
6
6
  [![Dependency Status](https://gemnasium.com/badges/github.com/nysthee/pronto-slim.svg)](https://gemnasium.com/github.com/nysthee/pronto-slim)
7
7
 
8
8
  Pronto runner for [SLIM-Lint](https://github.com/sds/slim-lint), tool for writing clean and consistent SLIM. [What is Pronto?](https://github.com/mmozuras/pronto)
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module SlimLintVersion
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
5
5
  end
data/pronto-slim.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.summary = 'Pronto runner for SLIM-Lint, tool for writing clean and consistent SLIM'
14
14
 
15
15
  s.licenses = ['MIT']
16
- s.required_ruby_version = '>= 1.9.3'
16
+ s.required_ruby_version = '>= 2.0.0'
17
17
  s.rubygems_version = '1.8.23'
18
18
 
19
19
  s.files = `git ls-files`.split($RS).reject do |file|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-slim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Nys
@@ -93,7 +93,6 @@ files:
93
93
  - README.md
94
94
  - bin/console
95
95
  - bin/setup
96
- - config/routes.rb
97
96
  - lib/pronto/slim.rb
98
97
  - lib/pronto/slim/version.rb
99
98
  - pronto-slim.gemspec
@@ -109,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
108
  requirements:
110
109
  - - ">="
111
110
  - !ruby/object:Gem::Version
112
- version: 1.9.3
111
+ version: 2.0.0
113
112
  required_rubygems_version: !ruby/object:Gem::Requirement
114
113
  requirements:
115
114
  - - ">="
data/config/routes.rb DELETED
@@ -1,12 +0,0 @@
1
- SLIM-Lint
2
-
3
- [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-haml.png)](https://codeclimate.com/github/mmozuras/pronto-haml)
4
- [![Build Status](https://travis-ci.org/mmozuras/pronto-haml.png)](https://travis-ci.org/mmozuras/pronto-haml)
5
- [![Gem Version](https://badge.fury.io/rb/pronto-haml.png)](http://badge.fury.io/rb/pronto-haml)
6
- [![Dependency Status](https://gemnasium.com/mmozuras/pronto-haml.png)](https://gemnasium.com/mmozuras/pronto-haml)
7
-
8
- Pronto runner for [SLIM-Lint](https://github.com/sds/slim-lint), tool for writing clean and consistent SLIM. [What is Pronto?](https://github.com/mmozuras/pronto)
9
-
10
- ## Configuration
11
- #
12
- #Configuring SLIM-Lint via .slim-lint.yml will work just fine with pronto-slim.