homesteading_publisher 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a01e2bed5edf21393b953db3ff52cc1f95225824
4
- data.tar.gz: 5d948bd4b1f767872ee92b28d91d8e9dac709d98
3
+ metadata.gz: d3a53ccfb432b5e746588cd441531b4433104b7a
4
+ data.tar.gz: 8de63d1bfd2856c92572b27ab6368d59bc3b47cc
5
5
  SHA512:
6
- metadata.gz: 739482b9689a98c5126500070c68e925e21416e6b83299feda53abb3ae4625a6f31f628833c02bfd2c509af4f17b3aeb8ff3eeafae601c7b4d74d78eabc14684
7
- data.tar.gz: f39a7104f2c0c87d22a4cf4cd564698e71455e898deecbd88b1c8f17731f82fcaaff2a30cbde75829f8aa6d3c2cebaa28d7f65e8d963ada8e2413f4c498a2e11
6
+ metadata.gz: 7ebafa3486e39418914ed23fedd06870f6e7516d15c6aac7f10cfe0d08bc96ee0128f91320324f8b6ea07a7a76487bcf33a867141e21997b7f7776d2a89ccd42
7
+ data.tar.gz: ab9dac93bbd52963299b8d802766be21cf2de9dc1408155c2f5d31174998aaa42bc426a7c5aa195dc9e90fea0053f7a50e9e3b3ff7a0f85413cd8ab09f1f9463
@@ -88,7 +88,7 @@ module HomesteadingPublisher
88
88
  :published_at,
89
89
  :slug,
90
90
  :syndication,
91
- :tags)
91
+ :categories)
92
92
  end
93
93
  end
94
94
  end
@@ -23,8 +23,8 @@
23
23
  </fieldset>
24
24
 
25
25
  <fieldset class="meta">
26
- <%= f.label :tags, class: "screen-reader-only" %>
27
- <%= f.text_field :tags, class: "p-hs-tags", placeholder: "#tags" %>
26
+ <%= f.label :categories, class: "screen-reader-only" %>
27
+ <%= f.text_field :categories, class: "p-hs-categories", placeholder: "#tags" %>
28
28
 
29
29
  <%= f.label :in_reply_to, class: "screen-reader-only" %>
30
30
  <%= f.text_field :in_reply_to, class: "u-in-reply-to", placeholder: "In Reply To URLs" %>
@@ -38,7 +38,7 @@
38
38
  <link rel="alternate" type="text/html" href="<%= canonical_url post %>"/>
39
39
  <title><%= post.name %></title>
40
40
 
41
- <% post.tags.split.each do |tag| %>
41
+ <% post.categories.split.each do |tag| %>
42
42
  <category scheme="<%= tag %>" term="<%= tag %>" />
43
43
  <% end %>
44
44
 
@@ -1,3 +1,3 @@
1
1
  module HomesteadingPublisher
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker