pact 1.0.24 → 1.0.25
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.
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/pact/version.rb +1 -1
- data/pact.gemspec +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@ Do this to generate your change history
|
|
|
2
2
|
|
|
3
3
|
git log --date=relative --pretty=format:' * %h - %s (%an, %ad)'
|
|
4
4
|
|
|
5
|
+
### 1.0.25 (4 December 2013)
|
|
6
|
+
|
|
7
|
+
* 20dd5fa - Updated the homepage in gemspec (Beth, 4 minutes ago)
|
|
8
|
+
|
|
5
9
|
### 1.0.24 (4 December 2013)
|
|
6
10
|
|
|
7
11
|
* fd30d36 - Merge branch 'master' of github.com:uglyog/pact (Beth, 13 minutes ago)
|
data/Gemfile.lock
CHANGED
data/lib/pact/version.rb
CHANGED
data/pact.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["james.fraser@alumni.swinburne.edu", "sergei.matheson@gmail.com", "brent@fuglylogic.com", "uglyog@gmail.com", "bskurrie@dius.com.au"]
|
|
11
11
|
gem.description = %q{Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.}
|
|
12
12
|
gem.summary = %q{Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.}
|
|
13
|
-
gem.homepage = "https://github.com/
|
|
13
|
+
gem.homepage = "https://github.com/realestate-com-au/pact.git"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.25
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -410,7 +410,7 @@ files:
|
|
|
410
410
|
- spec/support/test_app_pass.json
|
|
411
411
|
- tasks/pact-test.rake
|
|
412
412
|
- tasks/spec.rake
|
|
413
|
-
homepage: https://github.com/
|
|
413
|
+
homepage: https://github.com/realestate-com-au/pact.git
|
|
414
414
|
licenses:
|
|
415
415
|
- MIT
|
|
416
416
|
post_install_message:
|
|
@@ -425,7 +425,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
425
425
|
version: '0'
|
|
426
426
|
segments:
|
|
427
427
|
- 0
|
|
428
|
-
hash:
|
|
428
|
+
hash: 963043566746073007
|
|
429
429
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
430
430
|
none: false
|
|
431
431
|
requirements:
|
|
@@ -434,7 +434,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
434
434
|
version: '0'
|
|
435
435
|
segments:
|
|
436
436
|
- 0
|
|
437
|
-
hash:
|
|
437
|
+
hash: 963043566746073007
|
|
438
438
|
requirements: []
|
|
439
439
|
rubyforge_project:
|
|
440
440
|
rubygems_version: 1.8.23
|