fluoride-analyzer 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fluoride-analyzer/rails/railtie.rb +2 -1
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6804504d97fadd52cfac075a7abb6d4d5eebc347
|
4
|
+
data.tar.gz: a6af6d40e5e57fbb3564b76ad9dbf8ad844aee14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb010b6f93636f8b1cd27d5632528484b84a163a7690c1c266ba381c950ad7c4cf597a213f45e2bcced0dd72642b55ffcf6e9708a1a4bbb5f880b2073e897b7c
|
7
|
+
data.tar.gz: b24379a0512ddfa50b59815840304322e97fbdf543573f151cb94e454e7a63b9d94e5d294ed124b946185f82fcfdde012dd75a16924f91c2f7b80a323fe07fc0
|
@@ -12,8 +12,9 @@ module Fluoride
|
|
12
12
|
rake_tasks do
|
13
13
|
require 'fluoride-analyzer/tasklib'
|
14
14
|
|
15
|
+
paths = config.fluoride_path
|
15
16
|
configs = Valise::define do
|
16
|
-
|
17
|
+
paths.each do |path|
|
17
18
|
ro path
|
18
19
|
end
|
19
20
|
ro(from_here("../../../default_configs"))
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluoride-analyzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Judson Lester
|
@@ -50,27 +50,27 @@ executables: []
|
|
50
50
|
extensions: []
|
51
51
|
extra_rdoc_files: []
|
52
52
|
files:
|
53
|
-
- lib/fluoride-analyzer.rb
|
54
|
-
- lib/fluoride-analyzer/config.rb
|
55
|
-
- lib/fluoride-analyzer/exception-result.rb
|
56
|
-
- lib/fluoride-analyzer/exchange-result.rb
|
57
|
-
- lib/fluoride-analyzer/group-collapser.rb
|
58
|
-
- lib/fluoride-analyzer/group-context.rb
|
59
53
|
- lib/fluoride-analyzer/parser.rb
|
60
|
-
- lib/fluoride-analyzer/pattern-collapser.rb
|
61
|
-
- lib/fluoride-analyzer/pattern-context.rb
|
62
54
|
- lib/fluoride-analyzer/patterner.rb
|
63
|
-
- lib/fluoride-analyzer/
|
55
|
+
- lib/fluoride-analyzer/exception-result.rb
|
64
56
|
- lib/fluoride-analyzer/rails/railtie.rb
|
65
|
-
- lib/fluoride-analyzer/
|
57
|
+
- lib/fluoride-analyzer/group-context.rb
|
58
|
+
- lib/fluoride-analyzer/config.rb
|
66
59
|
- lib/fluoride-analyzer/request-templater.rb
|
60
|
+
- lib/fluoride-analyzer/group-collapser.rb
|
61
|
+
- lib/fluoride-analyzer/rails.rb
|
62
|
+
- lib/fluoride-analyzer/pattern-collapser.rb
|
67
63
|
- lib/fluoride-analyzer/request.rb
|
68
|
-
- lib/fluoride-analyzer/result-collection.rb
|
69
64
|
- lib/fluoride-analyzer/tasklib.rb
|
70
|
-
-
|
65
|
+
- lib/fluoride-analyzer/result-collection.rb
|
66
|
+
- lib/fluoride-analyzer/request-processor.rb
|
67
|
+
- lib/fluoride-analyzer/pattern-context.rb
|
68
|
+
- lib/fluoride-analyzer/exchange-result.rb
|
69
|
+
- lib/fluoride-analyzer.rb
|
70
|
+
- spec/result-templater.rb
|
71
71
|
- spec/railtie_spec.rb
|
72
72
|
- spec/result-parser.rb
|
73
|
-
- spec/
|
73
|
+
- spec-help/gem-test-suite.rb
|
74
74
|
homepage: http://github.com/lrdesign/fluoride-analyzer
|
75
75
|
licenses:
|
76
76
|
- MIT
|
@@ -81,7 +81,7 @@ rdoc_options:
|
|
81
81
|
- --main
|
82
82
|
- doc/README
|
83
83
|
- --title
|
84
|
-
- fluoride-analyzer-0.0.
|
84
|
+
- fluoride-analyzer-0.0.4 Documentation
|
85
85
|
require_paths:
|
86
86
|
- lib/
|
87
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
98
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.
|
99
|
+
rubygems_version: 2.0.14
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: Analysis of recorded requests
|