pact_broker 2.7.0.beta.1 → 2.7.0.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/CHANGELOG.md +30 -4
  4. data/db/migrations/{01_create_pacticipant_table.rb → 000001_create_pacticipant_table.rb} +0 -0
  5. data/db/migrations/{02_create_versions_table.rb → 000002_create_versions_table.rb} +0 -0
  6. data/db/migrations/{03_create_pacts_table.rb → 000003_create_pacts_table.rb} +0 -0
  7. data/db/migrations/{04_create_tags_table.rb → 000004_create_tags_table.rb} +0 -0
  8. data/db/migrations/{05_add_order_column_to_version.rb → 000005_add_order_column_to_version.rb} +0 -0
  9. data/db/migrations/{06_make_version_foreign_key_mandatory.rb → 000006_make_version_foreign_key_mandatory.rb} +0 -0
  10. data/db/migrations/{07_increase_json_content_length.rb → 000007_increase_json_content_length.rb} +0 -0
  11. data/db/migrations/{08_create_latest_pact_view.rb → 000008_create_latest_pact_view.rb} +0 -0
  12. data/db/migrations/{09_add_timestamps.rb → 000009_add_timestamps.rb} +0 -0
  13. data/db/migrations/{10_populate_timestamps.rb → 000010_populate_timestamps.rb} +0 -0
  14. data/db/migrations/{11_made_timestamps_mandatory.rb → 000011_made_timestamps_mandatory.rb} +0 -0
  15. data/db/migrations/{12_create_webhooks_table.rb → 000012_create_webhooks_table.rb} +0 -0
  16. data/db/migrations/{13_add_columns_to_webhooks.rb → 000013_add_columns_to_webhooks.rb} +0 -0
  17. data/db/migrations/{14_add_timestamps_to_pact_views.rb → 000014_add_timestamps_to_pact_views.rb} +0 -0
  18. data/db/migrations/{15_create_pact_version_content.rb → 000015_create_pact_version_content.rb} +0 -0
  19. data/db/migrations/{16_add_pact_content_foreign_key_to_pacts.rb → 000016_add_pact_content_foreign_key_to_pacts.rb} +0 -0
  20. data/db/migrations/{17_migrate_json_content_to_pact_version_content_table.rb → 000017_migrate_json_content_to_pact_version_content_table.rb} +0 -0
  21. data/db/migrations/{18_drop_json_content_column_from_pacts.rb → 000018_drop_json_content_column_from_pacts.rb} +0 -0
  22. data/db/migrations/{19_make_pact_version_content_sha_not_nullable.rb → 000019_make_pact_version_content_sha_not_nullable.rb} +0 -0
  23. data/db/migrations/{20_add_pact_version_content_sha_to_all_pacts_view.rb → 000020_add_pact_version_content_sha_to_all_pacts_view.rb} +0 -0
  24. data/db/migrations/{21_recreate_latest_pacts_view.rb → 000021_recreate_latest_pacts_view.rb} +0 -0
  25. data/db/migrations/{22_create_latest_tagged_pacts_view.rb → 000022_create_latest_tagged_pacts_view.rb} +0 -0
  26. data/db/migrations/{23_create_pact_versions_table.rb → 000023_create_pact_versions_table.rb} +0 -0
  27. data/db/migrations/{24_populate_pact_versions.rb → 000024_populate_pact_versions.rb} +0 -0
  28. data/db/migrations/{25_make_pv_pacticipants_mandatory.rb → 000025_make_pv_pacticipants_mandatory.rb} +0 -0
  29. data/db/migrations/{26_create_pact_publications.rb → 000026_create_pact_publications.rb} +0 -0
  30. data/db/migrations/{27_populate_pact_publications.rb → 000027_populate_pact_publications.rb} +0 -0
  31. data/db/migrations/{28_create_all_pact_publications.rb → 000028_create_all_pact_publications.rb} +0 -0
  32. data/db/migrations/{29_create_latest_tagged_pact_publications.rb → 000029_create_latest_tagged_pact_publications.rb} +0 -0
  33. data/db/migrations/{30_drop_old_tables_and_views.rb → 000030_drop_old_tables_and_views.rb} +0 -0
  34. data/db/migrations/{31_create_verifications.rb → 000031_create_verifications.rb} +0 -0
  35. data/db/migrations/{32_create_latest_verifications.rb → 000032_create_latest_verifications.rb} +0 -0
  36. data/db/migrations/{33_create_config_table.rb → 000033_create_config_table.rb} +0 -0
  37. data/db/migrations/{34_create_index_on_consumer_version_order.rb → 000034_create_index_on_consumer_version_order.rb} +0 -0
  38. data/db/migrations/{35_create_index_on_names.rb → 000035_create_index_on_names.rb} +0 -0
  39. data/db/migrations/{36_create_webhook_execution.rb → 000036_create_webhook_execution.rb} +0 -0
  40. data/db/migrations/{37_create_labels_table.rb → 000037_create_labels_table.rb} +0 -0
  41. data/db/migrations/{38_create_triggered_webhooks_table.rb → 000038_create_triggered_webhooks_table.rb} +0 -0
  42. data/db/migrations/{39_add_triggered_webhooks_fk_to_execution.rb → 000039_add_triggered_webhooks_fk_to_execution.rb} +0 -0
  43. data/db/migrations/{40_create_latest_triggered_webhooks_view.rb → 000040_create_latest_triggered_webhooks_view.rb} +0 -0
  44. data/db/migrations/{41_migrate_execution_data.rb → 000041_migrate_execution_data.rb} +0 -0
  45. data/db/migrations/{42_delete_orphan_webhook_data.rb → 000042_delete_orphan_webhook_data.rb} +0 -0
  46. data/db/migrations/{43_add_provider_version_to_verification.rb → 000043_add_provider_version_to_verification.rb} +0 -0
  47. data/db/migrations/{44_populate_verifications_provider_version_id.rb → 000044_populate_verifications_provider_version_id.rb} +0 -0
  48. data/db/migrations/{45_set_verification_provider_number_nullable.rb → 000045_set_verification_provider_number_nullable.rb} +0 -0
  49. data/db/migrations/{46_recreate_latest_verifications.rb → 000046_recreate_latest_verifications.rb} +0 -0
  50. data/db/migrations/{47_create_all_verifications.rb → 000047_create_all_verifications.rb} +4 -0
  51. data/db/pact_broker_database.sqlite3 +0 -0
  52. data/db/test/backwards_compatibility/Appraisals +8 -0
  53. data/db/test/backwards_compatibility/Rakefile +23 -6
  54. data/db/test/backwards_compatibility/gemfiles/1.18.0.gemfile.lock +20 -19
  55. data/db/test/backwards_compatibility/gemfiles/2.0.0.gemfile.lock +20 -19
  56. data/db/test/backwards_compatibility/gemfiles/2.1.0.gemfile.lock +20 -19
  57. data/db/test/backwards_compatibility/gemfiles/2.2.0.gemfile.lock +29 -26
  58. data/db/test/backwards_compatibility/gemfiles/2.3.0.gemfile.lock +29 -26
  59. data/db/test/backwards_compatibility/gemfiles/2.4.2.gemfile.lock +29 -26
  60. data/db/test/backwards_compatibility/gemfiles/2.5.1.gemfile +13 -0
  61. data/db/test/backwards_compatibility/gemfiles/2.5.1.gemfile.lock +199 -0
  62. data/db/test/backwards_compatibility/gemfiles/2.6.0.gemfile +13 -0
  63. data/db/test/backwards_compatibility/gemfiles/2.6.0.gemfile.lock +199 -0
  64. data/db/test/backwards_compatibility/gemfiles/head.gemfile.lock +30 -27
  65. data/db/test/backwards_compatibility/spec/publish_pact_spec.rb +1 -1
  66. data/db/test/change_migration_strategy/Rakefile +21 -0
  67. data/db/test/change_migration_strategy/before/Gemfile +6 -0
  68. data/lib/pact_broker/api/decorators/matrix_decorator.rb +19 -1
  69. data/lib/pact_broker/api/decorators/matrix_text_decorator.rb +29 -0
  70. data/lib/pact_broker/api/renderers/html_pact_renderer.rb +1 -1
  71. data/lib/pact_broker/api/resources/matrix.rb +21 -11
  72. data/lib/pact_broker/api/resources/matrix_for_consumer_and_provider.rb +2 -2
  73. data/lib/pact_broker/app.rb +27 -2
  74. data/lib/pact_broker/db/migrate.rb +1 -1
  75. data/lib/pact_broker/db/version.rb +4 -5
  76. data/lib/pact_broker/db.rb +1 -1
  77. data/lib/pact_broker/domain/relationship.rb +4 -24
  78. data/lib/pact_broker/matrix/parse_query.rb +22 -0
  79. data/lib/pact_broker/matrix/repository.rb +57 -26
  80. data/lib/pact_broker/matrix/service.rb +23 -16
  81. data/lib/pact_broker/pacticipants/service.rb +5 -21
  82. data/lib/pact_broker/pacts/pact_publication.rb +0 -4
  83. data/lib/pact_broker/pacts/repository.rb +1 -1
  84. data/lib/pact_broker/tags/service.rb +1 -0
  85. data/lib/pact_broker/ui/controllers/matrix.rb +3 -2
  86. data/lib/pact_broker/ui/controllers/relationships.rb +2 -2
  87. data/lib/pact_broker/ui/view_models/matrix_line.rb +38 -5
  88. data/lib/pact_broker/ui/view_models/relationship.rb +1 -19
  89. data/lib/pact_broker/ui/views/matrix/show.haml +18 -3
  90. data/lib/pact_broker/ui/views/relationships/show.haml +2 -2
  91. data/lib/pact_broker/verifications/repository.rb +0 -3
  92. data/lib/pact_broker/version.rb +1 -1
  93. data/lib/rack/hal_browser/redirect.rb +2 -2
  94. data/lib/rack/pact_broker/configurable_make_it_later.rb +24 -0
  95. data/lib/rack/pact_broker/no_auth.rb +13 -0
  96. data/pact_broker.gemspec +1 -0
  97. data/script/seed-matrix.rb +71 -0
  98. data/script/seed.rb +0 -5
  99. data/spec/features/get_matrix_spec.rb +4 -1
  100. data/spec/lib/pact_broker/api/decorators/matrix_decorator_spec.rb +41 -7
  101. data/spec/lib/pact_broker/api/resources/matrix_spec.rb +6 -2
  102. data/spec/lib/pact_broker/app_spec.rb +69 -0
  103. data/spec/lib/pact_broker/domain/relationship_spec.rb +1 -1
  104. data/spec/lib/pact_broker/matrix/parse_query_spec.rb +79 -0
  105. data/spec/lib/pact_broker/matrix/repository_spec.rb +244 -12
  106. data/spec/lib/pact_broker/matrix/service_spec.rb +39 -9
  107. data/spec/lib/pact_broker/pacticipants/service_spec.rb +4 -78
  108. data/spec/lib/pact_broker/pacts/repository_spec.rb +14 -16
  109. data/spec/lib/pact_broker/ui/view_models/relationship_spec.rb +5 -4
  110. data/spec/migrations/change_migration_strategy_spec.rb +86 -0
  111. data/spec/service_consumers/provider_states_for_pact_broker_client.rb +34 -0
  112. data/spec/support/test_data_builder.rb +6 -0
  113. data/tasks/database.rb +1 -1
  114. metadata +78 -52
  115. data/lib/pact_broker/ui/views/relationships/show-prod-tags.haml +0 -83
  116. data/spec/lib/pact_broker/pacts/pact_publication_spec.rb +0 -35
