pact 1.1.0.rc5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +2 -2
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/pact/version.rb +1 -1
- metadata +8 -5
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@ Do this to generate your change history
|
|
2
2
|
|
3
3
|
git log --pretty=format:' * %h - %s (%an, %ad)'
|
4
4
|
|
5
|
+
### 1.1.0 (5 May 2014)
|
6
|
+
|
7
|
+
### 1.1.0.rc5 (5 May 2014)
|
8
|
+
* dc9855b - Downcasing HTTP methods before sending call to RSpec::Test::Methods because pact-jvm is using an upcase method https://github.com/DiUS/pact-jvm/issues/34 (Beth, Mon May 5 12:29:51 2014 +1000)
|
9
|
+
* ddd4677 - Fixed problem of Pact::Terms displaying inside diff output by unpacking all the regular expressions before the diff is calculated (Beth, Mon May 5 12:16:25 2014 +1000)
|
10
|
+
|
5
11
|
### 1.1.0.rc4 (1 May 2014)
|
6
12
|
|
7
13
|
* 5e1b78d - Display / in logs when path is empty https://github.com/realestate-com-au/pact/issues/14 (Beth, Thu May 1 22:09:29 2014 +1000)
|
data/Gemfile.lock
CHANGED
data/lib/pact/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- James Fraser
|
@@ -547,13 +547,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
547
547
|
version: '0'
|
548
548
|
segments:
|
549
549
|
- 0
|
550
|
-
hash:
|
550
|
+
hash: 3889300722258368097
|
551
551
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
552
552
|
none: false
|
553
553
|
requirements:
|
554
|
-
- - ! '
|
554
|
+
- - ! '>='
|
555
555
|
- !ruby/object:Gem::Version
|
556
|
-
version:
|
556
|
+
version: '0'
|
557
|
+
segments:
|
558
|
+
- 0
|
559
|
+
hash: 3889300722258368097
|
557
560
|
requirements: []
|
558
561
|
rubyforge_project:
|
559
562
|
rubygems_version: 1.8.23
|