custom_update_tags 0.0.4 → 0.0.5

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/update_tags.rb +6 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70e77614144410bf91032cb70c0641c8fedda610884b16133db5b875b2f387e3
4
- data.tar.gz: d31420e41d26be114d7984e36d3a70ca3c18b427634abd78af87359625c38db2
3
+ metadata.gz: 518a32e3e88c3fe35f8e50820b6d64e141fab62b78a0aea73832d669c735e7db
4
+ data.tar.gz: a35d963f10c47bdbedde3931db560c943c06a74c30451e2ac3ba789cc6c8a322
5
5
  SHA512:
6
- metadata.gz: 7dabd07910a1fd857c300b01ae2f97297eeb397e9d884a19263815a6c1f7da0c2591937076d81106fba4ce257510864e251b7777fbe3aa8435c4313336808fbf
7
- data.tar.gz: '09cd340388a20b52040c6c3572a890e949e0a680a82055a5594e9429fe3b9aa29d67696a056b93543baf1f1af35e8e6dfce2136fa2ebea80d0fe83e19fbed392'
6
+ metadata.gz: ab294372f0fd0d513b3edc7d6c4658df237becc4b8c8656c71137b8ebe65d5fb291fe929042fe9dbfc2bbc1b70f4d8d668b26524010ed23db8d4c50a5238d22a
7
+ data.tar.gz: fd1dbb56853a958728ccc9236b26cc1d083ff16585e0a5108bfbe999a2f6b160f9e2234b5a205eaa69c5855ecb191756d5e3e9eedf6eb779e0c81fdf9056a25f
data/lib/update_tags.rb CHANGED
@@ -90,11 +90,12 @@ class UpdateTags
90
90
  {% assign collections = 'posts,building,writing,notes,misc' | split: ',' %}
91
91
 
92
92
  {% for collection_name in collections %}
93
- {% assign current_collection = site[collections] %}
94
- {% for post in current_collection %}
95
- {% if post.tags contains tag %}
96
- {% assign tagged_posts = tagged_posts | push: post %}
97
- {% endif %}
93
+ {% assign current_collection = site[collections] %}
94
+ {% for post in current_collection %}
95
+ {% if post.tags contains tag %}
96
+ {% assign tagged_posts = tagged_posts | push: post %}
97
+ {% endif %}
98
+ {% endfor %}
98
99
  {% endfor %}
99
100
  INJECTED_LIQUID
100
101
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_update_tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pachulski