jekyll-crosspost-to-medium 0.1.5 → 0.1.6

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: c6d2f61458ec30f8d4b319a6317f32bbb52148f3
4
- data.tar.gz: dfbc251efda81506fded117e18c3c8c660705f22
3
+ metadata.gz: 4ce942114fe2ebc473547d233c2b48981ed9b41a
4
+ data.tar.gz: 053ccbb8a771ce48c89dd529e23e8a6132ad2783
5
5
  SHA512:
6
- metadata.gz: 8e93af0605f0a9356b70791a45fd787b3a55605de50892b8e2a451dbfc82e7122821b73fbeaa15bd941867b69cfbc1a1218b1fe32c8b7572a888392d89da16ab
7
- data.tar.gz: 47ab0d3dacf5eaacf7d981987308a207d5fff90e3bf11b53e2bef973ed191eb7661a2df78791e0cd712c59db9521a18f92bee356f19e171e640a5d13a641b426
6
+ metadata.gz: 4f57928f5b4d7685aefe93495bb236e184bbf91504f0b356f54e296ed6970587a46bce74632fa3a553460556f37377130452e05215709b1a5c5c2d597b01c2eb
7
+ data.tar.gz: cc37fff7192dd74f33b7ee0e6367f06851ab7ad0eda0f22184aeef924d683ffacec13b1317f92c14e94d118ce5202d0d869a6ffcae82efaaa515d064ab0ecb0e
@@ -130,7 +130,7 @@ module Jekyll
130
130
 
131
131
  # coerce tage to an array
132
132
  tags = post.data['tags']
133
- if tags.kindOf?(String)
133
+ if tags.kind_of? String
134
134
  tags = tags.split(',')
135
135
  end
136
136
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-crosspost-to-medium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Gustafson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-31 00:00:00.000000000 Z
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " This generator cross-posts entries to Medium. To work, this script
14
14
  requires\n a MEDIUM_USER_ID environment variable and a MEDIUM_INTEGRATION_TOKEN.\n\n