jr-paperclip 8.0.2 → 8.0.3

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.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +4 -0
  3. data/lib/paperclip/version.rb +1 -1
  4. metadata +3 -247
  5. data/.github/FUNDING.yml +0 -3
  6. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -18
  7. data/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  8. data/.github/workflows/reviewdog.yml +0 -23
  9. data/.github/workflows/tests.yml +0 -56
  10. data/.gitignore +0 -19
  11. data/.qlty/.gitignore +0 -7
  12. data/.qlty/qlty.toml +0 -89
  13. data/Appraisals +0 -29
  14. data/Gemfile +0 -18
  15. data/bin/console +0 -11
  16. data/features/basic_integration.feature +0 -112
  17. data/features/migration.feature +0 -29
  18. data/features/rake_tasks.feature +0 -62
  19. data/features/step_definitions/attachment_steps.rb +0 -138
  20. data/features/step_definitions/html_steps.rb +0 -15
  21. data/features/step_definitions/rails_steps.rb +0 -271
  22. data/features/step_definitions/s3_steps.rb +0 -16
  23. data/features/step_definitions/web_steps.rb +0 -106
  24. data/features/support/env.rb +0 -12
  25. data/features/support/file_helpers.rb +0 -34
  26. data/features/support/fixtures/boot_config.txt +0 -15
  27. data/features/support/fixtures/gemfile.txt +0 -5
  28. data/features/support/fixtures/preinitializer.txt +0 -20
  29. data/features/support/paths.rb +0 -28
  30. data/features/support/rails.rb +0 -39
  31. data/features/support/selectors.rb +0 -19
  32. data/features/support/webmock_setup.rb +0 -8
  33. data/gemfiles/7.0.gemfile +0 -21
  34. data/gemfiles/7.1.gemfile +0 -21
  35. data/gemfiles/7.2.gemfile +0 -21
  36. data/gemfiles/8.0.gemfile +0 -21
  37. data/gemfiles/8.1.gemfile +0 -21
  38. data/paperclip.gemspec +0 -52
  39. data/spec/database.yml +0 -4
  40. data/spec/paperclip/attachment_definitions_spec.rb +0 -313
  41. data/spec/paperclip/attachment_processing_spec.rb +0 -79
  42. data/spec/paperclip/attachment_registry_spec.rb +0 -158
  43. data/spec/paperclip/attachment_spec.rb +0 -1617
  44. data/spec/paperclip/content_type_detector_spec.rb +0 -58
  45. data/spec/paperclip/file_command_content_type_detector_spec.rb +0 -40
  46. data/spec/paperclip/filename_cleaner_spec.rb +0 -13
  47. data/spec/paperclip/geometry_detector_spec.rb +0 -96
  48. data/spec/paperclip/geometry_parser_spec.rb +0 -73
  49. data/spec/paperclip/geometry_spec.rb +0 -270
  50. data/spec/paperclip/glue_spec.rb +0 -63
  51. data/spec/paperclip/has_attached_file_spec.rb +0 -78
  52. data/spec/paperclip/helpers_spec.rb +0 -49
  53. data/spec/paperclip/integration_spec.rb +0 -702
  54. data/spec/paperclip/interpolations_spec.rb +0 -270
  55. data/spec/paperclip/io_adapters/abstract_adapter_spec.rb +0 -160
  56. data/spec/paperclip/io_adapters/attachment_adapter_spec.rb +0 -167
  57. data/spec/paperclip/io_adapters/data_uri_adapter_spec.rb +0 -88
  58. data/spec/paperclip/io_adapters/empty_string_adapter_spec.rb +0 -17
  59. data/spec/paperclip/io_adapters/file_adapter_spec.rb +0 -134
  60. data/spec/paperclip/io_adapters/http_url_proxy_adapter_spec.rb +0 -142
  61. data/spec/paperclip/io_adapters/identity_adapter_spec.rb +0 -8
  62. data/spec/paperclip/io_adapters/nil_adapter_spec.rb +0 -25
  63. data/spec/paperclip/io_adapters/registry_spec.rb +0 -35
  64. data/spec/paperclip/io_adapters/stringio_adapter_spec.rb +0 -64
  65. data/spec/paperclip/io_adapters/uploaded_file_adapter_spec.rb +0 -146
  66. data/spec/paperclip/io_adapters/uri_adapter_spec.rb +0 -231
  67. data/spec/paperclip/lazy_thumbnail_compatibility_spec.rb +0 -266
  68. data/spec/paperclip/matchers/have_attached_file_matcher_spec.rb +0 -19
  69. data/spec/paperclip/matchers/validate_attachment_content_type_matcher_spec.rb +0 -108
  70. data/spec/paperclip/matchers/validate_attachment_presence_matcher_spec.rb +0 -69
  71. data/spec/paperclip/matchers/validate_attachment_size_matcher_spec.rb +0 -88
  72. data/spec/paperclip/media_type_spoof_detector_spec.rb +0 -126
  73. data/spec/paperclip/meta_class_spec.rb +0 -30
  74. data/spec/paperclip/migration_guide_example_spec.rb +0 -44
  75. data/spec/paperclip/paperclip_missing_attachment_styles_spec.rb +0 -88
  76. data/spec/paperclip/paperclip_spec.rb +0 -196
  77. data/spec/paperclip/plural_cache_spec.rb +0 -37
  78. data/spec/paperclip/processor_helpers_spec.rb +0 -57
  79. data/spec/paperclip/processor_spec.rb +0 -60
  80. data/spec/paperclip/rails_environment_spec.rb +0 -30
  81. data/spec/paperclip/rake_spec.rb +0 -103
  82. data/spec/paperclip/schema_spec.rb +0 -298
  83. data/spec/paperclip/storage/filesystem_spec.rb +0 -102
  84. data/spec/paperclip/storage/fog_spec.rb +0 -606
  85. data/spec/paperclip/storage/s3_live_spec.rb +0 -188
  86. data/spec/paperclip/storage/s3_spec.rb +0 -1974
  87. data/spec/paperclip/style_spec.rb +0 -309
  88. data/spec/paperclip/tempfile_factory_spec.rb +0 -33
  89. data/spec/paperclip/tempfile_spec.rb +0 -35
  90. data/spec/paperclip/thumbnail_custom_options_spec.rb +0 -225
  91. data/spec/paperclip/thumbnail_loader_options_spec.rb +0 -53
  92. data/spec/paperclip/thumbnail_security_spec.rb +0 -42
  93. data/spec/paperclip/thumbnail_spec.rb +0 -1488
  94. data/spec/paperclip/url_generator_spec.rb +0 -231
  95. data/spec/paperclip/validators/attachment_content_type_validator_spec.rb +0 -410
  96. data/spec/paperclip/validators/attachment_file_name_validator_spec.rb +0 -249
  97. data/spec/paperclip/validators/attachment_presence_validator_spec.rb +0 -85
  98. data/spec/paperclip/validators/attachment_size_validator_spec.rb +0 -325
  99. data/spec/paperclip/validators/media_type_spoof_detection_validator_spec.rb +0 -48
  100. data/spec/paperclip/validators_spec.rb +0 -179
  101. data/spec/spec_helper.rb +0 -52
  102. data/spec/support/assertions.rb +0 -84
  103. data/spec/support/fake_model.rb +0 -24
  104. data/spec/support/fake_rails.rb +0 -12
  105. data/spec/support/fixtures/12k.png +0 -0
  106. data/spec/support/fixtures/50x50.png +0 -0
  107. data/spec/support/fixtures/5k.png +0 -0
  108. data/spec/support/fixtures/animated +0 -0
  109. data/spec/support/fixtures/animated.gif +0 -0
  110. data/spec/support/fixtures/animated.unknown +0 -0
  111. data/spec/support/fixtures/aws_s3.yml +0 -13
  112. data/spec/support/fixtures/bad.png +0 -1
  113. data/spec/support/fixtures/big_image.jpg +0 -0
  114. data/spec/support/fixtures/empty.html +0 -1
  115. data/spec/support/fixtures/empty.xlsx +0 -0
  116. data/spec/support/fixtures/fog.yml +0 -8
  117. data/spec/support/fixtures/rotated.jpg +0 -0
  118. data/spec/support/fixtures/s3.yml +0 -8
  119. data/spec/support/fixtures/sample.xlsm +0 -0
  120. data/spec/support/fixtures/spaced file.jpg +0 -0
  121. data/spec/support/fixtures/spaced file.png +0 -0
  122. data/spec/support/fixtures/text.txt +0 -1
  123. data/spec/support/fixtures/twopage.pdf +0 -0
  124. data/spec/support/fixtures/uppercase.PNG +0 -0
  125. data/spec/support/matchers/accept.rb +0 -5
  126. data/spec/support/matchers/exist.rb +0 -5
  127. data/spec/support/matchers/have_column.rb +0 -23
  128. data/spec/support/mock_attachment.rb +0 -24
  129. data/spec/support/mock_interpolator.rb +0 -24
  130. data/spec/support/mock_url_generator_builder.rb +0 -26
  131. data/spec/support/model_reconstruction.rb +0 -72
  132. data/spec/support/reporting.rb +0 -11
  133. data/spec/support/test_data.rb +0 -13
  134. data/spec/support/version_helper.rb +0 -9
