guard 2.18.0 → 2.19.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
2
  SHA256:
3
- metadata.gz: 9bc4f16fcb5313bd7482ee1968c9292198956a24f44d0a20622313ef50ea840f
4
- data.tar.gz: 86448d1f2f36026d02dab3da8d0ba6ed1a9fcc0219708ed2f61e1e9a857e60bd
3
+ metadata.gz: 3814e849126e4cbdad5e08495460f65ca747f7e8e7c32eec1482f4b4ed9b0be1
4
+ data.tar.gz: 4b9e81e6b0cda650ead4bb701bbfb736e57174d9d655682a3fbaee7b2b0d5c90
5
5
  SHA512:
6
- metadata.gz: 2ad2f478c89e07aca1e113acffc7efcf556818962186b0b853353eb1e32470e821d43b3d5aab7c3313c5028ce717b05a78c5e394db67a60d0f7251c3e56ca19a
7
- data.tar.gz: 7f2565eded7d35d4b143c164600c3e8f606f15cf307890455cdadd5dd980820faa3967f4fb30e620fbce85f92ce7c1dbe4163460eb77074f5a5137c21325ec01
6
+ metadata.gz: 9a05bbfccacd17fdae7b63b9861f41c24c00d4c6f8b5fe5f858ee2fcb02829ce5b6868f32bb4183664e23fd1d04d1da584a582434cb78486630f53162cfa3472
7
+ data.tar.gz: c01bc3c2ddd2c02d56feafbf297fc48e71bd62186006f12b2664f62a60d10063a613cb9b49206f19f4b25b9f8c2be15e749a4b62f2cbda0cdda2a770d6ee15f4
data/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  :exclamation: Guard is currently accepting more maintainers. Please [read this](https://github.com/guard/guard/wiki/Maintainers) if you're interested in joining the team.
10
10
 
11
- [![Gem Version](https://img.shields.io/gem/v/guard.svg?style=flat)](https://rubygems.org/gems/guard) [![Build Status](https://travis-ci.org/guard/guard.svg?branch=master)](https://travis-ci.org/guard/guard) [![Code Climate](https://codeclimate.com/github/guard/guard/badges/gpa.svg)](https://codeclimate.com/github/guard/guard) [![Test Coverage](https://codeclimate.com/github/guard/guard/badges/coverage.svg)](https://codeclimate.com/github/guard/guard) [![Inline docs](http://inch-ci.org/github/guard/guard.svg)](http://inch-ci.org/github/guard/guard) [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
11
+ [![Gem Version](https://img.shields.io/gem/v/guard.svg?style=flat)](https://rubygems.org/gems/guard) [![Build Status](https://app.travis-ci.com/guard/guard.svg?branch=master)](https://app.travis-ci.com/guard/guard) [![Code Climate](https://codeclimate.com/github/guard/guard/badges/gpa.svg)](https://codeclimate.com/github/guard/guard) [![Test Coverage](https://codeclimate.com/github/guard/guard/badges/coverage.svg)](https://codeclimate.com/github/guard/guard) [![Inline docs](http://inch-ci.org/github/guard/guard.svg)](http://inch-ci.org/github/guard/guard) [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
12
12
 
13
13
  <img src="http://f.cl.ly/items/0A0M3W2x3I1P450z341U/guard-Icon.png" alt="Guard Icon" align="right" />
14
14
  Guard automates various tasks by running custom rules whenever file or directories are modified.
@@ -6,7 +6,6 @@ require "guard/notifier"
6
6
  require "guard"
7
7
 
8
8
  require "set"
9
- require "ostruct"
10
9
 
11
10
  module Guard
12
11
  # The DslDescriber evaluates the Guardfile and creates an internal structure
data/lib/guard/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Guard
2
- VERSION = "2.18.0"
2
+ VERSION = "2.19.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.18.0
4
+ version: 2.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -215,11 +215,11 @@ files:
215
215
  - lib/tasks/releaser.rb
216
216
  - man/guard.1
217
217
  - man/guard.1.html
218
- homepage: http://guardgem.org
218
+ homepage: https://guard.github.io/guard/
219
219
  licenses:
220
220
  - MIT
221
221
  metadata: {}
222
- post_install_message:
222
+ post_install_message:
223
223
  rdoc_options: []
224
224
  require_paths:
225
225
  - lib
@@ -234,8 +234,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  - !ruby/object:Gem::Version
235
235
  version: '0'
236
236
  requirements: []
237
- rubygems_version: 3.1.4
238
- signing_key:
237
+ rubygems_version: 3.5.22
238
+ signing_key:
239
239
  specification_version: 4
240
240
  summary: Guard keeps an eye on your file modifications
241
241
  test_files: []