octopress-feeds 1.1.2 → 1.1.3

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
2
  SHA1:
3
- metadata.gz: 56621d58f3f2b5e1a6f37de76034ef6701e8330e
4
- data.tar.gz: bbc140979721f993ec4ccc9c883f14e83a640c15
3
+ metadata.gz: 91ef7197ec370e5aa31e9142d291f7a7cca4be4d
4
+ data.tar.gz: 63e9c43f5f0854e359822b5af160ba1d3f00fbfa
5
5
  SHA512:
6
- metadata.gz: a2b56d20098bd108c6c9654edebee49ffde23c4c74752058da029a0230c64b6adcd8380455f99528006101257ceb110a650fe2d4dc54612a871b5dbfc9203100
7
- data.tar.gz: 9f6b7763413647bbc789db8794640a0e0aae2e5a231f445f588db82075d0ce5bbc6fe7a6a88efb00bcdc033195ff62f801643eb871f4300ce1ed680b74def906
6
+ metadata.gz: d5c06f465d2f7d8f5b9db574a983a9427637209434878a3da0d82bd5efd52af0369bcf7b1a73fecc024e3767f2650fff66a2f3648d06d8bb13e0dc3fa06e5295
7
+ data.tar.gz: 1b3bd652a6953789565cf8c0e2c02ec7aeb8e3973d939817ba34b0adf20d4207781d697ce649b18b1b5cc70392c25ffe9edee5b2182f9b14574216e75a42d728
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.1.2 (2015-01-06)
4
+ - Readme fixes (feed -> feeds)
5
+
3
6
  ### 1.1.2 (2015-01-06)
4
7
  - Fixed: Bug in main feed index.
5
8
 
data/README.md CHANGED
@@ -27,7 +27,7 @@ Then add the gem to your Jekyll configuration.
27
27
 
28
28
  ## Usage
29
29
 
30
- Be sure your Jekyll configuration has a `url`, a `name` and an `author`. If you want your feed to have linkblogging features, be sure
30
+ Be sure your Jekyll configuration has a `url`, a `name` and an `author`. If you want your feed to have link-blogging features, be sure
31
31
  to install [Octopress Linkblog](https://github.com/octopress/linkblog).
32
32
 
33
33
  ```yaml
@@ -36,13 +36,13 @@ name: My Awesome Site
36
36
  author: Guy McDude
37
37
  ```
38
38
 
39
- Next generate your site with `jekyll build` and an xml feed will be generated at `/feed/index.xml`.
39
+ Next generate your site with `jekyll build` and an xml feed will be generated at `/feeds/index.xml`.
40
40
 
41
- To be sure you've installed the plugin correctly, run `octopress ink list feed` which will list detailed information about the plugin.
41
+ To be sure you've installed the plugin correctly, run `octopress ink list feeds` which will list detailed information about the plugin.
42
42
 
43
43
  ```
44
- Plugin: Octopress Feed - v1.0.0
45
- Slug: feed
44
+ Plugin: Octopress Feeds - v1.1.3
45
+ Slug: feeds
46
46
  A nice RSS feed for Octopress and Jekyll sites.
47
47
  https://github.com/octopress/feed
48
48
  =============================================================
@@ -72,12 +72,12 @@ Octopress Ink can copy all of the plugin's assets to `_plugins/feed/*` where you
72
72
  only necessary if you want to modify this plugin's behavior.
73
73
 
74
74
  ```
75
- octopress ink copy feed
75
+ octopress ink copy feeds
76
76
  ```
77
77
 
78
- This will copy the plugin's configuration, pages, and includes from the gem, to your local site. If, for example, you want to change the XML for an entry, you can simply edit the `_plugins/feed/includes/entry.xml` file.
78
+ This will copy the plugin's configuration, pages, and includes from the gem, to your local site. If, for example, you want to change the XML for an entry, you can simply edit the `_plugins/feeds/includes/entry.xml` file.
79
79
 
80
- If you want to revert to the defaults, simply delete any file you don't care to override from the `_plugins/feed/` directory.
80
+ If you want to revert to the defaults, simply delete any file you don't care to override from the `_plugins/feeds/` directory.
81
81
 
82
82
  ## Configuration
83
83
 
@@ -94,10 +94,10 @@ post at the first double line-break, `\n\n`. If you want more control over where
94
94
  posts, You can change that to something like `<!--more-->` and place that comment wherever you like in your post to
95
95
  split the content there.
96
96
 
97
- To configure this plugin, first create a configuration file at `_plugins/feed/config.yml`. If you like, you can have Octopress Ink add it for you.
97
+ To configure this plugin, first create a configuration file at `_plugins/feeds/config.yml`. If you like, you can have Octopress Ink add it for you.
98
98
 
99
99
  ```
100
- octopress ink copy feed --config-file
100
+ octopress ink copy feeds --config-file
101
101
  ```
102
102
 
103
103
  This will create a configuration file populated with the defaults for this plugin. Deleting this file will restore the default configuration.
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Feeds
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-feeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-06 00:00:00.000000000 Z
11
+ date: 2015-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-ink