@@ -1,78 +0,0 @@
1
- require "spec_helper"
2
-
3
- describe Paperclip::HasAttachedFile do
4
- let(:a_class) { spy("Class") }
5
-
6
- context "#define_on" do
7
- it "defines a setter on the class object" do
8
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
9
- expect(a_class).to have_received(:define_method).with("avatar=")
10
- end
11
-
12
- it "defines a getter on the class object" do
13
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
14
- expect(a_class).to have_received(:define_method).with("avatar")
15
- end
16
-
17
- it "defines a query on the class object" do
18
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
19
- expect(a_class).to have_received(:define_method).with("avatar?")
20
- end
21
-
22
- it "defines a method on the class to get all of its attachments" do
23
- allow(a_class).to receive(:extend)
24
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
25
- expect(a_class).to have_received(:extend).with(Paperclip::HasAttachedFile::ClassMethods)
26
- end
27
-
28
- it "flushes errors as part of validations" do
29
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
30
- expect(a_class).to have_received(:validates_each).with("avatar")
31
- end
32
-
33
- it "registers the attachment with Paperclip::AttachmentRegistry" do
34
- allow(Paperclip::AttachmentRegistry).to receive(:register)
35
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", size: 1)
36
- expect(Paperclip::AttachmentRegistry).to have_received(:register).with(a_class, "avatar", size: 1)
37
- end
38
-
39
- it "defines an after_save callback" do
40
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
41
- expect(a_class).to have_received("after_save")
42
- end
43
-
44
- it "defines a before_destroy callback" do
45
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
46
- expect(a_class).to have_received("before_destroy")
47
- end
48
-
49
- it "defines an after_commit callback" do
50
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
51
- expect(a_class).to have_received("after_commit")
52
- end
53
-
54
- context "when the class does not allow after_commit callbacks" do
55
- it "defines an after_destroy callback" do
56
- a_class = double("class", after_destroy: nil, validates_each: nil, define_method: nil, after_save: nil, before_destroy: nil, define_paperclip_callbacks: nil, validates_media_type_spoof_detection: nil)
57
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
58
- expect(a_class).to have_received("after_destroy")
59
- end
60
- end
61
-
62
- it "defines the Paperclip-specific callbacks" do
63
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: false)
64
- expect(a_class).to_not have_received(:validates_media_type_spoof_detection)
65
- expect(a_class).to have_received("define_paperclip_callbacks")
66
- end
67
-
68
- it "does not define a media_type check if told not to" do
69
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: false)
70
- expect(a_class).to_not have_received(:validates_media_type_spoof_detection)
71
- end
72
-
73
- it "does define a media_type check if told to" do
74
- Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: true)
75
- expect(a_class).to have_received(:validates_media_type_spoof_detection)
76
- end
77
- end
78
- end
@@ -1,49 +0,0 @@
1
- require "spec_helper"
2
-
3
- describe Paperclip::Helpers do
4
- describe ".imagemagick7?" do
5
- before do
6
- if Paperclip.instance_variable_defined?(:@imagemagick7)
7
- Paperclip.send(:remove_instance_variable, :@imagemagick7)
8
- end
9
- end
10
-
11
- after do
12
- if Paperclip.instance_variable_defined?(:@imagemagick7)
13
- Paperclip.send(:remove_instance_variable, :@imagemagick7)
14
- end
15
- end
16
-
17
- it "returns true if magick command is found" do
18
- allow(Paperclip).to receive(:which).with("magick").and_return("/usr/bin/magick")
19
- expect(Paperclip.imagemagick7?).to be true
20
- end
21
-
22
- it "returns false if magick command is not found" do
23
- allow(Paperclip).to receive(:which).with("magick").and_return(nil)
24
- expect(Paperclip.imagemagick7?).to be false
25
- end
26
-
27
- it "caches the result" do
28
- expect(Paperclip).to receive(:which).with("magick").once.and_return("/usr/bin/magick")
29
- Paperclip.imagemagick7?
30
- Paperclip.imagemagick7?
31
- end
32
- end
33
-
34
- describe ".which" do
35
- it "finds an executable in the PATH" do
36
- allow(ENV).to receive(:[]).with("PATH").and_return("/usr/bin:/bin")
37
- allow(ENV).to receive(:[]).with("PATHEXT").and_return(nil)
38
- allow(File).to receive(:executable?).with("/usr/bin/ruby").and_return(true)
39
- expect(Paperclip.which("ruby")).to eq("/usr/bin/ruby")
40
- end
41
-
42
- it "returns nil if executable is not found" do
43
- allow(ENV).to receive(:[]).with("PATH").and_return("/usr/bin:/bin")
44
- allow(ENV).to receive(:[]).with("PATHEXT").and_return(nil)
45
- allow(File).to receive(:executable?).and_return(false)
46
- expect(Paperclip.which("nonexistent")).to be_nil
47
- end
48
- end
49
- end