pdd 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ # Check out all text files in UNIX format, with LF as end of line
2
+ # Don't change this file. If you have any ideas about it, please
3
+ # submit a separate issue about it and we'll discuss.
4
+
5
+ * text=auto eol=lf
6
+ *.java ident
7
+ *.xml ident
@@ -26,8 +26,7 @@ architect:
26
26
  - yegor256
27
27
  - davvd
28
28
  merge:
29
- commanders:
30
- - yegor256
29
+ commanders: []
31
30
  deploy:
32
31
  commanders:
33
32
  - yegor256
@@ -42,12 +42,12 @@ module PDD
42
42
  puzzles = []
43
43
  lines = File.readlines(@file)
44
44
  lines.each_with_index do |line, idx|
45
- re.match(line) do |match|
46
- begin
45
+ begin
46
+ re.match(line) do |match|
47
47
  puzzles << puzzle(lines.drop(idx + 1), match, idx)
48
- rescue Error => ex
49
- raise Error, "#{ex.message} in line ##{idx}"
50
48
  end
49
+ rescue Error => ex
50
+ raise Error, "#{ex.message} in line ##{idx} of #{@path}"
51
51
  end
52
52
  /(.*(?:^|\s))@todo\s+#([\w\-\.:\/]+)/
53
53
  end
@@ -26,5 +26,5 @@
26
26
  # Copyright:: Copyright (c) 2014 Yegor Bugayenko
27
27
  # License:: MIT
28
28
  module PDD
29
- VERSION = '0.14.2'
29
+ VERSION = '0.14.3'
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-04 00:00:00.000000000 Z
12
+ date: 2015-09-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -197,6 +197,7 @@ extra_rdoc_files:
197
197
  - LICENSE.txt
198
198
  files:
199
199
  - .coveralls.yml
200
+ - .gitattributes
200
201
  - .gitignore
201
202
  - .rubocop.yml
202
203
  - .rultor.yml