dir_glob_ignore 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: c187778eb8d46752513894cbd924cecad89e7127
4
- data.tar.gz: 5bbf53c5e6cc6052032e07c8e518d0c5e53e6995
3
+ metadata.gz: 59f6e0762503ccdb5cb8d469b478d1c3b90bb649
4
+ data.tar.gz: 8858c71953e0bd37cf8cf6df55c458a3041d07cc
5
5
  SHA512:
6
- metadata.gz: e98faea1ee9df484070a00f6304dac1e32e9cbe7fa8413b045a2c71133d9612a88df4d25890dcbdb191e947f33aded068efb7bf4ab098600451cf845d97534b5
7
- data.tar.gz: b7b130a4a385a030b947862ba6c27f53ae7d9e45cd3d5bc7b1f00c7bf4d73b78fd55324b1420ba5797dddd4f887709d56b8c8e73e8fd3e4e50531728817adefc
6
+ metadata.gz: 780257e567922428c89887c77f614a4cd0bbb4db1afc1fa84abc42f4faf1fb3e6846d99558686835b254ae7773899ecf983de4d285bddc15f0de6558b1e5644c
7
+ data.tar.gz: b7110afe8f51c0a841c1ac548d853c48a515c71293327dd3279d75fa7bb9026a72661a5b1349cadf336ca31f1310cd92626bc9d1d6ad3ea72a164a7ec2a5b3ae
data/README.md CHANGED
@@ -36,6 +36,14 @@ Dir.glob_with_ignore_file '.my_ignore_file', '/a/root/directory', *standard_glob
36
36
  for the glob function but actually defines where to search ignore files.
37
37
  * Then the remaining parameters are identical to the ones you could pass to `Dir::glob`
38
38
 
39
+ ## Ignore files format
40
+
41
+ The format is really simple, inspired by `.gitignore` file format (except you can't specify
42
+ "_positive_" exceptions with "!").
43
+
44
+ You can specify comment lines with "#". Blank lines are ignored.
45
+
46
+ Patterns are actually any `Dir::glob` valid pattern
39
47
 
40
48
  ## Contributing
41
49
 
@@ -1,3 +1,3 @@
1
1
  module DirGlobIgnore
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dir_glob_ignore
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
  - Laurent B.