cukedep 0.1.03 → 0.1.04

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
- NTMzODc5ODIyYzYyNzk4YmIxMzA0ODU3MzNkZWUxYTRkYTcwNDgxZA==
4
+ Y2U1MzA1ZGE1MjhjMTYzYmM3NmQ4MzViNzUxNjBiNjQxNTMyODU1OA==
5
5
  data.tar.gz: !binary |-
6
- YTE0OTg5NTlhNTI1NGFiODJlYTI0NzgyN2U1N2IyZGUzZjJmZDRhYQ==
6
+ MDkxZTE4MGJjYjYyYTcwMTgwYTRjMTc3MWE0YTQxMzQwZjM4ZGQ3Ng==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YWIwY2NlODYwMDE3NzRiNWRmZTE4NjUyZTc0NzkwYmY2MjdhMTU5ZWFiMmQx
10
- ZDY5ZjkwMGRiNGFlMTk0MjNmY2IyN2YyMzBiY2UwZTFkNmQ2NmRjYTU0N2Ni
11
- NGY1MjZmZjZiYjQzYzBjMWY3YjViMTZkYmViNTBhZWFlOGEwZTc=
9
+ YWRhNTE5NTBlYzRmYTg4NWRjYjdmYmYwMDFmYjcyN2M2YmM0YzI2YjkxMGU3
10
+ YTQ0YTMyOGJlYjU2NTc2ODBkZTJmN2Q1ZThlZTFhNzhhODAwYWMxOTQ0Yzc3
11
+ ZGNmMmNkYjlkYTYyYWY2MjJjMTQ3NTUzNWE1ZWZhMDBjOTQ2NDY=
12
12
  data.tar.gz: !binary |-
13
- YmU1Zjg1MDA2OTdmNzg3ZDZiN2RmMWRiM2YwZTgxNTNmZGViNDJlMWY2MDZh
14
- NjE1ZTNjZmJlNjBhOGJhYmMyNGEyODNiMzdmYTY2MTlmODhiZmU2ZGM1ZTlm
15
- NWQwMmI4YzJiMjAwMjc1YzFiMjljMDRhZDA0YmM4MzIzNWQ4NWE=
13
+ YWU3YzA2ODAzMWQ5ZjdkYTNiNzZhNzMzNjFkOGYzNWViYTgxNDg4NzAwNWJm
14
+ NmE2ZWM3YmQ5NWFhOTA5ZWYxYWE3ZjczMzE0ZTU1M2Q4MTUyNDAwNTY2NDcw
15
+ ZGFhMDM3ZGZiNWRhYzAwMjQ0MGYzYTkwMmI1MTgyOTc5N2Q4MzQ=
@@ -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
@@ -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.
@@ -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
@@ -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.03'
6
+ Version = '0.1.04'
7
7
 
8
8
  # Brief description of the gem.
9
9
  Description = 'Manage dependencies between Cucumber feature files'
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.03
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: 2013-11-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