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 +4 -4
- data/README.md +1 -1
- data/lib/pronto/slim/version.rb +1 -1
- data/pronto-slim.gemspec +1 -1
- metadata +2 -3
- data/config/routes.rb +0 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: daefe92d2824bf3c66381460413054e21649efc8
|
|
4
|
+
data.tar.gz: 8830fe8e38575fb55906d051006057aee8e7cf99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 800e5c34634fc03c388f8366e6df4d8d5c1fee9db8a6b93e9ccb9d72747a4d767662e0239e18d08ce45f53a36ccdb5fb402aa7f8eb0cab6b6028ae913a56c5ab
|
|
7
|
+
data.tar.gz: bf8ed5196fd24c9529103442aecd04133585b5d9fe4e826e0458d3ca3de9612ee26a6495d13d881aeece48d152c8b6aad993fe10aae300b36a361e12dbe2045e
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://codeclimate.com/repos/57a5f7834b22b0768a0002a7/feed)
|
|
4
4
|
[](https://travis-ci.org/nysthee/pronto-slim)
|
|
5
|
-
[](https://badge.fury.io/rb/pronto-slim)
|
|
6
6
|
[](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)
|
data/lib/pronto/slim/version.rb
CHANGED
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 = '>=
|
|
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.
|
|
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:
|
|
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
|
-
[](https://codeclimate.com/github/mmozuras/pronto-haml)
|
|
4
|
-
[](https://travis-ci.org/mmozuras/pronto-haml)
|
|
5
|
-
[](http://badge.fury.io/rb/pronto-haml)
|
|
6
|
-
[](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.
|