jekyll-money 0.1.1 → 0.1.2
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 +5 -5
- data/README.md +4 -3
- data/jekyll-money.gemspec +2 -2
- data/lib/jekyll-money/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b9404974ab8b7d12b8191b0230dc754e27f32241372e11c0339e3eabcf178c1d
|
|
4
|
+
data.tar.gz: 057f768212d4a3af39862ea2866792b673012190035ede0f8dedd9d7f8c35dfd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da5c0bea029fe2efa9bed47b88bd9c8c060e0e31694ef7117d9d4ca466f925a1e0604ac68655fcb5c8c1870ed87dc9dfc4bfa681e4e22d81376f25792b5b8014
|
|
7
|
+
data.tar.gz: c93c0fec1ea8c5bafc63b11b40853dda7215adc95a35fc35ec12f7e3a6f1fa5856b4f37161e22a0aedee3847d81795188294ac91a0a8025d1be7225439d526b8
|
data/README.md
CHANGED
|
@@ -20,12 +20,13 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
$ gem install jekyll-money
|
|
22
22
|
|
|
23
|
-
Then, in your `_config.yml` file, add a new array with the key
|
|
23
|
+
Then, in your `_config.yml` file, add to or make a new array with the key `plugins` and the values of the gem names of the plugins you'd like to use. In this case:
|
|
24
24
|
|
|
25
25
|
```yaml
|
|
26
|
-
|
|
26
|
+
plugins:
|
|
27
27
|
- jekyll-money
|
|
28
28
|
```
|
|
29
|
+
Note: If using a version of Jekyll below `3.5.0`, use `gems:` in place of `plugins:`.
|
|
29
30
|
|
|
30
31
|
## Usage
|
|
31
32
|
|
|
@@ -54,7 +55,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
54
55
|
|
|
55
56
|
## Contributing
|
|
56
57
|
|
|
57
|
-
Bug reports and pull requests
|
|
58
|
+
Bug reports and pull requests welcome at https://git.habd.as/jhabdas/jekyll-money.
|
|
58
59
|
|
|
59
60
|
## Credits
|
|
60
61
|
|
data/jekyll-money.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "jekyll-money"
|
|
8
8
|
spec.version = JekyllMoney::VERSION
|
|
9
9
|
spec.authors = ["Josh Habdas"]
|
|
10
|
-
spec.email = ["jhabdas@
|
|
10
|
+
spec.email = ["jhabdas@protonmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "A Jekyll plugin for dealing with money. Because we all have to at some point."
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://git.habd.as/jhabdas/jekyll-money"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/jekyll-money/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-money
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Habdas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -96,7 +96,7 @@ dependencies:
|
|
|
96
96
|
version: '3.0'
|
|
97
97
|
description:
|
|
98
98
|
email:
|
|
99
|
-
- jhabdas@
|
|
99
|
+
- jhabdas@protonmail.com
|
|
100
100
|
executables: []
|
|
101
101
|
extensions: []
|
|
102
102
|
extra_rdoc_files: []
|
|
@@ -115,7 +115,7 @@ files:
|
|
|
115
115
|
- lib/jekyll-money/core.rb
|
|
116
116
|
- lib/jekyll-money/filter.rb
|
|
117
117
|
- lib/jekyll-money/version.rb
|
|
118
|
-
homepage: https://
|
|
118
|
+
homepage: https://git.habd.as/jhabdas/jekyll-money
|
|
119
119
|
licenses:
|
|
120
120
|
- MIT
|
|
121
121
|
metadata:
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
version: '0'
|
|
137
137
|
requirements: []
|
|
138
138
|
rubyforge_project:
|
|
139
|
-
rubygems_version: 2.
|
|
139
|
+
rubygems_version: 2.7.8
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
142
|
summary: A Jekyll plugin for dealing with money. Because we all have to at some point.
|