custom_update_tags 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
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: 7a38eccef3831c750481506e0ef364ffaae64f54ce669ea477796774dfc73916
4
+ data.tar.gz: e0510ec51c6117b1e8e945b66224a6fd62003bfa6bbc402220a772270c117818
5
5
  SHA512:
6
- metadata.gz: 7dabd07910a1fd857c300b01ae2f97297eeb397e9d884a19263815a6c1f7da0c2591937076d81106fba4ce257510864e251b7777fbe3aa8435c4313336808fbf
7
- data.tar.gz: '09cd340388a20b52040c6c3572a890e949e0a680a82055a5594e9429fe3b9aa29d67696a056b93543baf1f1af35e8e6dfce2136fa2ebea80d0fe83e19fbed392'
6
+ metadata.gz: cd2b449a792641ae8501f3ea1de33a2c9a2234726d4a4782c23aadcf3de4fbc305221f87a3c531761a67434c903fa2a965a96e57345de73de5c83b49ce6d9255
7
+ data.tar.gz: e5d81e1ee355c6058965fab71badd2fa3560a8072b12ca143398f99c73284c33460ebbd369834fd643a92768e7215d01ed429b2f550a688206cd5aace3eb6483
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[collection_name] %}
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.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pachulski