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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f57cf68128118a7b130c573183b62150178d129
4
- data.tar.gz: 18b0ed65665b6dcd49d53cdfa797da700b830ffc
3
+ metadata.gz: 3f6e094f7dcbe1f55b7f9d16c1e8b836133e5315
4
+ data.tar.gz: e8756a7ea38d219338b5e00907b02ab4090f532c
5
5
  SHA512:
6
- metadata.gz: f5e3e33e1a472a3b0f8f71a8f2d88b4e5214b92ceb021878d15786e796946f92d0d7ced2754ed76606752583a90cfaf33f65960f8890e8155a646f2c42c2c084
7
- data.tar.gz: 30b1b565dd35be63a37ed1986814fdbe9e21b95ae29762173d9c6e289362f58d4d397a9bb8f00a946747627604e6f94636369d704e5455a48bbb183012690a62
6
+ metadata.gz: 107f7dfee37f2e11b50af07651255bed2f25a5774bda241dc1672c948ce5fd0e647c27fec16152482930cd178ce3e632649c6811794a964aaf7fda081421ee69
7
+ data.tar.gz: f85a79cc668fbe5ed62568a4143d52afc8dd7856a1600a4269b27b2a69f94522604d9501bf23ddbb3ec870712362c0b77206eb1f0379cdcaad76d0e83cae9541
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Jekyll::Csv [![Build Status](https://travis-ci.org/everypolitician/jekyll-csv.svg?branch=master)](https://travis-ci.org/everypolitician/jekyll-csv)
1
+ # Jekyll::Csv [![Build Status](https://travis-ci.org/theyworkforyou/jekyll-csv.svg?branch=master)](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/everypolitician/jekyll-csv.
64
+ Bug reports and pull requests are welcome on GitHub at https://github.com/theyworkforyou/jekyll-csv.
65
65
 
66
66
 
67
67
  ## License
@@ -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/everypolitician/jekyll-csv'
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)/}) }
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Csv
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.0
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/everypolitician/jekyll-csv
101
+ homepage: https://github.com/theyworkforyou/jekyll-csv
102
102
  licenses:
103
103
  - MIT
104
104
  metadata: {}