jekyll-csv 0.1.0 → 0.1.1
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 +2 -2
- data/jekyll-csv.gemspec +1 -1
- data/lib/jekyll/csv/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f6e094f7dcbe1f55b7f9d16c1e8b836133e5315
|
|
4
|
+
data.tar.gz: e8756a7ea38d219338b5e00907b02ab4090f532c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 107f7dfee37f2e11b50af07651255bed2f25a5774bda241dc1672c948ce5fd0e647c27fec16152482930cd178ce3e632649c6811794a964aaf7fda081421ee69
|
|
7
|
+
data.tar.gz: f85a79cc668fbe5ed62568a4143d52afc8dd7856a1600a4269b27b2a69f94522604d9501bf23ddbb3ec870712362c0b77206eb1f0379cdcaad76d0e83cae9541
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Jekyll::Csv [](https://travis-ci.org/theyworkforyou/jekyll-csv)
|
|
2
2
|
|
|
3
3
|
This plugin takes a path or URL to a CSV file and uses the data to populate a [Jekyll Collection](https://jekyllrb.com/docs/collections/).
|
|
4
4
|
|
|
@@ -61,7 +61,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
61
61
|
|
|
62
62
|
## Contributing
|
|
63
63
|
|
|
64
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
64
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/theyworkforyou/jekyll-csv.
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
## License
|
data/jekyll-csv.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['chrismytton@gmail.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Load CSVs into Jekyll Collections'
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/theyworkforyou/jekyll-csv'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/jekyll/csv/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-csv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Mytton
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- jekyll-csv.gemspec
|
|
99
99
|
- lib/jekyll/csv.rb
|
|
100
100
|
- lib/jekyll/csv/version.rb
|
|
101
|
-
homepage: https://github.com/
|
|
101
|
+
homepage: https://github.com/theyworkforyou/jekyll-csv
|
|
102
102
|
licenses:
|
|
103
103
|
- MIT
|
|
104
104
|
metadata: {}
|