Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change namespace to jekyll from benbalter #3

Merged
merged 1 commit into from May 12, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

A Jekyll plugin to generate an RSS feed for your Jekyll posts

[![Build Status](https://travis-ci.org/benbalter/jekyll-rss-feed.svg)](https://travis-ci.org/benbalter/jekyll-rss-feed) [![Gem Version](https://badge.fury.io/rb/jekyll-rss-feed.svg)](http://badge.fury.io/rb/jekyll-rss-feed)
[![Build Status](https://travis-ci.org/jekyll/jekyll-rss-feed.svg)](https://travis-ci.org/jekyll/jekyll-rss-feed) [![Gem Version](https://badge.fury.io/rb/jekyll-rss-feed.svg)](http://badge.fury.io/rb/jekyll-rss-feed)

## Installation

Expand All @@ -25,7 +25,7 @@ The plugin will automatically generate a RSS feed at `/feed/`. No configuration

## Contributing

1. Fork it ( https://github.com/benbalter/jekyll-rss-feed/fork )
1. Fork it ( https://github.com/jekyll/jekyll-rss-feed/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down
2 changes: 1 addition & 1 deletion jekyll-rss-feed.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Ben Balter"]
spec.email = ["ben.balter@github.com"]
spec.summary = "A Jekyll plugin to generate an RSS feed for your Jekyll posts"
spec.homepage = "https://github.com/benbalter/jekyll-rss-feed"
spec.homepage = "https://github.com/jekyll/jekyll-rss-feed"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down