shoulda-matchers 4.0.0.rc1 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +72 -40
  4. data/lib/shoulda/matchers/action_controller.rb +2 -0
  5. data/lib/shoulda/matchers/active_model.rb +2 -3
  6. data/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb +1 -0
  7. data/lib/shoulda/matchers/active_record.rb +2 -0
  8. data/lib/shoulda/matchers/active_record/association_matcher.rb +34 -0
  9. data/lib/shoulda/matchers/active_record/association_matchers/optional_matcher.rb +27 -4
  10. data/lib/shoulda/matchers/active_record/association_matchers/required_matcher.rb +27 -4
  11. data/lib/shoulda/matchers/active_record/validate_uniqueness_of_matcher.rb +1 -1
  12. data/lib/shoulda/matchers/independent.rb +2 -1
  13. data/lib/shoulda/matchers/rails_shim.rb +5 -9
  14. data/lib/shoulda/matchers/version.rb +1 -1
  15. data/lib/shoulda/matchers/warn.rb +1 -0
  16. data/shoulda-matchers.gemspec +11 -3
  17. metadata +13 -340
  18. data/.gitignore +0 -12
  19. data/.hound.yml +0 -3
  20. data/.hound/ruby.yml +0 -1062
  21. data/.python-version +0 -1
  22. data/.rubocop.yml +0 -15
  23. data/.travis.yml +0 -21
  24. data/.yardopts +0 -10
  25. data/Appraisals +0 -105
  26. data/CONTRIBUTING.md +0 -172
  27. data/Gemfile +0 -15
  28. data/Gemfile.lock +0 -59
  29. data/MAINTAINING.md +0 -250
  30. data/NEWS.md +0 -1235
  31. data/Rakefile +0 -46
  32. data/bin/setup +0 -190
  33. data/custom_plan.rb +0 -104
  34. data/doc_config/gh-pages/index.html.erb +0 -9
  35. data/doc_config/yard/setup.rb +0 -22
  36. data/doc_config/yard/templates/default/fulldoc/html/css/bootstrap.css +0 -5967
  37. data/doc_config/yard/templates/default/fulldoc/html/css/full_list.css +0 -12
  38. data/doc_config/yard/templates/default/fulldoc/html/css/global.css +0 -66
  39. data/doc_config/yard/templates/default/fulldoc/html/css/solarized.css +0 -69
  40. data/doc_config/yard/templates/default/fulldoc/html/css/style.css +0 -312
  41. data/doc_config/yard/templates/default/fulldoc/html/full_list.erb +0 -26
  42. data/doc_config/yard/templates/default/fulldoc/html/full_list_class.erb +0 -1
  43. data/doc_config/yard/templates/default/fulldoc/html/full_list_method.erb +0 -8
  44. data/doc_config/yard/templates/default/fulldoc/html/js/app.js +0 -281
  45. data/doc_config/yard/templates/default/fulldoc/html/js/full_list.js +0 -1
  46. data/doc_config/yard/templates/default/fulldoc/html/js/jquery.stickyheaders.js +0 -289
  47. data/doc_config/yard/templates/default/fulldoc/html/js/underscore.min.js +0 -6
  48. data/doc_config/yard/templates/default/fulldoc/html/setup.rb +0 -35
  49. data/doc_config/yard/templates/default/layout/html/breadcrumb.erb +0 -14
  50. data/doc_config/yard/templates/default/layout/html/fonts.erb +0 -1
  51. data/doc_config/yard/templates/default/layout/html/footer.erb +0 -6
  52. data/doc_config/yard/templates/default/layout/html/layout.erb +0 -23
  53. data/doc_config/yard/templates/default/layout/html/search.erb +0 -13
  54. data/doc_config/yard/templates/default/layout/html/setup.rb +0 -40
  55. data/doc_config/yard/templates/default/method_details/html/source.erb +0 -10
  56. data/doc_config/yard/templates/default/module/html/box_info.erb +0 -31
  57. data/gemfiles/4.2.gemfile +0 -39
  58. data/gemfiles/4.2.gemfile.lock +0 -246
  59. data/gemfiles/5.0.gemfile +0 -37
  60. data/gemfiles/5.0.gemfile.lock +0 -238
  61. data/gemfiles/5.1.gemfile +0 -38
  62. data/gemfiles/5.1.gemfile.lock +0 -254
  63. data/gemfiles/5.2.gemfile +0 -40
  64. data/gemfiles/5.2.gemfile.lock +0 -273
  65. data/script/install_gems_in_all_appraisals +0 -16
  66. data/script/run_all_tests +0 -16
  67. data/script/supported_ruby_versions +0 -7
  68. data/script/update_gem_in_all_appraisals +0 -17
  69. data/script/update_gems_in_all_appraisals +0 -16
  70. data/spec/acceptance/active_model_integration_spec.rb +0 -23
  71. data/spec/acceptance/independent_matchers_spec.rb +0 -125
  72. data/spec/acceptance/multiple_libraries_integration_spec.rb +0 -55
  73. data/spec/acceptance/rails_integration_spec.rb +0 -156
  74. data/spec/acceptance_spec_helper.rb +0 -23
  75. data/spec/doublespeak_spec_helper.rb +0 -2
  76. data/spec/report_warnings.rb +0 -7
  77. data/spec/spec_helper.rb +0 -20
  78. data/spec/support/acceptance/adds_shoulda_matchers_to_project.rb +0 -133
  79. data/spec/support/acceptance/helpers.rb +0 -33
  80. data/spec/support/acceptance/helpers/active_model_helpers.rb +0 -11
  81. data/spec/support/acceptance/helpers/array_helpers.rb +0 -13
  82. data/spec/support/acceptance/helpers/base_helpers.rb +0 -19
  83. data/spec/support/acceptance/helpers/command_helpers.rb +0 -68
  84. data/spec/support/acceptance/helpers/file_helpers.rb +0 -19
  85. data/spec/support/acceptance/helpers/gem_helpers.rb +0 -31
  86. data/spec/support/acceptance/helpers/minitest_helpers.rb +0 -11
  87. data/spec/support/acceptance/helpers/n_unit_helpers.rb +0 -25
  88. data/spec/support/acceptance/helpers/pluralization_helpers.rb +0 -13
  89. data/spec/support/acceptance/helpers/rails_migration_helpers.rb +0 -21
  90. data/spec/support/acceptance/helpers/rails_version_helpers.rb +0 -11
  91. data/spec/support/acceptance/helpers/rspec_helpers.rb +0 -24
  92. data/spec/support/acceptance/helpers/ruby_version_helpers.rb +0 -9
  93. data/spec/support/acceptance/helpers/step_helpers.rb +0 -127
  94. data/spec/support/acceptance/matchers/have_output.rb +0 -31
  95. data/spec/support/acceptance/matchers/indicate_number_of_tests_was_run_matcher.rb +0 -55
  96. data/spec/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb +0 -103
  97. data/spec/support/tests/bundle.rb +0 -94
  98. data/spec/support/tests/command_runner.rb +0 -230
  99. data/spec/support/tests/current_bundle.rb +0 -55
  100. data/spec/support/tests/database.rb +0 -28
  101. data/spec/support/tests/database_adapters/postgresql.rb +0 -25
  102. data/spec/support/tests/database_adapters/sqlite3.rb +0 -26
  103. data/spec/support/tests/database_configuration.rb +0 -33
  104. data/spec/support/tests/database_configuration_registry.rb +0 -28
  105. data/spec/support/tests/filesystem.rb +0 -100
  106. data/spec/support/tests/version.rb +0 -45
  107. data/spec/support/unit/active_record/create_table.rb +0 -54
  108. data/spec/support/unit/attribute.rb +0 -45
  109. data/spec/support/unit/capture.rb +0 -46
  110. data/spec/support/unit/change_value.rb +0 -111
  111. data/spec/support/unit/create_model_arguments/basic.rb +0 -135
  112. data/spec/support/unit/create_model_arguments/has_many.rb +0 -15
  113. data/spec/support/unit/create_model_arguments/uniqueness_matcher.rb +0 -74
  114. data/spec/support/unit/helpers/action_pack_versions.rb +0 -22
  115. data/spec/support/unit/helpers/active_model_helpers.rb +0 -27
  116. data/spec/support/unit/helpers/active_model_versions.rb +0 -32
  117. data/spec/support/unit/helpers/active_record_versions.rb +0 -44
  118. data/spec/support/unit/helpers/active_resource_builder.rb +0 -27
  119. data/spec/support/unit/helpers/allow_value_matcher_helpers.rb +0 -15
  120. data/spec/support/unit/helpers/class_builder.rb +0 -90
  121. data/spec/support/unit/helpers/column_type_helpers.rb +0 -26
  122. data/spec/support/unit/helpers/confirmation_matcher_helpers.rb +0 -17
  123. data/spec/support/unit/helpers/controller_builder.rb +0 -63
  124. data/spec/support/unit/helpers/database_helpers.rb +0 -20
  125. data/spec/support/unit/helpers/i18n_faker.rb +0 -15
  126. data/spec/support/unit/helpers/mailer_builder.rb +0 -12
  127. data/spec/support/unit/helpers/message_helpers.rb +0 -19
  128. data/spec/support/unit/helpers/model_builder.rb +0 -114
  129. data/spec/support/unit/helpers/rails_versions.rb +0 -42
  130. data/spec/support/unit/helpers/validation_matcher_scenario_helpers.rb +0 -44
  131. data/spec/support/unit/i18n.rb +0 -7
  132. data/spec/support/unit/load_environment.rb +0 -12
  133. data/spec/support/unit/matchers/deprecate.rb +0 -60
  134. data/spec/support/unit/matchers/fail_with_message_including_matcher.rb +0 -51
  135. data/spec/support/unit/matchers/fail_with_message_matcher.rb +0 -64
  136. data/spec/support/unit/matchers/print_warning_including.rb +0 -67
  137. data/spec/support/unit/model_creation_strategies/active_model.rb +0 -111
  138. data/spec/support/unit/model_creation_strategies/active_record.rb +0 -77
  139. data/spec/support/unit/model_creators.rb +0 -19
  140. data/spec/support/unit/model_creators/active_model.rb +0 -39
  141. data/spec/support/unit/model_creators/active_record.rb +0 -42
  142. data/spec/support/unit/model_creators/active_record/has_and_belongs_to_many.rb +0 -95
  143. data/spec/support/unit/model_creators/active_record/has_many.rb +0 -67
  144. data/spec/support/unit/model_creators/active_record/uniqueness_matcher.rb +0 -42
  145. data/spec/support/unit/model_creators/basic.rb +0 -102
  146. data/spec/support/unit/rails_application.rb +0 -151
  147. data/spec/support/unit/record_builder_with_i18n_validation_message.rb +0 -69
  148. data/spec/support/unit/record_validating_confirmation_builder.rb +0 -54
  149. data/spec/support/unit/record_with_different_error_attribute_builder.rb +0 -92
  150. data/spec/support/unit/shared_examples/ignoring_interference_by_writer.rb +0 -79
  151. data/spec/support/unit/shared_examples/numerical_submatcher.rb +0 -17
  152. data/spec/support/unit/shared_examples/set_session_or_flash.rb +0 -360
  153. data/spec/support/unit/validation_matcher_scenario.rb +0 -60
  154. data/spec/unit/shoulda/matchers/action_controller/callback_matcher_spec.rb +0 -82
  155. data/spec/unit/shoulda/matchers/action_controller/filter_param_matcher_spec.rb +0 -28
  156. data/spec/unit/shoulda/matchers/action_controller/permit_matcher_spec.rb +0 -629
  157. data/spec/unit/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb +0 -42
  158. data/spec/unit/shoulda/matchers/action_controller/render_template_matcher_spec.rb +0 -76
  159. data/spec/unit/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb +0 -62
  160. data/spec/unit/shoulda/matchers/action_controller/rescue_from_matcher_spec.rb +0 -90
  161. data/spec/unit/shoulda/matchers/action_controller/respond_with_matcher_spec.rb +0 -31
  162. data/spec/unit/shoulda/matchers/action_controller/route_matcher_spec.rb +0 -330
  163. data/spec/unit/shoulda/matchers/action_controller/route_params_spec.rb +0 -30
  164. data/spec/unit/shoulda/matchers/action_controller/set_flash_matcher_spec.rb +0 -67
  165. data/spec/unit/shoulda/matchers/action_controller/set_session_matcher_spec.rb +0 -17
  166. data/spec/unit/shoulda/matchers/action_controller/set_session_or_flash_matcher_spec.rb +0 -562
  167. data/spec/unit/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb +0 -117
  168. data/spec/unit/shoulda/matchers/active_model/allow_value_matcher_spec.rb +0 -829
  169. data/spec/unit/shoulda/matchers/active_model/disallow_value_matcher_spec.rb +0 -86
  170. data/spec/unit/shoulda/matchers/active_model/have_secure_password_matcher_spec.rb +0 -20
  171. data/spec/unit/shoulda/matchers/active_model/helpers_spec.rb +0 -162
  172. data/spec/unit/shoulda/matchers/active_model/validate_absence_of_matcher_spec.rb +0 -290
  173. data/spec/unit/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb +0 -109
  174. data/spec/unit/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb +0 -172
  175. data/spec/unit/shoulda/matchers/active_model/validate_exclusion_of_matcher_spec.rb +0 -264
  176. data/spec/unit/shoulda/matchers/active_model/validate_inclusion_of_matcher_spec.rb +0 -1049
  177. data/spec/unit/shoulda/matchers/active_model/validate_length_of_matcher_spec.rb +0 -335
  178. data/spec/unit/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb +0 -1865
  179. data/spec/unit/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb +0 -406
  180. data/spec/unit/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb +0 -107
  181. data/spec/unit/shoulda/matchers/active_record/association_matcher_spec.rb +0 -1672
  182. data/spec/unit/shoulda/matchers/active_record/association_matchers/model_reflection_spec.rb +0 -251
  183. data/spec/unit/shoulda/matchers/active_record/define_enum_for_matcher_spec.rb +0 -690
  184. data/spec/unit/shoulda/matchers/active_record/have_db_column_matcher_spec.rb +0 -111
  185. data/spec/unit/shoulda/matchers/active_record/have_db_index_matcher_spec.rb +0 -85
  186. data/spec/unit/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb +0 -41
  187. data/spec/unit/shoulda/matchers/active_record/have_secure_token_matcher_spec.rb +0 -169
  188. data/spec/unit/shoulda/matchers/active_record/serialize_matcher_spec.rb +0 -86
  189. data/spec/unit/shoulda/matchers/active_record/validate_uniqueness_of_matcher_spec.rb +0 -1682
  190. data/spec/unit/shoulda/matchers/doublespeak/double_collection_spec.rb +0 -190
  191. data/spec/unit/shoulda/matchers/doublespeak/double_implementation_registry_spec.rb +0 -21
  192. data/spec/unit/shoulda/matchers/doublespeak/double_spec.rb +0 -271
  193. data/spec/unit/shoulda/matchers/doublespeak/object_double_spec.rb +0 -77
  194. data/spec/unit/shoulda/matchers/doublespeak/proxy_implementation_spec.rb +0 -72
  195. data/spec/unit/shoulda/matchers/doublespeak/stub_implementation_spec.rb +0 -101
  196. data/spec/unit/shoulda/matchers/doublespeak/world_spec.rb +0 -78
  197. data/spec/unit/shoulda/matchers/doublespeak_spec.rb +0 -27
  198. data/spec/unit/shoulda/matchers/independent/delegate_method_matcher/stubbed_target_spec.rb +0 -43
  199. data/spec/unit/shoulda/matchers/independent/delegate_method_matcher_spec.rb +0 -650
  200. data/spec/unit/shoulda/matchers/routing/route_matcher_spec.rb +0 -406
  201. data/spec/unit/shoulda/matchers/util/word_wrap_spec.rb +0 -252
  202. data/spec/unit_spec_helper.rb +0 -54
  203. data/spec/warnings_spy.rb +0 -64
  204. data/spec/warnings_spy/filesystem.rb +0 -45
  205. data/spec/warnings_spy/partitioner.rb +0 -36
  206. data/spec/warnings_spy/reader.rb +0 -53
  207. data/spec/warnings_spy/reporter.rb +0 -88
  208. data/tasks/documentation.rb +0 -199
  209. data/zeus.json +0 -11
