pronto-haml 0.9.0 → 0.10.0

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
- SHA1:
3
- metadata.gz: 5b88094525912401659fe656c894c0e6e2d1a1e9
4
- data.tar.gz: 89a9c4ae414b56e200f294478752a6ceb5710c42
2
+ SHA256:
3
+ metadata.gz: f9febf62a4fea08b62e7fa1547f563e04a8cd5a785a3e099f4c7dfd83257fa11
4
+ data.tar.gz: 3b1e407ef2ed2cec997ff7ea7e04660468ffe3f6951a290080c70f87be914f73
5
5
  SHA512:
6
- metadata.gz: 287177be0b5cc2788229875ec31088594fd62973698a633f5157692c06642fd39705988a7683c7201271a6f9afc982498807bade4e3c9342e3685b31f2efd5d8
7
- data.tar.gz: ffa834df83f4a6727f46a08091948678e4eed66fd547500c80df02cde62db15912a4bb23b3a5bc2baa066d5d1888590cba81d1494b1cf292027d97aaddac8942
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
- [![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)
3
+ [![Code Climate](https://codeclimate.com/github/prontolabs/pronto-haml.png)](https://codeclimate.com/github/prontolabs/pronto-haml)
4
+ [![Build Status](https://travis-ci.org/prontolabs/pronto-haml.png)](https://travis-ci.org/prontolabs/pronto-haml)
5
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)
6
+ [![Dependency Status](https://gemnasium.com/prontolabs/pronto-haml.png)](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/mmozuras/pronto)
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
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module HamlLintVersion
3
- VERSION = '0.9.0'.freeze
3
+ VERSION = '0.10.0'.freeze
4
4
  end
5
5
  end
@@ -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.1.0'
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.9.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.9.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: 2017-04-23 00:00:00.000000000 Z
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.9.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.9.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.1.0
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
- rubyforge_project:
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