jekyll-money 0.1.1 → 0.1.2

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
- SHA1:
3
- metadata.gz: 683e09d8efad6d1d50b330b2e860c13f700d934d
4
- data.tar.gz: e97dd2225e0d8a55cc75871c7273f759a0579df7
2
+ SHA256:
3
+ metadata.gz: b9404974ab8b7d12b8191b0230dc754e27f32241372e11c0339e3eabcf178c1d
4
+ data.tar.gz: 057f768212d4a3af39862ea2866792b673012190035ede0f8dedd9d7f8c35dfd
5
5
  SHA512:
6
- metadata.gz: 0aa781a12fabc762a115d1c76790829d5b3be28158228b752a21310050e22f651abe27c57aa667ab70e0f347f2c4ff53ac007e68c5be6cc147cbdba8b44c5dd0
7
- data.tar.gz: 2dc45296a5c4331bb7fb7429c88d11dcec4ef14b039bc8f25eb8e86895d74f9a4ef03e8ab8a1fa82522a183dd8bcb2ab7422e44f670d13e4719ed79137b55c64
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 gems and the values of the gem names of the plugins youd like to use. In this case:
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
- gems:
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 are welcome on GitHub at https://github.com/jhabdas/jekyll-money.
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@gmail.com"]
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://github.com/jhabdas/jekyll-money"
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'
@@ -1,3 +1,3 @@
1
1
  module JekyllMoney
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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: 2017-01-26 00:00:00.000000000 Z
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@gmail.com
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://github.com/jhabdas/jekyll-money
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.6.8
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.