cukedep 0.1.09 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjVlOGEwMmI3NTMxODJjOWI4YWU0MjlhZTIxNmU4NmZkNzcxYTNiOQ==
4
+ ZDAyMDZmZmExZDM1MzMxNzJjNDg2MzkwZmY0OWY2ZmFlMzg5NmZkNw==
5
5
  data.tar.gz: !binary |-
6
- N2E5YjU5Njc3MDIzMDIwMWM5NDFlMjk5ZjFmZjg1OTBlZTY5NzE1ZA==
6
+ OTQxOTA0NWExMTkzNDUxMDM3YmY5YzJhZGU3NWJkODMwZGEzMzkzYw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MzIyMGNiOGY2ZDVjYmY4MTI5MDliNTFhNDg1ZjViOTJiY2Y5MzU1ZjA5NjNh
10
- OGFhYjZhYzUyOWY4MDI2ZmIxNDc1ZDJkMjUyNzRjNWJmZTMzYjNhN2Y1YmFj
11
- NDc0MDk4MWRlYTMxODg1ZTliYjBjODg0ODM0NmQ2MTNmMTVmZDk=
9
+ MjNiY2MzYTc4NzA5OGY2ZmE3ZTFiZGRkMThjOGI4YTcxOGM1Y2U1YjI3Njk0
10
+ MTJmZjYzMGE0MmU1ZDdiMGQ3M2VjOWRiZjRkYzYzN2Y4ODYyYjlhMTg1N2U0
11
+ ZDM4M2YxM2ExNjU1NTVkMzIxMTRlOTcyODEwMDUwYWZiN2QxNzg=
12
12
  data.tar.gz: !binary |-
13
- ZTBlNTIwNDY5ZmNjNTdmYmRjNjk1NTZhNjE5NmIzNmM4MGJiOTNiZmQwYzg3
14
- NWRmNDBmOGZhYTE4NzQ1OTI2YmI5MmE1MWRlNzljODY1ODYxZGRmM2NlZmQw
15
- NWM4YWY1YjFjMDk1NDZiZjQ4NGZjYTU3NjM4MDhlMWNlZjg4ZTY=
13
+ ZjlkMTk4MzM5MTE2ZjdjZmYyMTMzNjFhZDBjMTkzZTU0ZjUyYWNhNjRjOGU4
14
+ MTM2ZmFkMmY4YjNmMTNiNjNiYWEwNGIxMGYxMmNkNzk5ZjQxMDkxYmQ5N2Ey
15
+ OGQyNjExYjA3NzEzYjgxZTlmNjdlNWFjMjJkZTc3NmM1MTY5N2E=
data/.travis.yml CHANGED
@@ -1,12 +1,18 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - ruby-head
4
+ - 2.2.0
3
5
  - 2.1.0
4
6
  - 2.0.0
5
7
  - 1.9.3
6
- - 1.9.2
7
- - jruby-19mode
8
8
  - jruby-head
9
-
9
+ - jruby-19mode
10
+
11
+ matrix:
12
+ allow_failures:
13
+ - rvm: jruby-head
14
+ - rvm: ruby-head
15
+
10
16
  gemfile:
11
17
  - Gemfile
12
18
 
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.1.10 / 2015-04-02
2
+ * [FIX] File `.travis.yml`: Removed MRI Ruby 1.9.2 since it is rejected by latest Cucumber version. This caused a build failure on Travis
3
+ * [NEW] File `.travis.yml` Added support for Ruby 2.2.0
4
+
1
5
  ### 0.1.09 / 2015-04-02
2
6
  * [TEST] Regression tests with Cucumber 2.0.0: all pass, no code change required
3
7
  * [FIX] File `steps.rb` from sample/features/step_definitions. Replaced deprecated RSpec should syntax by new expect.
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Cukedep # Module used as a namespace
5
5
  # The version number of the gem.
6
- Version = '0.1.09'
6
+ Version = '0.1.10'
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = 'Manage dependencies between Cucumber feature files'
@@ -1,5 +1,5 @@
1
1
  # File: cukedep.rake
2
- # Generated by Cukedep 0.1.09 on 02/04/2015 21:15:29
2
+ # Generated by Cukedep 0.1.10 on 02/04/2015 21:52:33
3
3
 
4
4
  require 'rake'
5
5
 
@@ -2,7 +2,7 @@
2
2
  // 'C:/Ruby193/lib/ruby/site_ruby/Cukedep/spec/cukedep/sample_features'
3
3
  // This file uses the DOT syntax, a free utility from the Graphviz toolset.
4
4
  // Graphviz is available at: www.graphviz.org
5
- // File generated on Thu Apr 2 21:15:29 2015.
5
+ // File generated on Thu Apr 2 21:52:33 2015.
6
6
 
7
7
  digraph g {
8
8
  size = "7, 11"; // Dimensions in inches...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cukedep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.09
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Geshef