chemistrykit 3.9.0 → 3.9.1

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.
Files changed (5) hide show
  1. data/CHANGELOG.md +8 -0
  2. data/Gemfile +1 -2
  3. data/README.md +1 -1
  4. data/chemistrykit.gemspec +2 -2
  5. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
+ #3.9.1 (2013-08-26)
2
+ small fix to gemfile
3
+
4
+ - Bumped version to 3.9.1 to prepare for release.
5
+ - updated gemfile
6
+ - removed dupe log from changelog
7
+
1
8
  #3.9.0 (2013-08-26)
2
9
  Improved reporting features and configuration for sauce permissions
3
10
 
11
+ - gg
4
12
  - Bumped version to 3.9.0 to prepare for release.
5
13
  - updated rake file to override build verify in special cases
6
14
  - final fix to a test
data/Gemfile CHANGED
@@ -6,8 +6,7 @@ gemspec
6
6
  gem 'aruba', '~> 0.5.1'
7
7
  gem 'cucumber', '~> 1.2.1'
8
8
  gem 'rake', '~> 10.0.3'
9
- gem 'rubocop', git: 'https://github.com/bbatsov/rubocop.git', branch: 'master'
10
- gem 'guard-rspec', '~> 3.0.2'
9
+ gem 'rubocop'
11
10
  gem 'coveralls', '~> 0.6.7'
12
11
  gem 'flog'
13
12
  gem 'flay'
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- #ChemistryKit 3.9.0 (2013-08-26)
1
+ #ChemistryKit 3.9.1 (2013-08-26)
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.9.0'
5
+ s.version = '3.9.1'
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 = 'Improved reporting features and configuration for sauce permissions'
11
+ s.description = 'small fix to gemfile'
12
12
  s.license = 'MIT'
13
13
 
14
14
  s.files = `git ls-files`.split($/)
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.9.0
4
+ version: 3.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -204,7 +204,7 @@ dependencies:
204
204
  - - ~>
205
205
  - !ruby/object:Gem::Version
206
206
  version: 0.5.2
207
- description: Improved reporting features and configuration for sauce permissions
207
+ description: small fix to gemfile
208
208
  email:
209
209
  - dave@arrgyle.com
210
210
  - jason@arrgyle.com
@@ -354,7 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  version: '0'
355
355
  segments:
356
356
  - 0
357
- hash: -3683118535885590803
357
+ hash: -219025540182541966
358
358
  requirements: []
359
359
  rubyforge_project:
360
360
  rubygems_version: 1.8.25