@@ -8,8 +8,8 @@ GEM
8
8
  as-notifications (1.0.1)
9
9
  awesome_print (1.8.0)
10
10
  concurrent-ruby (1.0.5)
11
- daemons (1.2.4)
12
- declarative (0.0.9)
11
+ daemons (1.2.5)
12
+ declarative (0.0.10)
13
13
  declarative-builder (0.1.0)
14
14
  declarative-option (< 0.2.0)
15
15
  declarative-option (0.1.0)
@@ -25,10 +25,10 @@ GEM
25
25
  dry-container (0.6.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  dry-configurable (~> 0.1, >= 0.1.3)
28
- dry-core (0.3.3)
28
+ dry-core (0.3.4)
29
29
  concurrent-ruby (~> 1.0)
30
30
  dry-equalizer (0.2.0)
31
- dry-logic (0.4.1)
31
+ dry-logic (0.4.2)
32
32
  dry-container (~> 0.2, >= 0.2.6)
33
33
  dry-core (~> 0.2)
34
34
  dry-equalizer (~> 0.2)
@@ -49,12 +49,14 @@ GEM
49
49
  dry-types (~> 0.9, >= 0.9.0)
50
50
  enumerable-lazy (0.0.2)
51
51
  eventmachine (1.2.5)
52
+ filelock (1.1.1)
52
53
  find_a_port (1.0.1)
53
54
  haml (4.0.7)
54
55
  tilt
55
56
  httparty (0.15.6)
56
57
  multi_xml (>= 0.5.2)
57
- i18n (0.8.6)
58
+ i18n (0.9.0)
59
+ concurrent-ruby (~> 1.0)
58
60
  inflecto (0.0.2)
59
61
  json (2.1.0)
60
62
  multi_json (1.12.2)
@@ -63,27 +65,28 @@ GEM
63
65
  mustermann19 (0.4.4)
64
66
  enumerable-lazy
65
67
  mysql2 (0.3.21)
66
- pact (1.15.0)
68
+ pact (1.16.1)
67
69
  json (> 1.8.5)
68
70
  pact-mock_service (~> 2.0)
69
- pact-support (~> 1.1)
71
+ pact-support (~> 1.1, >= 1.1.8)
70
72
  rack-test (~> 0.6.2)
71
73
  randexp (~> 0.1.7)
72
74
  rspec (>= 2.14)
73
75
  term-ansicolor (~> 1.0)
74
76
  thor
75
77
  webrick
76
- pact-mock_service (2.1.0)
78
+ pact-mock_service (2.4.0)
79
+ filelock (~> 1.1)
77
80
  find_a_port (~> 1.0.1)
78
81
  json
79
- pact-support (~> 1.0)
80
- rack
82
+ pact-support (~> 1.2, >= 1.2.1)
83
+ rack (~> 2.0)
81
84
  rack-test (~> 0.6.2)
82
85
  rspec (>= 2.14)
83
86
  term-ansicolor (~> 1.0)
84
- thor
85
- webrick
86
- pact-support (1.1.6)
87
+ thor (~> 0.19)
88
+ webrick (~> 1.3)
89
+ pact-support (1.2.1)
87
90
  awesome_print (~> 1.1)
88
91
  find_a_port (~> 1.0.1)
89
92
  json
@@ -127,7 +130,7 @@ GEM
127
130
  rack-proxy (~> 0.6, >= 0.6.1)
128
131
  rack-test (0.6.3)
129
132
  rack (>= 1.0)
130
- rake (12.0.0)
133
+ rake (12.2.1)
131
134
  randexp (0.1.7)
132
135
  redcarpet (3.4.0)
133
136
  reform (2.2.4)
@@ -139,19 +142,19 @@ GEM
139
142
  uber (< 0.2.0)
140
143
  roar (1.1.0)
141
144
  representable (~> 3.0.0)
142
- rspec (3.6.0)
143
- rspec-core (~> 3.6.0)
144
- rspec-expectations (~> 3.6.0)
145
- rspec-mocks (~> 3.6.0)
146
- rspec-core (3.6.0)
147
- rspec-support (~> 3.6.0)
148
- rspec-expectations (3.6.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.0)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
149
152
  diff-lcs (>= 1.2.0, < 2.0)
150
- rspec-support (~> 3.6.0)
151
- rspec-mocks (3.6.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
152
155
  diff-lcs (>= 1.2.0, < 2.0)
153
- rspec-support (~> 3.6.0)
154
- rspec-support (3.6.0)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.0)
155
158
  semver2 (3.4.2)
156
159
  sequel (4.49.0)
157
160
  sinatra (2.0.0)
@@ -160,7 +163,7 @@ GEM
160
163
  rack-protection (= 2.0.0)
161
164
  tilt (~> 2.0)
162
165
  sqlite3 (1.3.13)
163
- sucker_punch (2.0.3)
166
+ sucker_punch (2.0.4)
164
167
  concurrent-ruby (~> 1.0.0)
165
168
  term-ansicolor (1.6.0)
166
169
  tins (~> 1.0)
@@ -8,8 +8,8 @@ GEM
8
8
  as-notifications (1.0.1)
9
9
  awesome_print (1.8.0)
10
10
  concurrent-ruby (1.0.5)
11
- daemons (1.2.4)
12
- declarative (0.0.9)
11
+ daemons (1.2.5)
12
+ declarative (0.0.10)
13
13
  declarative-builder (0.1.0)
14
14
  declarative-option (< 0.2.0)
15
15
  declarative-option (0.1.0)
@@ -25,10 +25,10 @@ GEM
25
25
  dry-container (0.6.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  dry-configurable (~> 0.1, >= 0.1.3)
28
- dry-core (0.3.3)
28
+ dry-core (0.3.4)
29
29
  concurrent-ruby (~> 1.0)
30
30
  dry-equalizer (0.2.0)
31
- dry-logic (0.4.1)
31
+ dry-logic (0.4.2)
32
32
  dry-container (~> 0.2, >= 0.2.6)
33
33
  dry-core (~> 0.2)
34
34
  dry-equalizer (~> 0.2)
@@ -49,12 +49,14 @@ GEM
49
49
  dry-types (~> 0.9, >= 0.9.0)
50
50
  enumerable-lazy (0.0.2)
51
51
  eventmachine (1.2.5)
52
+ filelock (1.1.1)
52
53
  find_a_port (1.0.1)
53
54
  haml (4.0.7)
54
55
  tilt
55
56
  httparty (0.15.6)
56
57
  multi_xml (>= 0.5.2)
57
- i18n (0.8.6)
58
+ i18n (0.9.0)
59
+ concurrent-ruby (~> 1.0)
58
60
  inflecto (0.0.2)
59
61
  json (2.1.0)
60
62
  multi_json (1.12.2)
@@ -63,27 +65,28 @@ GEM
63
65
  mustermann19 (0.4.4)
64
66
  enumerable-lazy
65
67
  mysql2 (0.3.21)
66
- pact (1.15.0)
68
+ pact (1.16.1)
67
69
  json (> 1.8.5)
68
70
  pact-mock_service (~> 2.0)
69
- pact-support (~> 1.1)
71
+ pact-support (~> 1.1, >= 1.1.8)
70
72
  rack-test (~> 0.6.2)
71
73
  randexp (~> 0.1.7)
72
74
  rspec (>= 2.14)
73
75
  term-ansicolor (~> 1.0)
74
76
  thor
75
77
  webrick
76
- pact-mock_service (2.1.0)
78
+ pact-mock_service (2.4.0)
79
+ filelock (~> 1.1)
77
80
  find_a_port (~> 1.0.1)
78
81
  json
79
- pact-support (~> 1.0)
80
- rack
82
+ pact-support (~> 1.2, >= 1.2.1)
83
+ rack (~> 2.0)
81
84
  rack-test (~> 0.6.2)
82
85
  rspec (>= 2.14)
83
86
  term-ansicolor (~> 1.0)
84
- thor
85
- webrick
86
- pact-support (1.1.6)
87
+ thor (~> 0.19)
88
+ webrick (~> 1.3)
89
+ pact-support (1.2.1)
87
90
  awesome_print (~> 1.1)
88
91
  find_a_port (~> 1.0.1)
89
92
  json
@@ -127,7 +130,7 @@ GEM
127
130
  rack-proxy (~> 0.6, >= 0.6.1)
128
131
  rack-test (0.6.3)
129
132
  rack (>= 1.0)
130
- rake (12.0.0)
133
+ rake (12.2.1)
131
134
  randexp (0.1.7)
132
135
  redcarpet (3.4.0)
133
136
  reform (2.2.4)
@@ -139,19 +142,19 @@ GEM
139
142
  uber (< 0.2.0)
140
143
  roar (1.1.0)
141
144
  representable (~> 3.0.0)
142
- rspec (3.6.0)
143
- rspec-core (~> 3.6.0)
144
- rspec-expectations (~> 3.6.0)
145
- rspec-mocks (~> 3.6.0)
146
- rspec-core (3.6.0)
147
- rspec-support (~> 3.6.0)
148
- rspec-expectations (3.6.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.0)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
149
152
  diff-lcs (>= 1.2.0, < 2.0)
150
- rspec-support (~> 3.6.0)
151
- rspec-mocks (3.6.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
152
155
  diff-lcs (>= 1.2.0, < 2.0)
153
- rspec-support (~> 3.6.0)
154
- rspec-support (3.6.0)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.0)
155
158
  semver2 (3.4.2)
156
159
  sequel (4.49.0)
157
160
  sinatra (2.0.0)
@@ -160,7 +163,7 @@ GEM
160
163
  rack-protection (= 2.0.0)
161
164
  tilt (~> 2.0)
162
165
  sqlite3 (1.3.13)
163
- sucker_punch (2.0.3)
166
+ sucker_punch (2.0.4)
164
167
  concurrent-ruby (~> 1.0.0)
165
168
  term-ansicolor (1.6.0)
166
169
  tins (~> 1.0)
@@ -8,8 +8,8 @@ GEM
8
8
  as-notifications (1.0.1)
9
9
  awesome_print (1.8.0)
10
10
  concurrent-ruby (1.0.5)
11
- daemons (1.2.4)
12
- declarative (0.0.9)
11
+ daemons (1.2.5)
12
+ declarative (0.0.10)
13
13
  declarative-builder (0.1.0)
14
14
  declarative-option (< 0.2.0)
15
15
  declarative-option (0.1.0)
@@ -25,10 +25,10 @@ GEM
25
25
  dry-container (0.6.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  dry-configurable (~> 0.1, >= 0.1.3)
28
- dry-core (0.3.3)
28
+ dry-core (0.3.4)
29
29
  concurrent-ruby (~> 1.0)
30
30
  dry-equalizer (0.2.0)
31
- dry-logic (0.4.1)
31
+ dry-logic (0.4.2)
32
32
  dry-container (~> 0.2, >= 0.2.6)
33
33
  dry-core (~> 0.2)
34
34
  dry-equalizer (~> 0.2)
@@ -49,12 +49,14 @@ GEM
49
49
  dry-types (~> 0.9, >= 0.9.0)
50
50
  enumerable-lazy (0.0.2)
51
51
  eventmachine (1.2.5)
52
+ filelock (1.1.1)
52
53
  find_a_port (1.0.1)
53
54
  haml (4.0.7)
54
55
  tilt
55
56
  httparty (0.15.6)
56
57
  multi_xml (>= 0.5.2)
57
- i18n (0.8.6)
58
+ i18n (0.9.0)
59
+ concurrent-ruby (~> 1.0)
58
60
  inflecto (0.0.2)
59
61
  json (2.1.0)
60
62
  multi_json (1.12.2)
@@ -63,27 +65,28 @@ GEM
63
65
  mustermann19 (0.4.4)
64
66
  enumerable-lazy
65
67
  mysql2 (0.3.21)
66
- pact (1.15.0)
68
+ pact (1.16.1)
67
69
  json (> 1.8.5)
68
70
  pact-mock_service (~> 2.0)
69
- pact-support (~> 1.1)
71
+ pact-support (~> 1.1, >= 1.1.8)
70
72
  rack-test (~> 0.6.2)
71
73
  randexp (~> 0.1.7)
72
74
  rspec (>= 2.14)
73
75
  term-ansicolor (~> 1.0)
74
76
  thor
75
77
  webrick
76
- pact-mock_service (2.1.0)
78
+ pact-mock_service (2.4.0)
79
+ filelock (~> 1.1)
77
80
  find_a_port (~> 1.0.1)
78
81
  json
79
- pact-support (~> 1.0)
80
- rack
82
+ pact-support (~> 1.2, >= 1.2.1)
83
+ rack (~> 2.0)
81
84
  rack-test (~> 0.6.2)
82
85
  rspec (>= 2.14)
83
86
  term-ansicolor (~> 1.0)
84
- thor
85
- webrick
86
- pact-support (1.1.6)
87
+ thor (~> 0.19)
88
+ webrick (~> 1.3)
89
+ pact-support (1.2.1)
87
90
  awesome_print (~> 1.1)
88
91
  find_a_port (~> 1.0.1)
89
92
  json
@@ -127,7 +130,7 @@ GEM
127
130
  rack-proxy (~> 0.6, >= 0.6.1)
128
131
  rack-test (0.6.3)
129
132
  rack (>= 1.0)
130
- rake (12.0.0)
133
+ rake (12.2.1)
131
134
  randexp (0.1.7)
132
135
  redcarpet (3.4.0)
133
136
  reform (2.2.4)
@@ -139,19 +142,19 @@ GEM
139
142
  uber (< 0.2.0)
140
143
  roar (1.1.0)
141
144
  representable (~> 3.0.0)
142
- rspec (3.6.0)
143
- rspec-core (~> 3.6.0)
144
- rspec-expectations (~> 3.6.0)
145
- rspec-mocks (~> 3.6.0)
146
- rspec-core (3.6.0)
147
- rspec-support (~> 3.6.0)
148
- rspec-expectations (3.6.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.0)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
149
152
  diff-lcs (>= 1.2.0, < 2.0)
150
- rspec-support (~> 3.6.0)
151
- rspec-mocks (3.6.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
152
155
  diff-lcs (>= 1.2.0, < 2.0)
153
- rspec-support (~> 3.6.0)
154
- rspec-support (3.6.0)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.0)
155
158
  semver2 (3.4.2)
156
159
  sequel (4.49.0)
157
160
  sinatra (2.0.0)
@@ -160,7 +163,7 @@ GEM
160
163
  rack-protection (= 2.0.0)
161
164
  tilt (~> 2.0)
162
165
  sqlite3 (1.3.13)
163
- sucker_punch (2.0.3)
166
+ sucker_punch (2.0.4)
164
167
  concurrent-ruby (~> 1.0.0)
165
168
  term-ansicolor (1.6.0)
166
169
  tins (~> 1.0)
@@ -0,0 +1,13 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pact_broker", "2.5.1"
6
+ gem "sqlite3", "~>1.3"
7
+ gem "pg", "~>0.21"
8
+ gem "mysql2", "~>0.3.15"
9
+ gem "thin", "~>1.3"
10
+ gem "appraisal"
11
+ gem "rspec"
12
+ gem "rake", "~>12.0"
13
+ gem "rack-reverse-proxy", "~>0.12"
@@ -0,0 +1,199 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ appraisal (2.2.0)
5
+ bundler
6
+ rake
7
+ thor (>= 0.14.0)
8
+ as-notifications (1.0.1)
9
+ awesome_print (1.8.0)
10
+ concurrent-ruby (1.0.5)
11
+ daemons (1.2.5)
12
+ declarative (0.0.10)
13
+ declarative-builder (0.1.0)
14
+ declarative-option (< 0.2.0)
15
+ declarative-option (0.1.0)
16
+ diff-lcs (1.3)
17
+ disposable (0.4.3)
18
+ declarative (>= 0.0.9, < 1.0.0)
19
+ declarative-builder (< 0.2.0)
20
+ declarative-option (< 0.2.0)
21
+ representable (>= 2.4.0, <= 3.1.0)
22
+ uber (< 0.2.0)
23
+ dry-configurable (0.7.0)
24
+ concurrent-ruby (~> 1.0)
25
+ dry-container (0.6.0)
26
+ concurrent-ruby (~> 1.0)
27
+ dry-configurable (~> 0.1, >= 0.1.3)
28
+ dry-core (0.3.4)
29
+ concurrent-ruby (~> 1.0)
30
+ dry-equalizer (0.2.0)
31
+ dry-logic (0.4.2)
32
+ dry-container (~> 0.2, >= 0.2.6)
33
+ dry-core (~> 0.2)
34
+ dry-equalizer (~> 0.2)
35
+ dry-types (0.10.3)
36
+ concurrent-ruby (~> 1.0)
37
+ dry-configurable (~> 0.1)
38
+ dry-container (~> 0.3)
39
+ dry-core (~> 0.2, >= 0.2.1)
40
+ dry-equalizer (~> 0.2)
41
+ dry-logic (~> 0.4, >= 0.4.0)
42
+ inflecto (~> 0.0.0, >= 0.0.2)
43
+ dry-validation (0.10.7)
44
+ concurrent-ruby (~> 1.0)
45
+ dry-configurable (~> 0.1, >= 0.1.3)
46
+ dry-core (~> 0.2, >= 0.2.1)
47
+ dry-equalizer (~> 0.2)
48
+ dry-logic (~> 0.4, >= 0.4.0)
49
+ dry-types (~> 0.9, >= 0.9.0)
50
+ enumerable-lazy (0.0.2)
51
+ eventmachine (1.2.5)
52
+ filelock (1.1.1)
53
+ find_a_port (1.0.1)
54
+ haml (4.0.7)
55
+ tilt
56
+ httparty (0.15.6)
57
+ multi_xml (>= 0.5.2)
58
+ i18n (0.9.0)
59
+ concurrent-ruby (~> 1.0)
60
+ inflecto (0.0.2)
61
+ json (2.1.0)
62
+ multi_json (1.12.2)
63
+ multi_xml (0.6.0)
64
+ mustermann (1.0.1)
65
+ mustermann19 (0.4.4)
66
+ enumerable-lazy
67
+ mysql2 (0.3.21)
68
+ pact (1.16.1)
69
+ json (> 1.8.5)
70
+ pact-mock_service (~> 2.0)
71
+ pact-support (~> 1.1, >= 1.1.8)
72
+ rack-test (~> 0.6.2)
73
+ randexp (~> 0.1.7)
74
+ rspec (>= 2.14)
75
+ term-ansicolor (~> 1.0)
76
+ thor
77
+ webrick
78
+ pact-mock_service (2.4.0)
79
+ filelock (~> 1.1)
80
+ find_a_port (~> 1.0.1)
81
+ json
82
+ pact-support (~> 1.2, >= 1.2.1)
83
+ rack (~> 2.0)
84
+ rack-test (~> 0.6.2)
85
+ rspec (>= 2.14)
86
+ term-ansicolor (~> 1.0)
87
+ thor (~> 0.19)
88
+ webrick (~> 1.3)
89
+ pact-support (1.2.1)
90
+ awesome_print (~> 1.1)
91
+ find_a_port (~> 1.0.1)
92
+ json
93
+ rack-test (~> 0.6.2)
94
+ randexp (~> 0.1.7)
95
+ rspec (>= 2.14)
96
+ term-ansicolor (~> 1.0)
97
+ thor
98
+ pact_broker (2.5.1)
99
+ dry-types (~> 0.10.3)
100
+ dry-validation (~> 0.10.5)
101
+ haml (~> 4.0)
102
+ httparty (~> 0.14)
103
+ json (> 1.8, < 3.0)
104
+ pact (~> 1.14)
105
+ padrino-core (~> 0.14.1)
106
+ rack (~> 2.0)
107
+ rack-protection (~> 2.0)
108
+ redcarpet (~> 3.3, >= 3.3.2)
109
+ reform (~> 2.2)
110
+ roar (~> 1.1)
111
+ semver2 (~> 3.4.2)
112
+ sequel (~> 4.23)
113
+ sucker_punch (~> 2.0)
114
+ webmachine (= 1.5.0)
115
+ padrino-core (0.14.1.1)
116
+ mustermann19
117
+ padrino-support (= 0.14.1.1)
118
+ rack-protection (>= 1.5.0)
119
+ sinatra (>= 1.4.6)
120
+ thor (~> 0.18)
121
+ padrino-support (0.14.1.1)
122
+ pg (0.21.0)
123
+ rack (2.0.3)
124
+ rack-protection (2.0.0)
125
+ rack
126
+ rack-proxy (0.6.2)
127
+ rack
128
+ rack-reverse-proxy (0.12.0)
129
+ rack (>= 1.0.0)
130
+ rack-proxy (~> 0.6, >= 0.6.1)
131
+ rack-test (0.6.3)
132
+ rack (>= 1.0)
133
+ rake (12.2.1)
134
+ randexp (0.1.7)
135
+ redcarpet (3.4.0)
136
+ reform (2.2.4)
137
+ disposable (>= 0.4.1)
138
+ representable (>= 2.4.0, < 3.1.0)
139
+ representable (3.0.4)
140
+ declarative (< 0.1.0)
141
+ declarative-option (< 0.2.0)
142
+ uber (< 0.2.0)
143
+ roar (1.1.0)
144
+ representable (~> 3.0.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.0)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
152
+ diff-lcs (>= 1.2.0, < 2.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
155
+ diff-lcs (>= 1.2.0, < 2.0)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.0)
158
+ semver2 (3.4.2)
159
+ sequel (4.49.0)
160
+ sinatra (2.0.0)
161
+ mustermann (~> 1.0)
162
+ rack (~> 2.0)
163
+ rack-protection (= 2.0.0)
164
+ tilt (~> 2.0)
165
+ sqlite3 (1.3.13)
166
+ sucker_punch (2.0.4)
167
+ concurrent-ruby (~> 1.0.0)
168
+ term-ansicolor (1.6.0)
169
+ tins (~> 1.0)
170
+ thin (1.7.2)
171
+ daemons (~> 1.0, >= 1.0.9)
172
+ eventmachine (~> 1.0, >= 1.0.4)
173
+ rack (>= 1, < 3)
174
+ thor (0.20.0)
175
+ tilt (2.0.8)
176
+ tins (1.15.0)
177
+ uber (0.1.0)
178
+ webmachine (1.5.0)
179
+ as-notifications (~> 1.0)
180
+ i18n (>= 0.4.0)
181
+ multi_json
182
+ webrick (1.3.1)
183
+
184
+ PLATFORMS
185
+ ruby
186
+
187
+ DEPENDENCIES
188
+ appraisal
189
+ mysql2 (~> 0.3.15)
190
+ pact_broker (= 2.5.1)
191
+ pg (~> 0.21)
192
+ rack-reverse-proxy (~> 0.12)
193
+ rake (~> 12.0)
194
+ rspec
195
+ sqlite3 (~> 1.3)
196
+ thin (~> 1.3)
197
+
198
+ BUNDLED WITH
199
+ 1.15.4
@@ -0,0 +1,13 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pact_broker", "2.5.1"
6
+ gem "sqlite3", "~>1.3"
7
+ gem "pg", "~>0.21"
8
+ gem "mysql2", "~>0.3.15"
9
+ gem "thin", "~>1.3"
10
+ gem "appraisal"
11
+ gem "rspec"
12
+ gem "rake", "~>12.0"
13
+ gem "rack-reverse-proxy", "~>0.12"