chemistrykit 3.9.0 → 3.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -0
- data/Gemfile +1 -2
- data/README.md +1 -1
- data/chemistrykit.gemspec +2 -2
- 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'
|
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.
|
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.
|
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 = '
|
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.
|
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:
|
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: -
|
357
|
+
hash: -219025540182541966
|
358
358
|
requirements: []
|
359
359
|
rubyforge_project:
|
360
360
|
rubygems_version: 1.8.25
|