macros4cuke 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWQxNDE3M2Q5OWMzMzk5YmI0MDJkZWIxMWVjZGI5NTk1Zjc4YTJhMA==
4
+ Njc4YjE5MzM3NWZlZGVkYjQ1M2U3YzJkZjJkY2M1YjNmNWViZTZmNg==
5
5
  data.tar.gz: !binary |-
6
- MGY2MDQxZjc0MTgxOWQ3N2U0MTg2MmE2ZmE0ZWZkZGVlMWI4ODZmNg==
6
+ ZWMwZmQ4NzRhOGRlY2U4MWZlMThmZmMwODczMmUyYTljMTc5MjI5MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGY1NGYxMTQ2M2E4MjgxMmExMzJhOTYxNDdjNDdiMGVmNWJiZTcwOTg1ZTI2
10
- NTk3NjExMDliOGZjYzBhODdmOTc2MjhmMGY2Y2U3NGE5OWIyY2FiYTg1ODdm
11
- NDkzMGM2N2YyMTViNzdhODk1MTdmYzBkYWE1MDg4YzMwNGY4MDY=
9
+ ZmMwNzhhMWIwNTFkZGVkZWEzYTk2YWM3YjgwNmJjMzEyODg4Y2JlMzg2ZmMw
10
+ NWUyNDAzNTdiMjA1YTE3OWJkOTFkYjkzMmQyOTg0ZDBhNzMyZjViMjhlYjc1
11
+ YTFmMTA5MWY4ZDZhZGZlMDI4ODBkMmY3NTY4ZGEzMGNhZDY2YTg=
12
12
  data.tar.gz: !binary |-
13
- N2I5ZjhmMTJhNjMwOTE5YmE2MDU1ZjA3MGJiMDM5Y2Y1NGQzZDNhNjkwODBi
14
- Y2M1MjUyNmEyNGMzZmUxNTJiNGNmYjdlMzg0YzQ1ZjMzNjNkOGFiYzk1YTZi
15
- MjE3ZGU3NWIwYWNkNTVjNWI4OGEzNjJiYzkzOGQxYjYyY2ZmMWE=
13
+ MjJhZTEyNGE3MTBhZmU1MWY5MDBjZTM5OTg4M2NiNDhiNzE2MzY2ZTQ1ODE1
14
+ ZTY4MGEwMjg0OGZmZDc3N2M5NTQ1YjVjMWM2MzI3MzM3ZWQxMmViYzJmYzU4
15
+ ZmFmMzllZWYwNzY1OTFiMTgxNDY3OWRlOTI1MmYzYjhjZGQ2NjI=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.5.11 / 2015-03-26
2
+ * [TEST] Regression tests with Cucumber 2.0.0: all pass, no code change required
3
+ * [CHANGE] File `README.md` Mention that _Macros4Cuke_ works with Cucumber 2.0.0
4
+
1
5
  ### 0.5.10 / 2015-03-26
2
6
  * [CHANGE] Minimal code layout reformat in `CollWalkerFactory#build_walker` to please Rubocop 0.29.1
3
7
 
data/README.md CHANGED
@@ -15,7 +15,7 @@ __Macros4Cuke__ is a Cucumber extension that adds a macro facility for your Cucu
15
15
  All this can be done directly in your feature files without programming step definitions.
16
16
 
17
17
  ### Highlights ###
18
- * Works with out-of-the-box Cucumber
18
+ * Works with out-of-the-box Cucumber (including version 2.0.0!)
19
19
  * Simple installation and setup (no programming required),
20
20
  * Familiar syntax for macro-step definitions,
21
21
  * Substep sequence can be of arbitrary length,
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Macros4Cuke # Module used as a namespace
5
5
  # The version number of the gem.
6
- Version = '0.5.10'
6
+ Version = '0.5.11'
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = 'Add your own macro-steps to Cucumber scenarios'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macros4cuke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber