macros4cuke 0.3.16 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.3.17 / 2013-05-20
2
+ * [CHANGE] File `README.md`: Added dynamic dependencies badge (Gemnasium).
3
+
4
+ ## 0.3.16 / 2013-05-20
5
+ * [CHANGE] File `demo06.feature`: Added a scenario that causes a specific exception to be raised.
6
+ * [CHANGE] File `demo_steps.rb`: Added a specific step that raises a TableNotException. It is captured and compared to expectations.
7
+ * [CHANGE] File `engine.rb`: Removed two lines that were never executed.
8
+
1
9
  ## 0.3.15 / 2013-05-20
2
10
  * [FIX] File `.CHANGELOG.md` Date entries weren't incremented.
3
11
  * [CHANGE] File `.rubocop.yml`: Added more configuration entries.
data/README.md CHANGED
@@ -3,6 +3,7 @@ Macros4Cuke
3
3
  [![Build Status](https://travis-ci.org/famished-tiger/Macros4Cuke.png?branch=master)](https://travis-ci.org/famished-tiger/Macros4Cuke)
4
4
  [![Code Climate](https://codeclimate.com/github/famished-tiger/Macros4Cuke.png)](https://codeclimate.com/github/famished-tiger/Macros4Cuke.png)
5
5
  [![Gem Version](https://badge.fury.io/rb/macros4cuke.png)](http://badge.fury.io/rb/macros4cuke)
6
+ [![Dependency Status](https://gemnasium.com/famished-tiger/Macros4Cuke.png)](https://gemnasium.com/famished-tiger/Macros4Cuke)
6
7
 
7
8
  _Add macros to your Cucumber scenarios._
8
9
  [Homepage](https://github.com/famished-tiger/Macros4Cuke)
@@ -4,7 +4,7 @@
4
4
 
5
5
  module Macros4Cuke # Module used as a namespace
6
6
  # The version number of the gem.
7
- Version = '0.3.16'
7
+ Version = '0.3.17'
8
8
 
9
9
  # Brief description of the gem.
10
10
  Description = "Macros for Cucumber"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macros4cuke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.3.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: