jekyll_paperwiki_ipa 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/README.md +0 -10
- data/jekyll_paperwiki_ipa-0.1.2.gem +0 -0
- data/lib/jekyll_paperwiki_ipa/version.rb +1 -1
- data/lib/jekyll_paperwiki_ipa.rb +3 -3
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60574a8402b648f531a9f3bb91d60d8be4ccf8fa8e98681fe4c6bece4795dad6
|
4
|
+
data.tar.gz: f1e4b35fe9e161c5a89fcd0cdaf60303d1e1ea885412cd1a6acde31d0b7a9096
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ef521652e240e8324d43a0aa12909edf6089085a7b5846bf13855b727e49cc83a969244afd5412fda0f248cd01e5af2ff177d76f8d9a34c4769fad1d605a90e
|
7
|
+
data.tar.gz: b8100e425574794086348dd0c23d627fc3123ac7c7c68175fff24fdf8fa1c12ac6ab8bc534312ed2c4c0dfcff4330b3dd3845fd6872fb59b39cf1eed95dc3765
|
data/README.md
CHANGED
@@ -14,16 +14,6 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
14
14
|
|
15
15
|
TODO: Write usage instructions here
|
16
16
|
|
17
|
-
## Development
|
18
|
-
|
19
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
20
|
-
|
21
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/pomeloshark/jekyll_paperwiki_ipa.
|
26
|
-
|
27
17
|
## License
|
28
18
|
|
29
19
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
Binary file
|
data/lib/jekyll_paperwiki_ipa.rb
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
require_relative "jekyll_paperwiki_ipa/version"
|
4
4
|
|
5
|
-
# usage: {% ipa /phonemic text
|
6
|
-
# usage: {% ipa [phonetic text]%}
|
5
|
+
# usage: {% ipa /phonemic text/ %}
|
6
|
+
# usage: {% ipa [phonetic text] %}
|
7
7
|
|
8
8
|
module Jekyll
|
9
9
|
module Tags
|
@@ -12,7 +12,7 @@ module Jekyll
|
|
12
12
|
# initialize is called when we encounter the {% ipa %} Liquid tag; 'ipa' is the tag name and anything immediately after it is passed in via the second argument
|
13
13
|
def initialize(tag_name, text, tokens)
|
14
14
|
super
|
15
|
-
@text = text
|
15
|
+
@text = text.rstrip!
|
16
16
|
end
|
17
17
|
|
18
18
|
def render(context)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_paperwiki_ipa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pomeloshark
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -21,15 +21,16 @@ files:
|
|
21
21
|
- LICENSE.txt
|
22
22
|
- README.md
|
23
23
|
- Rakefile
|
24
|
+
- jekyll_paperwiki_ipa-0.1.2.gem
|
24
25
|
- lib/jekyll_paperwiki_ipa.rb
|
25
26
|
- lib/jekyll_paperwiki_ipa/version.rb
|
26
27
|
- sig/jekyll_paperwiki_ipa.rbs
|
27
|
-
homepage: https://github.com/pomeloshark/
|
28
|
+
homepage: https://github.com/pomeloshark/jekyll_paperwiki_ipa
|
28
29
|
licenses:
|
29
30
|
- MIT
|
30
31
|
metadata:
|
31
|
-
homepage_uri: https://github.com/pomeloshark/
|
32
|
-
source_code_uri: https://github.com/pomeloshark/
|
32
|
+
homepage_uri: https://github.com/pomeloshark/jekyll_paperwiki_ipa
|
33
|
+
source_code_uri: https://github.com/pomeloshark/jekyll_paperwiki_ipa
|
33
34
|
post_install_message:
|
34
35
|
rdoc_options: []
|
35
36
|
require_paths:
|
@@ -45,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
46
|
- !ruby/object:Gem::Version
|
46
47
|
version: '0'
|
47
48
|
requirements: []
|
48
|
-
rubygems_version: 3.
|
49
|
+
rubygems_version: 3.4.6
|
49
50
|
signing_key:
|
50
51
|
specification_version: 4
|
51
52
|
summary: A Jekyll plugin to format IPA (International Phonetic Alphabet) text, meant
|