chemistrykit 3.4.1 → 3.4.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/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/chemistrykit.gemspec +2 -2
- data/lib/chemistrykit/cli/cli.rb +3 -3
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#ChemistryKit 3.4.
|
|
1
|
+
#ChemistryKit 3.4.2 (2013-07-14)
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/chemistrykit) [](https://travis-ci.org/jrobertfox/chef-broiler-platter) [](https://codeclimate.com/github/arrgyle/chemistrykit) [](https://coveralls.io/r/arrgyle/chemistrykit?branch=develop)
|
|
4
4
|
|
data/chemistrykit.gemspec
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'chemistrykit'
|
|
5
|
-
s.version = '3.4.
|
|
5
|
+
s.version = '3.4.2'
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
s.authors = ['Dave Haeffner', 'Jason Fox']
|
|
8
8
|
s.email = ['dave@arrgyle.com', 'jason@arrgyle.com']
|
|
9
9
|
s.homepage = 'https://github.com/arrgyle/chemistrykit'
|
|
10
10
|
s.summary = 'A simple and opinionated web testing framework for Selenium that follows convention over configuration.'
|
|
11
|
-
s.description = '
|
|
11
|
+
s.description = 'fixed typo'
|
|
12
12
|
s.license = 'MIT'
|
|
13
13
|
|
|
14
14
|
s.files = `git ls-files`.split($/)
|
data/lib/chemistrykit/cli/cli.rb
CHANGED
|
@@ -185,10 +185,10 @@ module ChemistryKit
|
|
|
185
185
|
unless data.empty?
|
|
186
186
|
report_file = File.join(Dir.getwd, config.log.path, "report_#{data[:sauce_data][:id]}.log")
|
|
187
187
|
File.open(report_file, 'w') { |file| file.write(data.to_s) }
|
|
188
|
-
puts "\n[[
|
|
188
|
+
puts "\n[[ATTACHMENT|#{report_file}]]\n"
|
|
189
189
|
end
|
|
190
|
-
puts "\n[[
|
|
191
|
-
puts "\n[[
|
|
190
|
+
puts "\n[[ATTACHMENT|#{File.join(Dir.getwd, config.log.path, data[:failshot])}]]\n" if data[:failshot]
|
|
191
|
+
puts "\n[[ATTACHMENT|#{File.join(Dir.getwd, config.log.path, data[:server_log])}]]\n" if data[:server_log]
|
|
192
192
|
###
|
|
193
193
|
end
|
|
194
194
|
c.order = 'random'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chemistrykit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -252,7 +252,7 @@ dependencies:
|
|
|
252
252
|
- - ~>
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
254
|
version: 0.6.7
|
|
255
|
-
description:
|
|
255
|
+
description: fixed typo
|
|
256
256
|
email:
|
|
257
257
|
- dave@arrgyle.com
|
|
258
258
|
- jason@arrgyle.com
|
|
@@ -337,7 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
337
337
|
version: '0'
|
|
338
338
|
segments:
|
|
339
339
|
- 0
|
|
340
|
-
hash: -
|
|
340
|
+
hash: -2534848085378017120
|
|
341
341
|
requirements: []
|
|
342
342
|
rubyforge_project:
|
|
343
343
|
rubygems_version: 1.8.25
|