macros4cuke 0.3.27 → 0.3.28

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.3.28 / 2013-06-03
2
+ * [CHANGE] `macros4cuke.gemspec`: Dependencies. Increased version number of RSpec to 2.11.0 (needed after switching to the expect syntax).
3
+ * [CHANGE] `Gemfile`: Dependencies. Increased version number of RSpec to 2.11.0.
4
+
1
5
  ### 0.3.27 / 2013-05-31
2
6
  * [FIX] `engine_spec.rb`: Removal of a comment in sample template.
3
7
  * [CHANGE] `engine_spec.rb`: Removal of an useless test.
data/Gemfile CHANGED
@@ -5,6 +5,6 @@ gem "cucumber", [">= 0.5.0"]
5
5
 
6
6
  group :development do
7
7
  gem "rake", ">= 0.8.0"
8
- gem "rspec", ">= 2.00"
8
+ gem "rspec", ">= 2.11.0"
9
9
  gem "simplecov", ">= 0.5.0"
10
10
  end
@@ -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.27'
7
+ Version = '0.3.28'
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.27
4
+ version: 0.3.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-02 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
- version: '2.00'
53
+ version: 2.11.0
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
- version: '2.00'
61
+ version: 2.11.0
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: simplecov
64
64
  requirement: !ruby/object:Gem::Requirement