pronto-haml 0.9.0 → 0.10.0
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 +5 -5
- data/README.md +4 -4
- data/lib/pronto/haml/version.rb +1 -1
- data/pronto-haml.gemspec +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: f9febf62a4fea08b62e7fa1547f563e04a8cd5a785a3e099f4c7dfd83257fa11
|
|
4
|
+
data.tar.gz: 3b1e407ef2ed2cec997ff7ea7e04660468ffe3f6951a290080c70f87be914f73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8b4b75e2f7684701856572614f13b830dfe2ceb6b3ceed4cd9ade8f9708082b4202be4fb723189e504d586544fe9a0b55c74d7ca9257d08c46863ad3f6250cc
|
|
7
|
+
data.tar.gz: c297dab43cea4ccf8ec15cd73ecde2183a3908844c21c364facf86ce67e14e8f4307ce446df29dde328a4e2fd6fc980b2604d7852204986daae6a64add23698d
|
data/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Pronto runner for HAML-Lint
|
|
2
2
|
|
|
3
|
-
[](https://codeclimate.com/github/prontolabs/pronto-haml)
|
|
4
|
+
[](https://travis-ci.org/prontolabs/pronto-haml)
|
|
5
5
|
[](http://badge.fury.io/rb/pronto-haml)
|
|
6
|
-
[](https://gemnasium.com/prontolabs/pronto-haml)
|
|
7
7
|
|
|
8
|
-
Pronto runner for [HAML-Lint](https://github.com/brigade/haml-lint), tool for writing clean and consistent HAML. [What is Pronto?](https://github.com/
|
|
8
|
+
Pronto runner for [HAML-Lint](https://github.com/brigade/haml-lint), tool for writing clean and consistent HAML. [What is Pronto?](https://github.com/prontolabs/pronto)
|
|
9
9
|
|
|
10
10
|
## Configuration
|
|
11
11
|
|
data/lib/pronto/haml/version.rb
CHANGED
data/pronto-haml.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
EOF
|
|
17
17
|
|
|
18
18
|
s.licenses = ['MIT']
|
|
19
|
-
s.required_ruby_version = '>= 2.
|
|
19
|
+
s.required_ruby_version = '>= 2.3.0'
|
|
20
20
|
s.rubygems_version = '1.8.23'
|
|
21
21
|
|
|
22
22
|
s.files = `git ls-files`.split($RS).reject do |file|
|
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
|
34
34
|
s.extra_rdoc_files = ['LICENSE', 'README.md']
|
|
35
35
|
s.require_paths = ['lib']
|
|
36
36
|
|
|
37
|
-
s.add_runtime_dependency('pronto', '~> 0.
|
|
37
|
+
s.add_runtime_dependency('pronto', '~> 0.10.0')
|
|
38
38
|
s.add_runtime_dependency('haml_lint', '~> 0.23')
|
|
39
39
|
s.add_development_dependency('rake', '~> 12.0')
|
|
40
40
|
s.add_development_dependency('rspec', '~> 3.4')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pronto-haml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mindaugas Mozūras
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pronto
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.10.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.10.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: haml_lint
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -105,15 +105,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
requirements:
|
|
106
106
|
- - ">="
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: 2.
|
|
108
|
+
version: 2.3.0
|
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
requirements:
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: '0'
|
|
114
114
|
requirements: []
|
|
115
|
-
|
|
116
|
-
rubygems_version: 2.6.10
|
|
115
|
+
rubygems_version: 3.0.1
|
|
117
116
|
signing_key:
|
|
118
117
|
specification_version: 4
|
|
119
118
|
summary: Pronto runner for HAML-Lint, tool for writing clean and consistent HAML
|