@@ -1,37 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal", "2.2.0"
6
- gem "bundler", "~> 1.1"
7
- gem "pry"
8
- gem "pry-byebug"
9
- gem "rake", "12.3.0"
10
- gem "rspec", "~> 3.6"
11
- gem "zeus", require: false
12
- gem "yard"
13
- gem "redcarpet"
14
- gem "pygments.rb"
15
- gem "fssm"
16
- gem "activerecord-jdbc-adapter", platform: :jruby
17
- gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
18
- gem "jdbc-sqlite3", platform: :jruby
19
- gem "jruby-openssl", platform: :jruby
20
- gem "therubyrhino", platform: :jruby
21
- gem "sqlite3", platform: :ruby
22
- gem "pg", platform: :ruby
23
- gem "spring"
24
- gem "spring-commands-rspec"
25
- gem "minitest-reporters"
26
- gem "rspec-rails", "~> 3.6"
27
- gem "shoulda-context", "~> 1.2.0"
28
- gem "rails", "~> 5.0.6"
29
- gem "rails-controller-testing", ">= 1.0.1"
30
- gem "puma", "~> 3.0"
31
- gem "sass-rails", "~> 5.0"
32
- gem "jquery-rails"
33
- gem "turbolinks", "~> 5"
34
- gem "jbuilder", "~> 2.5"
35
- gem "bcrypt", "~> 3.1.7"
36
- gem "listen", "~> 3.0.5"
37
- gem "spring-watcher-listen", "~> 2.0.0"
@@ -1,238 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actioncable (5.0.6)
5
- actionpack (= 5.0.6)
6
- nio4r (>= 1.2, < 3.0)
7
- websocket-driver (~> 0.6.1)
8
- actionmailer (5.0.6)
9
- actionpack (= 5.0.6)
10
- actionview (= 5.0.6)
11
- activejob (= 5.0.6)
12
- mail (~> 2.5, >= 2.5.4)
13
- rails-dom-testing (~> 2.0)
14
- actionpack (5.0.6)
15
- actionview (= 5.0.6)
16
- activesupport (= 5.0.6)
17
- rack (~> 2.0)
18
- rack-test (~> 0.6.3)
19
- rails-dom-testing (~> 2.0)
20
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.0.6)
22
- activesupport (= 5.0.6)
23
- builder (~> 3.1)
24
- erubis (~> 2.7.0)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
- activejob (5.0.6)
28
- activesupport (= 5.0.6)
29
- globalid (>= 0.3.6)
30
- activemodel (5.0.6)
31
- activesupport (= 5.0.6)
32
- activerecord (5.0.6)
33
- activemodel (= 5.0.6)
34
- activesupport (= 5.0.6)
35
- arel (~> 7.0)
36
- activesupport (5.0.6)
37
- concurrent-ruby (~> 1.0, >= 1.0.2)
38
- i18n (~> 0.7)
39
- minitest (~> 5.1)
40
- tzinfo (~> 1.1)
41
- ansi (1.5.0)
42
- appraisal (2.2.0)
43
- bundler
44
- rake
45
- thor (>= 0.14.0)
46
- arel (7.1.4)
47
- bcrypt (3.1.11)
48
- builder (3.2.3)
49
- byebug (9.1.0)
50
- coderay (1.1.2)
51
- concurrent-ruby (1.0.5)
52
- crass (1.0.2)
53
- diff-lcs (1.3)
54
- erubis (2.7.0)
55
- ffi (1.9.18)
56
- fssm (0.2.10)
57
- globalid (0.4.0)
58
- activesupport (>= 4.2.0)
59
- i18n (0.8.6)
60
- jbuilder (2.7.0)
61
- activesupport (>= 4.2.0)
62
- multi_json (>= 1.2)
63
- jquery-rails (4.3.1)
64
- rails-dom-testing (>= 1, < 3)
65
- railties (>= 4.2.0)
66
- thor (>= 0.14, < 2.0)
67
- listen (3.0.8)
68
- rb-fsevent (~> 0.9, >= 0.9.4)
69
- rb-inotify (~> 0.9, >= 0.9.7)
70
- loofah (2.1.1)
71
- crass (~> 1.0.2)
72
- nokogiri (>= 1.5.9)
73
- mail (2.6.6)
74
- mime-types (>= 1.16, < 4)
75
- method_source (0.9.0)
76
- mime-types (3.1)
77
- mime-types-data (~> 3.2015)
78
- mime-types-data (3.2016.0521)
79
- mini_portile2 (2.3.0)
80
- minitest (5.10.3)
81
- minitest-reporters (1.1.14)
82
- ansi
83
- builder
84
- minitest (>= 5.0)
85
- ruby-progressbar
86
- multi_json (1.12.2)
87
- nio4r (2.1.0)
88
- nokogiri (1.8.1)
89
- mini_portile2 (~> 2.3.0)
90
- pg (0.21.0)
91
- pry (0.11.3)
92
- coderay (~> 1.1.0)
93
- method_source (~> 0.9.0)
94
- pry-byebug (3.5.1)
95
- byebug (~> 9.1)
96
- pry (~> 0.10)
97
- puma (3.10.0)
98
- pygments.rb (1.1.2)
99
- multi_json (>= 1.0.0)
100
- rack (2.0.3)
101
- rack-test (0.6.3)
102
- rack (>= 1.0)
103
- rails (5.0.6)
104
- actioncable (= 5.0.6)
105
- actionmailer (= 5.0.6)
106
- actionpack (= 5.0.6)
107
- actionview (= 5.0.6)
108
- activejob (= 5.0.6)
109
- activemodel (= 5.0.6)
110
- activerecord (= 5.0.6)
111
- activesupport (= 5.0.6)
112
- bundler (>= 1.3.0)
113
- railties (= 5.0.6)
114
- sprockets-rails (>= 2.0.0)
115
- rails-controller-testing (1.0.1)
116
- actionpack (~> 5.x)
117
- actionview (~> 5.x)
118
- activesupport (~> 5.x)
119
- rails-dom-testing (2.0.3)
120
- activesupport (>= 4.2.0)
121
- nokogiri (>= 1.6)
122
- rails-html-sanitizer (1.0.3)
123
- loofah (~> 2.0)
124
- railties (5.0.6)
125
- actionpack (= 5.0.6)
126
- activesupport (= 5.0.6)
127
- method_source
128
- rake (>= 0.8.7)
129
- thor (>= 0.18.1, < 2.0)
130
- rake (12.3.0)
131
- rb-fsevent (0.10.2)
132
- rb-inotify (0.9.10)
133
- ffi (>= 0.5.0, < 2)
134
- redcarpet (3.4.0)
135
- rspec (3.6.0)
136
- rspec-core (~> 3.6.0)
137
- rspec-expectations (~> 3.6.0)
138
- rspec-mocks (~> 3.6.0)
139
- rspec-core (3.6.0)
140
- rspec-support (~> 3.6.0)
141
- rspec-expectations (3.6.0)
142
- diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.6.0)
144
- rspec-mocks (3.6.0)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.6.0)
147
- rspec-rails (3.6.1)
148
- actionpack (>= 3.0)
149
- activesupport (>= 3.0)
150
- railties (>= 3.0)
151
- rspec-core (~> 3.6.0)
152
- rspec-expectations (~> 3.6.0)
153
- rspec-mocks (~> 3.6.0)
154
- rspec-support (~> 3.6.0)
155
- rspec-support (3.6.0)
156
- ruby-progressbar (1.8.1)
157
- sass (3.5.2)
158
- sass-listen (~> 4.0.0)
159
- sass-listen (4.0.0)
160
- rb-fsevent (~> 0.9, >= 0.9.4)
161
- rb-inotify (~> 0.9, >= 0.9.7)
162
- sass-rails (5.0.6)
163
- railties (>= 4.0.0, < 6)
164
- sass (~> 3.1)
165
- sprockets (>= 2.8, < 4.0)
166
- sprockets-rails (>= 2.0, < 4.0)
167
- tilt (>= 1.1, < 3)
168
- shoulda-context (1.2.2)
169
- spring (2.0.2)
170
- activesupport (>= 4.2)
171
- spring-commands-rspec (1.0.4)
172
- spring (>= 0.9.1)
173
- spring-watcher-listen (2.0.1)
174
- listen (>= 2.7, < 4.0)
175
- spring (>= 1.2, < 3.0)
176
- sprockets (3.7.1)
177
- concurrent-ruby (~> 1.0)
178
- rack (> 1, < 3)
179
- sprockets-rails (3.2.1)
180
- actionpack (>= 4.0)
181
- activesupport (>= 4.0)
182
- sprockets (>= 3.0.0)
183
- sqlite3 (1.3.13)
184
- thor (0.20.0)
185
- thread_safe (0.3.6)
186
- tilt (2.0.8)
187
- turbolinks (5.0.1)
188
- turbolinks-source (~> 5)
189
- turbolinks-source (5.0.3)
190
- tzinfo (1.2.3)
191
- thread_safe (~> 0.1)
192
- websocket-driver (0.6.5)
193
- websocket-extensions (>= 0.1.0)
194
- websocket-extensions (0.1.2)
195
- yard (0.9.9)
196
- zeus (0.15.14)
197
- method_source (>= 0.6.7)
198
-
199
- PLATFORMS
200
- ruby
201
-
202
- DEPENDENCIES
203
- activerecord-jdbc-adapter
204
- activerecord-jdbcsqlite3-adapter
205
- appraisal (= 2.2.0)
206
- bcrypt (~> 3.1.7)
207
- bundler (~> 1.1)
208
- fssm
209
- jbuilder (~> 2.5)
210
- jdbc-sqlite3
211
- jquery-rails
212
- jruby-openssl
213
- listen (~> 3.0.5)
214
- minitest-reporters
215
- pg
216
- pry
217
- pry-byebug
218
- puma (~> 3.0)
219
- pygments.rb
220
- rails (~> 5.0.6)
221
- rails-controller-testing (>= 1.0.1)
222
- rake (= 12.3.0)
223
- redcarpet
224
- rspec (~> 3.6)
225
- rspec-rails (~> 3.6)
226
- sass-rails (~> 5.0)
227
- shoulda-context (~> 1.2.0)
228
- spring
229
- spring-commands-rspec
230
- spring-watcher-listen (~> 2.0.0)
231
- sqlite3
232
- therubyrhino
233
- turbolinks (~> 5)
234
- yard
235
- zeus
236
-
237
- BUNDLED WITH
238
- 1.16.1
@@ -1,38 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal", "2.2.0"
6
- gem "bundler", "~> 1.1"
7
- gem "pry"
8
- gem "pry-byebug"
9
- gem "rake", "12.3.0"
10
- gem "rspec", "~> 3.6"
11
- gem "zeus", require: false
12
- gem "yard"
13
- gem "redcarpet"
14
- gem "pygments.rb"
15
- gem "fssm"
16
- gem "activerecord-jdbc-adapter", platform: :jruby
17
- gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
18
- gem "jdbc-sqlite3", platform: :jruby
19
- gem "jruby-openssl", platform: :jruby
20
- gem "therubyrhino", platform: :jruby
21
- gem "sqlite3", platform: :ruby
22
- gem "pg", platform: :ruby
23
- gem "spring"
24
- gem "spring-commands-rspec"
25
- gem "minitest-reporters"
26
- gem "rspec-rails", "~> 3.6"
27
- gem "shoulda-context", "~> 1.2.0"
28
- gem "rails", "~> 5.1.6"
29
- gem "rails-controller-testing", ">= 1.0.1"
30
- gem "puma", "~> 3.7"
31
- gem "sass-rails", "~> 5.0"
32
- gem "turbolinks", "~> 5"
33
- gem "jbuilder", "~> 2.5"
34
- gem "bcrypt", "~> 3.1.7"
35
- gem "capybara", "~> 2.13"
36
- gem "selenium-webdriver"
37
- gem "listen", ">= 3.0.5", "< 3.2"
38
- gem "spring-watcher-listen", "~> 2.0.0"
@@ -1,254 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actioncable (5.1.6)
5
- actionpack (= 5.1.6)
6
- nio4r (~> 2.0)
7
- websocket-driver (~> 0.6.1)
8
- actionmailer (5.1.6)
9
- actionpack (= 5.1.6)
10
- actionview (= 5.1.6)
11
- activejob (= 5.1.6)
12
- mail (~> 2.5, >= 2.5.4)
13
- rails-dom-testing (~> 2.0)
14
- actionpack (5.1.6)
15
- actionview (= 5.1.6)
16
- activesupport (= 5.1.6)
17
- rack (~> 2.0)
18
- rack-test (>= 0.6.3)
19
- rails-dom-testing (~> 2.0)
20
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.1.6)
22
- activesupport (= 5.1.6)
23
- builder (~> 3.1)
24
- erubi (~> 1.4)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
- activejob (5.1.6)
28
- activesupport (= 5.1.6)
29
- globalid (>= 0.3.6)
30
- activemodel (5.1.6)
31
- activesupport (= 5.1.6)
32
- activerecord (5.1.6)
33
- activemodel (= 5.1.6)
34
- activesupport (= 5.1.6)
35
- arel (~> 8.0)
36
- activesupport (5.1.6)
37
- concurrent-ruby (~> 1.0, >= 1.0.2)
38
- i18n (>= 0.7, < 2)
39
- minitest (~> 5.1)
40
- tzinfo (~> 1.1)
41
- addressable (2.5.2)
42
- public_suffix (>= 2.0.2, < 4.0)
43
- ansi (1.5.0)
44
- appraisal (2.2.0)
45
- bundler
46
- rake
47
- thor (>= 0.14.0)
48
- arel (8.0.0)
49
- bcrypt (3.1.12)
50
- builder (3.2.3)
51
- byebug (10.0.2)
52
- capybara (2.18.0)
53
- addressable
54
- mini_mime (>= 0.1.3)
55
- nokogiri (>= 1.3.3)
56
- rack (>= 1.0.0)
57
- rack-test (>= 0.5.4)
58
- xpath (>= 2.0, < 4.0)
59
- childprocess (0.9.0)
60
- ffi (~> 1.0, >= 1.0.11)
61
- coderay (1.1.2)
62
- concurrent-ruby (1.0.5)
63
- crass (1.0.4)
64
- diff-lcs (1.3)
65
- erubi (1.7.1)
66
- ffi (1.9.25)
67
- fssm (0.2.10)
68
- globalid (0.4.1)
69
- activesupport (>= 4.2.0)
70
- i18n (1.1.0)
71
- concurrent-ruby (~> 1.0)
72
- jbuilder (2.7.0)
73
- activesupport (>= 4.2.0)
74
- multi_json (>= 1.2)
75
- listen (3.1.5)
76
- rb-fsevent (~> 0.9, >= 0.9.4)
77
- rb-inotify (~> 0.9, >= 0.9.7)
78
- ruby_dep (~> 1.2)
79
- loofah (2.2.2)
80
- crass (~> 1.0.2)
81
- nokogiri (>= 1.5.9)
82
- mail (2.7.0)
83
- mini_mime (>= 0.1.1)
84
- method_source (0.9.0)
85
- mini_mime (1.0.1)
86
- mini_portile2 (2.3.0)
87
- minitest (5.11.3)
88
- minitest-reporters (1.3.4)
89
- ansi
90
- builder
91
- minitest (>= 5.0)
92
- ruby-progressbar
93
- multi_json (1.13.1)
94
- nio4r (2.3.1)
95
- nokogiri (1.8.4)
96
- mini_portile2 (~> 2.3.0)
97
- pg (1.1.3)
98
- pry (0.11.3)
99
- coderay (~> 1.1.0)
100
- method_source (~> 0.9.0)
101
- pry-byebug (3.6.0)
102
- byebug (~> 10.0)
103
- pry (~> 0.10)
104
- public_suffix (3.0.3)
105
- puma (3.12.0)
106
- pygments.rb (1.2.1)
107
- multi_json (>= 1.0.0)
108
- rack (2.0.5)
109
- rack-test (1.1.0)
110
- rack (>= 1.0, < 3)
111
- rails (5.1.6)
112
- actioncable (= 5.1.6)
113
- actionmailer (= 5.1.6)
114
- actionpack (= 5.1.6)
115
- actionview (= 5.1.6)
116
- activejob (= 5.1.6)
117
- activemodel (= 5.1.6)
118
- activerecord (= 5.1.6)
119
- activesupport (= 5.1.6)
120
- bundler (>= 1.3.0)
121
- railties (= 5.1.6)
122
- sprockets-rails (>= 2.0.0)
123
- rails-controller-testing (1.0.2)
124
- actionpack (~> 5.x, >= 5.0.1)
125
- actionview (~> 5.x, >= 5.0.1)
126
- activesupport (~> 5.x)
127
- rails-dom-testing (2.0.3)
128
- activesupport (>= 4.2.0)
129
- nokogiri (>= 1.6)
130
- rails-html-sanitizer (1.0.4)
131
- loofah (~> 2.2, >= 2.2.2)
132
- railties (5.1.6)
133
- actionpack (= 5.1.6)
134
- activesupport (= 5.1.6)
135
- method_source
136
- rake (>= 0.8.7)
137
- thor (>= 0.18.1, < 2.0)
138
- rake (12.3.0)
139
- rb-fsevent (0.10.3)
140
- rb-inotify (0.9.10)
141
- ffi (>= 0.5.0, < 2)
142
- redcarpet (3.4.0)
143
- rspec (3.8.0)
144
- rspec-core (~> 3.8.0)
145
- rspec-expectations (~> 3.8.0)
146
- rspec-mocks (~> 3.8.0)
147
- rspec-core (3.8.0)
148
- rspec-support (~> 3.8.0)
149
- rspec-expectations (3.8.1)
150
- diff-lcs (>= 1.2.0, < 2.0)
151
- rspec-support (~> 3.8.0)
152
- rspec-mocks (3.8.0)
153
- diff-lcs (>= 1.2.0, < 2.0)
154
- rspec-support (~> 3.8.0)
155
- rspec-rails (3.8.0)
156
- actionpack (>= 3.0)
157
- activesupport (>= 3.0)
158
- railties (>= 3.0)
159
- rspec-core (~> 3.8.0)
160
- rspec-expectations (~> 3.8.0)
161
- rspec-mocks (~> 3.8.0)
162
- rspec-support (~> 3.8.0)
163
- rspec-support (3.8.0)
164
- ruby-progressbar (1.10.0)
165
- ruby_dep (1.5.0)
166
- rubyzip (1.2.2)
167
- sass (3.5.7)
168
- sass-listen (~> 4.0.0)
169
- sass-listen (4.0.0)
170
- rb-fsevent (~> 0.9, >= 0.9.4)
171
- rb-inotify (~> 0.9, >= 0.9.7)
172
- sass-rails (5.0.7)
173
- railties (>= 4.0.0, < 6)
174
- sass (~> 3.1)
175
- sprockets (>= 2.8, < 4.0)
176
- sprockets-rails (>= 2.0, < 4.0)
177
- tilt (>= 1.1, < 3)
178
- selenium-webdriver (3.14.0)
179
- childprocess (~> 0.5)
180
- rubyzip (~> 1.2)
181
- shoulda-context (1.2.2)
182
- spring (2.0.2)
183
- activesupport (>= 4.2)
184
- spring-commands-rspec (1.0.4)
185
- spring (>= 0.9.1)
186
- spring-watcher-listen (2.0.1)
187
- listen (>= 2.7, < 4.0)
188
- spring (>= 1.2, < 3.0)
189
- sprockets (3.7.2)
190
- concurrent-ruby (~> 1.0)
191
- rack (> 1, < 3)
192
- sprockets-rails (3.2.1)
193
- actionpack (>= 4.0)
194
- activesupport (>= 4.0)
195
- sprockets (>= 3.0.0)
196
- sqlite3 (1.3.13)
197
- thor (0.20.0)
198
- thread_safe (0.3.6)
199
- tilt (2.0.8)
200
- turbolinks (5.2.0)
201
- turbolinks-source (~> 5.2)
202
- turbolinks-source (5.2.0)
203
- tzinfo (1.2.5)
204
- thread_safe (~> 0.1)
205
- websocket-driver (0.6.5)
206
- websocket-extensions (>= 0.1.0)
207
- websocket-extensions (0.1.3)
208
- xpath (3.1.0)
209
- nokogiri (~> 1.8)
210
- yard (0.9.16)
211
- zeus (0.15.14)
212
- method_source (>= 0.6.7)
213
-
214
- PLATFORMS
215
- ruby
216
-
217
- DEPENDENCIES
218
- activerecord-jdbc-adapter
219
- activerecord-jdbcsqlite3-adapter
220
- appraisal (= 2.2.0)
221
- bcrypt (~> 3.1.7)
222
- bundler (~> 1.1)
223
- capybara (~> 2.13)
224
- fssm
225
- jbuilder (~> 2.5)
226
- jdbc-sqlite3
227
- jruby-openssl
228
- listen (>= 3.0.5, < 3.2)
229
- minitest-reporters
230
- pg
231
- pry
232
- pry-byebug
233
- puma (~> 3.7)
234
- pygments.rb
235
- rails (~> 5.1.6)
236
- rails-controller-testing (>= 1.0.1)
237
- rake (= 12.3.0)
238
- redcarpet
239
- rspec (~> 3.6)
240
- rspec-rails (~> 3.6)
241
- sass-rails (~> 5.0)
242
- selenium-webdriver
243
- shoulda-context (~> 1.2.0)
244
- spring
245
- spring-commands-rspec
246
- spring-watcher-listen (~> 2.0.0)
247
- sqlite3
248
- therubyrhino
249
- turbolinks (~> 5)
250
- yard
251
- zeus
252
-
253
- BUNDLED WITH
254
- 1.16.4