olek-libcraigscrape 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/bin/craigwatch +2 -1
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -11,7 +11,7 @@ include FileUtils
|
|
|
11
11
|
RbConfig = Config unless defined? RbConfig
|
|
12
12
|
|
|
13
13
|
NAME = "olek-libcraigscrape"
|
|
14
|
-
VERS = ENV['VERSION'] || "1.0.
|
|
14
|
+
VERS = ENV['VERSION'] || "1.0.2"
|
|
15
15
|
PKG = "#{NAME}-#{VERS}"
|
|
16
16
|
|
|
17
17
|
RDOC_OPTS = ['--quiet', '--title', 'The libcraigscrape Reference', '--main', 'README', '--inline-source']
|
data/bin/craigwatch
CHANGED
|
@@ -397,7 +397,8 @@ parser = Kwalify::Yaml::Parser.new(
|
|
|
397
397
|
:data_binding => true
|
|
398
398
|
)
|
|
399
399
|
|
|
400
|
-
|
|
400
|
+
report_definition_file_content = ERB.new(File.read(report_definition_file)).result
|
|
401
|
+
craig_report = parser.parse(report_definition_file_content, report_definition_file)
|
|
401
402
|
|
|
402
403
|
parser.errors.each do |e|
|
|
403
404
|
puts "Definition Validation Error (line #{e.linenum}, char #{e.column}): #{e.message}"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: olek-libcraigscrape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chris DeRose, DeRose Technologies, Inc.
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-07-
|
|
18
|
+
date: 2011-07-04 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|