cukedep 0.1.03 → 0.1.04
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 +1 -0
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/lib/cukedep/constants.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2U1MzA1ZGE1MjhjMTYzYmM3NmQ4MzViNzUxNjBiNjQxNTMyODU1OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDkxZTE4MGJjYjYyYTcwMTgwYTRjMTc3MWE0YTQxMzQwZjM4ZGQ3Ng==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWRhNTE5NTBlYzRmYTg4NWRjYjdmYmYwMDFmYjcyN2M2YmM0YzI2YjkxMGU3
|
|
10
|
+
YTQ0YTMyOGJlYjU2NTc2ODBkZTJmN2Q1ZThlZTFhNzhhODAwYWMxOTQ0Yzc3
|
|
11
|
+
ZGNmMmNkYjlkYTYyYWY2MjJjMTQ3NTUzNWE1ZWZhMDBjOTQ2NDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWU3YzA2ODAzMWQ5ZjdkYTNiNzZhNzMzNjFkOGYzNWViYTgxNDg4NzAwNWJm
|
|
14
|
+
NmE2ZWM3YmQ5NWFhOTA5ZWYxYWE3ZjczMzE0ZTU1M2Q4MTUyNDAwNTY2NDcw
|
|
15
|
+
ZGFhMDM3ZGZiNWRhYzAwMjQ0MGYzYTkwMmI1MTgyOTc5N2Q4MzQ=
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### 0.1.04 / 2013-01-14
|
|
2
|
+
* [CHANGE] File `.travis.yml`. Addition of MRI Ruby 2.1.0 to Travis CI.
|
|
3
|
+
* [CHANGE] File `LICENSE.txt`. Addition of 2014 in copyright year.
|
|
4
|
+
|
|
1
5
|
### 0.1.03 / 2013-11-28
|
|
2
6
|
* [FIX] Failing execution of generated Rake file in Travis CI. Cause: Rake template always referenced class in gem while it should reference development code while self-testing.
|
|
3
7
|
* [FIX] Added three missing test data files in the committed version.
|
data/LICENSE.txt
CHANGED
data/lib/cukedep/constants.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cukedep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.04
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dimitri Geshef
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|