effective_classifieds 0.11.0 → 0.11.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 258436fbb9a7f424d2d52809225c43599f7c27d8605482a0d9cc0bfa9c8d83cb
4
- data.tar.gz: b338249145ed472e876d2f383caf56c48d200ec5bc80cbcf0795ce94de6bea50
3
+ metadata.gz: 227ecb2be07e7b68f8b9e66ff44fc909ffcd7a599e515cdcfdf9ddb4f6843d06
4
+ data.tar.gz: 321d8cf35a1c6d8bdf5d913f39ca70307533e4f1daa7ed1d50bcdd4dc4ef740b
5
5
  SHA512:
6
- metadata.gz: a5dc5aeb047fb4c21ef20e86a8b52eb375fc90c03b41b3c8d522e2fa03789d69cbc08b9e8d172cade01e9a72a54209cb9dcd9aeed5167aa33a47510d0f75b362
7
- data.tar.gz: 65bb4b282985ab5b1bab2b0b4b5aa1ae4c754fd3265cae503c736a00586bbea976b7eed58d3e4ed112f95193bd14dc545918e25d7788d7f749c9e4ce76c869e6
6
+ metadata.gz: 8ecb8b6f097d07d4fc7ccf41c61bb22f79f7f015d89821ce8bf7ead33b7f7ae5447c090bf53003c04faa2d0d1fc8159a7bd03e92347261f0c02647d0ccecc3dd
7
+ data.tar.gz: 83cdd7b7da346b556cbbb7212e5e5019141e66039e7ec2da24442994dc76b6b28d4307124b0ba8b95dee83c8264d94458b790e3c11f68242b9d28b5c6c34947b
@@ -29,7 +29,7 @@
29
29
  - else
30
30
  = f.rich_text_area :body, label: 'Description', hint: "The #{classified_label.downcase} description. Be sure to include all relevant information."
31
31
 
32
- = f.file_field :file, label: "Attach a PDF for download. Optional."
32
+ = f.file_field :file, label: "Attach a PDF for download. Optional.", accept: 'application/pdf'
33
33
 
34
34
  %h3.mt-5 Contact Information
35
35
  %p.text-muted These details <strong>are not</strong> displayed on the #{classifieds_name_label}. They may be used by staff for administration and support. Please ensure the above #{classified_label.downcase} description includes relavent contact information.
@@ -1,3 +1,3 @@
1
1
  module EffectiveClassifieds
2
- VERSION = '0.11.0'.freeze
2
+ VERSION = '0.11.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_classifieds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect