jekyll-ipa 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: b901e41698780e58c2c89e72061b4736073ea6b3cbaeacce791b7e953df052fc
4
- data.tar.gz: d718d2a3b36bde1f124967347e42a7e4273a232ccabba62659ac9ca7919667c8
3
+ metadata.gz: 54a6d0bfbde3c565ad157812173976a715a0b9d9835310c02df05d6f67074f4a
4
+ data.tar.gz: e456c32be9795e12a85ccf382bdcdcb777fda0c7d2985ddacffe2a37612572e7
5
5
  SHA512:
6
- metadata.gz: 598c9107f9e6f85d603e4b876390c3e9abe0f962d79d02d10ffab098ddeaa6063b09cc9cfe2cfa46f6e198c26258870a395728777697704bc0d38682c4e4905d
7
- data.tar.gz: a7c0ca86b635351fd55315188092a14812796a12bc2a846a50eb5a4a321deaa49f213482278b8853cf10635e8319e13a9f64b8886c7f896505e1a6afb61f6b36
6
+ metadata.gz: fcbb48c83c8c7dd4d4732b3a38fc2c1a8582687d9fb2422d725ef8c80046b69cd5b92ae58f527b73055595430c3a6dc2a08e120c581eac75d2f5276b7bf6f61e
7
+ data.tar.gz: d8e979601fcb2d27ce9fab4b8d8ba2ec59e7f3d5bf7f10699ef2283d2124047255faaaab12c8b55df8e3758a2e6021bed9c122bb1ea46bdd2aac08c5174a82a7
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Jekyll::Ipa
2
2
 
3
- All this gem does is surround your International Phonetic Alphabet text with the following:
3
+ All this gem does is surround your International Phonetic Alphabet text with the following code snippet:
4
4
 
5
5
  ```html
6
6
  <abbr title="International Phonetic Alphabet">IPA</abbr>: <span class="ipa">[your input here]</span>
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Ipa
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-ipa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pomeloshark