gitattributes 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gitattributes.gemspec +1 -1
- data/lib/reality/git/attributes.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dc92733e0082ca268d4b9f6abc03e5c8f33cd14
|
4
|
+
data.tar.gz: e2c35f9ec4cebfb13a27d53c56ee2790093bdd91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9cc69a1152dc647d27a5717ba1bc025a1c954e4d557b93b43200b08d6a9f31480af96ca8361a1fc93a4e437353cf9c95a9ddf1c869cf602c9381ec3328a7808
|
7
|
+
data.tar.gz: b32cc7ac4ab3d2c7cfd3ac508df6f497e7c5cb2bb7a05f4924b58abcaefbf2a8a1e6d3311a430c6f8827449e05b25b485fd82205d0adf8bd0b35c0d11728fc17
|
data/gitattributes.gemspec
CHANGED
@@ -24,7 +24,7 @@ module Reality #nodoc
|
|
24
24
|
def parse(repository_path, attributes_file = nil, relative_path = nil)
|
25
25
|
path = File.expand_path(repository_path)
|
26
26
|
attributes_file ||= "#{path}/.gitattributes"
|
27
|
-
rules = File.exist?(attributes_file) ? Reality::Git::AttributesParser.parse_file(attributes_file) :
|
27
|
+
rules = File.exist?(attributes_file) ? Reality::Git::AttributesParser.parse_file(attributes_file) : []
|
28
28
|
Attributes.new(repository_path, attributes_file, relative_path, rules)
|
29
29
|
end
|
30
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitattributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Donald
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|