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 +8 -8
- data/.travis.yml +9 -3
- data/CHANGELOG.md +4 -0
- data/lib/cukedep/constants.rb +1 -1
- data/spec/cukedep/sample_features/cukedep.rake +1 -1
- data/spec/cukedep/sample_features/dependencies.dot +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDAyMDZmZmExZDM1MzMxNzJjNDg2MzkwZmY0OWY2ZmFlMzg5NmZkNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTQxOTA0NWExMTkzNDUxMDM3YmY5YzJhZGU3NWJkODMwZGEzMzkzYw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjNiY2MzYTc4NzA5OGY2ZmE3ZTFiZGRkMThjOGI4YTcxOGM1Y2U1YjI3Njk0
|
|
10
|
+
MTJmZjYzMGE0MmU1ZDdiMGQ3M2VjOWRiZjRkYzYzN2Y4ODYyYjlhMTg1N2U0
|
|
11
|
+
ZDM4M2YxM2ExNjU1NTVkMzIxMTRlOTcyODEwMDUwYWZiN2QxNzg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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.
|
data/lib/cukedep/constants.rb
CHANGED
|
@@ -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:
|
|
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...
|