pact 1.0.29 → 1.0.30

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.
@@ -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.30 (17 December 2013)
6
+
7
+ * c8278c7 - Added thin into the gemspec for pact standalone mock server (Beth Skurrie, 2 minutes ago)
8
+
5
9
  ### 1.0.29 (12 December 2013)
6
10
 
7
11
  * 8ffde69 - Providing before :all like functionality using before :each to get the dual benefits of faster tests and the ability to use stubbing (Beth, 53 seconds ago)
@@ -1,13 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pact (1.0.29)
4
+ pact (1.0.30)
5
5
  awesome_print (~> 1.1)
6
6
  find_a_port (~> 1.0.1)
7
7
  json
8
8
  rack-test (~> 0.6.2)
9
9
  randexp (~> 0.1.7)
10
10
  rspec (~> 2.12)
11
+ thin
11
12
  thor
12
13
  webrick
13
14
 
@@ -26,7 +27,9 @@ GEM
26
27
  coderay (1.0.9)
27
28
  crack (0.4.1)
28
29
  safe_yaml (~> 0.9.0)
30
+ daemons (1.1.9)
29
31
  diff-lcs (1.2.4)
32
+ eventmachine (1.0.3)
30
33
  fakefs (0.4.2)
31
34
  find_a_port (1.0.1)
32
35
  hashie (2.0.5)
@@ -56,6 +59,10 @@ GEM
56
59
  rspec-mocks (2.14.3)
57
60
  safe_yaml (0.9.5)
58
61
  slop (3.4.6)
62
+ thin (1.6.1)
63
+ daemons (>= 1.0.9)
64
+ eventmachine (>= 1.0.0)
65
+ rack (>= 1.0.0)
59
66
  thor (0.18.1)
60
67
  thread_safe (0.1.3)
61
68
  atomic
@@ -1,3 +1,3 @@
1
1
  module Pact
2
- VERSION = "1.0.29"
2
+ VERSION = "1.0.30"
3
3
  end
@@ -19,6 +19,7 @@ Gem::Specification.new do |gem|
19
19
  gem.license = 'MIT'
20
20
 
21
21
  gem.add_runtime_dependency 'randexp', '~> 0.1.7'
22
+ gem.add_runtime_dependency 'thin'
22
23
  gem.add_runtime_dependency 'rspec', '~> 2.12'
23
24
  gem.add_runtime_dependency 'find_a_port', '~> 1.0.1'
24
25
  gem.add_runtime_dependency 'rack-test', '~> 0.6.2'
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.29
4
+ version: 1.0.30
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-12-11 00:00:00.000000000 Z
16
+ date: 2013-12-16 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: randexp
@@ -31,6 +31,22 @@ dependencies:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.1.7
34
+ - !ruby/object:Gem::Dependency
35
+ name: thin
36
+ requirement: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ type: :runtime
43
+ prerelease: false
44
+ version_requirements: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
34
50
  - !ruby/object:Gem::Dependency
35
51
  name: rspec
36
52
  requirement: !ruby/object:Gem::Requirement
@@ -434,12 +450,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
434
450
  - - ! '>='
435
451
  - !ruby/object:Gem::Version
436
452
  version: '0'
453
+ segments:
454
+ - 0
455
+ hash: 2811888500832128334
437
456
  required_rubygems_version: !ruby/object:Gem::Requirement
438
457
  none: false
439
458
  requirements:
440
459
  - - ! '>='
441
460
  - !ruby/object:Gem::Version
442
461
  version: '0'
462
+ segments:
463
+ - 0
464
+ hash: 2811888500832128334
443
465
  requirements: []
444
466
  rubyforge_project:
445
467
  rubygems_version: 1.8.23