pact_broker 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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)' 'package/pact-broker-0.0.PRODVERSION'..'package/pact-broker-0.0.NEWVERSION'
4
4
 
5
+ #### 0.0.7 (2013-11-15)
6
+
7
+ * 7984d86 - Added title to each item in the pacts/latest links array (Beth, 83 seconds ago)
8
+
5
9
  #### 0.0.6 (2013-11-15)
6
10
 
7
11
  * 021faae - Refactoring resources to DRY out code (Beth, 18 hours ago)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pact_broker (0.0.6)
4
+ pact_broker (0.0.7)
5
5
  httparty
6
6
  json
7
7
  roar
@@ -29,7 +29,7 @@ module PactBroker
29
29
 
30
30
  # This is the LATEST pact URL
31
31
  links :pacts do
32
- represented.collect{ | pact | {:href => latest_pact_url(pact), :consumer => pact.consumer.name, :provider => pact.provider.name } }
32
+ represented.collect{ | pact | {:href => latest_pact_url(pact), :title => "Latest pact between #{pact.consumer.name} and #{pact.provider.name}" } }
33
33
  end
34
34
 
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module PactBroker
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact_broker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-11-14 00:00:00.000000000 Z
14
+ date: 2013-11-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: httparty
@@ -360,7 +360,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
360
360
  version: '0'
361
361
  segments:
362
362
  - 0
363
- hash: 3334088908397739735
363
+ hash: -1534852976496336612
364
364
  required_rubygems_version: !ruby/object:Gem::Requirement
365
365
  none: false
366
366
  requirements:
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
369
369
  version: '0'
370
370
  segments:
371
371
  - 0
372
- hash: 3334088908397739735
372
+ hash: -1534852976496336612
373
373
  requirements: []
374
374
  rubyforge_project:
375
375
  rubygems_version: 1.8.23