yawast 0.4.0.beta4 → 0.4.0.beta5

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yawast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.beta4
4
+ version: 0.4.0.beta5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Caudill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-09 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ssllabs
@@ -116,7 +116,9 @@ executables:
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
+ - ".codeclimate.yml"
119
120
  - ".gitignore"
121
+ - ".rubocop.yml"
120
122
  - ".ruby-version"
121
123
  - ".travis.yml"
122
124
  - CHANGELOG.md
@@ -159,6 +161,7 @@ files:
159
161
  - test/data/tomcat_release_notes.txt
160
162
  - test/data/wordpress_readme_html.txt
161
163
  - test/test_cmd_util.rb
164
+ - test/test_directory_search.rb
162
165
  - test/test_helper.rb
163
166
  - test/test_object_presence.rb
164
167
  - test/test_scan_apache_banner.rb
@@ -206,6 +209,7 @@ test_files:
206
209
  - test/data/tomcat_release_notes.txt
207
210
  - test/data/wordpress_readme_html.txt
208
211
  - test/test_cmd_util.rb
212
+ - test/test_directory_search.rb
209
213
  - test/test_helper.rb
210
214
  - test/test_object_presence.rb
211
215
  - test/test_scan_apache_banner.rb