macros4cuke 0.4.04 → 0.4.05

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
- YzAzMDg4OGYyNGY4ZGVkMzM4NjVhMzdiYjllM2M5NGExNjE0MTdmOA==
4
+ ZTQzOWU1OGZlY2EyMjI2NDIxNmZjNTI3NjQ5Y2Q2MWFiN2Y2M2UwZQ==
5
5
  data.tar.gz: !binary |-
6
- YTJiNWExZTY0OTM2NTgxNzAxY2NjYzQzM2JkYjQ5ZWM2MDVjZDMwZA==
6
+ MjNjMThlMjg0ODkxYmE4MmRhNTA3ZDQxOWE5ODNlZDA5YjU3ODFmNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZDc3ZGVmZmQ3MzcyNTUwZmY0YWZmMjM3M2QzNzY5MDdhNmJjNTllZTM0MDk5
10
- MTI3NDA2NGJkMTg4YTE3ZGEyMTQ3NzZjZjdmY2JiM2M3ZGYwOGM2NzM4YmY5
11
- ZWVlMjYxZGY3NTNiOTI1MzI0YThkNjYxN2MyNmNlNmQ0ZmJiMjc=
9
+ NDM1MDVhZWIyNzc2MDg2OGMzZTFhZjY0ZWI1NzdhNWE5NjczNmMxNDdjZDBi
10
+ ODdiNmM2ZjViYWU2MmE0MGM2YjE0MTNkNDMyOWMxOWYxYzYyNmYxMjQ1N2U1
11
+ Nzg3MmUyYTJmZDMxYjczNDFiOWNiM2MxYmUxZjViYzVkYjkyMzc=
12
12
  data.tar.gz: !binary |-
13
- MTA4ZGVjMDlhNmYxNWM0MDJlZWFmYzc2Zjk5NjZhZjQxOWM0N2MzMWQxNGVj
14
- MWUwY2ZiMmVlZjhmYWY5N2U0ZWQwMWNiYjdkZjdmMzNhM2JjM2VhZWM1NDk2
15
- MWEzMzFiZjgxZTllM2Q1ZmMwMzI3NGE5ZWZjOTQ1ZDZmNTI3MDA=
13
+ ODI0MWNkZjhlYWRhOWJiZmRlMDdiN2ExZWIyNTdlZDMyOGYwMTUzOGI2N2Q5
14
+ MzEzMWEzZDk2ODk1YTRjZDNiZjA4ODBkMDllMjZiYzM3NWY4YmIxODEyNWRi
15
+ N2RiZWFmOTliMDdlMWU0ZDYyMjY2ZDIyM2YyMmJlMzUzODJjZTY=
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.1.0
3
4
  - 2.0.0
4
5
  - 1.9.3
5
6
  - 1.9.2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 0.4.05 / 2014-01-14
2
+ * [CHANGE] File `.travis.yml`: Added Ruby MRI 2.1.0 to Travis CI
3
+ * [CHANGE] File `README.md`: Added sentence explaining where list of macro. defs is placed.
4
+ * [CHANGE] File `LICENSE.txt`: Added 2014 to copyright year.
5
+
1
6
  ### 0.4.04 / 2013-12-28
2
7
  * [CHANGE] File `.rubocop.yml`: Updated for Rubocop 0.16. Cop CaseIndentation is now enabled and uses parameters
3
8
  * [CHANGE] File `engine.rb`: Updated indentation in case statement to comply to latest Rubocop config file.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Dimitri Geshef
1
+ Copyright (c) 2013, 2014 Dimitri Geshef
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -449,7 +449,8 @@ This specialized step has the following syntax:
449
449
 
450
450
  Where `all_macros.feature` is a feature file that will be generated when Cucumber
451
451
  terminates. The resulting feature file lists all the macros (one per scenario) in
452
- the familiar Gherkin syntax.
452
+ the familiar Gherkin syntax. The file is placed in the current directory (i.e. the directory where
453
+ Cucumber was launched).
453
454
 
454
455
 
455
456
 
@@ -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.4.04'
6
+ Version = '0.4.05'
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = 'Macro-steps for Cucumber'
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.4.04
4
+ version: 0.4.05
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-28 00:00:00.000000000 Z
11
+ date: 2014-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber