effective_classifieds 0.9.1 → 0.9.2

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: 409d7d330b2bd94d34ef2bfcbdd042309527c10fb98b8a212ebfe1e323ef5bdf
4
- data.tar.gz: 40d07570996b6f32b35b0efa2f040496b613c438359f0019db03de78eb97a815
3
+ metadata.gz: af24ccf2ba91ceb741a51ec962932881ae7560414b795f471ebd52e9302301ff
4
+ data.tar.gz: c812b2cfddc0f9d04b7a3de1b4b25bb9c65e0736aa8fcfd19f18ee2c20966fda
5
5
  SHA512:
6
- metadata.gz: bd901460ef34cc8a5e03c52ce575115ccc3988dd2ac6c67d051b6c8d8decf3196f5605659f817fc822000f9100d3a10d11ff4f7b65f4251a0bac500f48b8edce
7
- data.tar.gz: '09ebe629976f8e4cabc53e75bc903e1cdd5216ce59a5ad08f9f1f775e16184335b803fcca13c9af8294240f3ffa7a07d0c370531f6ad2685350e7c34595bbb2a'
6
+ metadata.gz: 1f42ec1a8dfc51ed6dbfc75eedc4a3b01967be526d0727239860b1213402b44e061d4f36a04b8849a7dc5322e614d1a180e77eaf671f29a3df04d1fbbc19527d
7
+ data.tar.gz: 4f91bd0841728cfff9031c9c02f5d23e3de8791b78d0dd46b4ea6e94b02c4f54588a2d76399b3b8d270d907861884c973e4597531ad7cfeb2b669ea6e7bbfa91
@@ -9,8 +9,21 @@
9
9
 
10
10
  %hr
11
11
 
12
- = render('effective/classifieds/classified', classified: @classified) do
13
- %div= @classified.body
12
+ %h3= @classified.title
13
+ %p= @classified.category
14
+ %p= @classified.organization
15
+ %p= @classified.location
16
+ %p= @classified.body
17
+
18
+ - if @classified.start_on.present?
19
+ %p
20
+ %strong Start:
21
+ = @classified.start_on.strftime("%b %e, %Y")
22
+
23
+ - if @classified.end_on.present?
24
+ %p
25
+ %strong End:
26
+ = @classified.end_on.strftime("%b %e, %Y")
14
27
 
15
28
  %hr
16
29
 
@@ -1,3 +1,3 @@
1
1
  module EffectiveClassifieds
2
- VERSION = '0.9.1'.freeze
2
+ VERSION = '0.9.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_classifieds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-26 00:00:00.000000000 Z
11
+ date: 2026-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails