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 CHANGED
@@ -1,3 +1,9 @@
1
+ #3.4.2 (2013-07-14)
2
+ fixed typo
3
+
4
+ - Bumped version to 3.4.2 to prepare for release.
5
+ - fixed dumb typo
6
+
1
7
  #3.4.1 (2013-07-14)
2
8
  minor update to sc
3
9
 
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- #ChemistryKit 3.4.1 (2013-07-14)
1
+ #ChemistryKit 3.4.2 (2013-07-14)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/chemistrykit.png)](http://badge.fury.io/rb/chemistrykit) [![Build Status](https://travis-ci.org/arrgyle/chemistrykit.png?branch=develop)](https://travis-ci.org/jrobertfox/chef-broiler-platter) [![Code Climate](https://codeclimate.com/github/arrgyle/chemistrykit.png)](https://codeclimate.com/github/arrgyle/chemistrykit) [![Coverage Status](https://coveralls.io/repos/arrgyle/chemistrykit/badge.png?branch=develop)](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.1'
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 = 'minor update to sc'
11
+ s.description = 'fixed typo'
12
12
  s.license = 'MIT'
13
13
 
14
14
  s.files = `git ls-files`.split($/)
@@ -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[[ATTACHEMENT|#{report_file}]]\n"
188
+ puts "\n[[ATTACHMENT|#{report_file}]]\n"
189
189
  end
190
- puts "\n[[ATTACHEMENT|#{File.join(Dir.getwd, config.log.path, data[:failshot])}]]\n" if data[:failshot]
191
- puts "\n[[ATTACHEMENT|#{File.join(Dir.getwd, config.log.path, data[:server_log])}]]\n" if data[:server_log]
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.1
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: minor update to sc
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: -2311740764646931816
340
+ hash: -2534848085378017120
341
341
  requirements: []
342
342
  rubyforge_project:
343
343
  rubygems_version: 1.8.25