-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d337d86
commit ae1d81b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "jekyll-twitter-plugin" | ||
spec.version = "2.0.0.beta" | ||
spec.version = "2.0.0" | ||
spec.authors = ["Rob Murray"] | ||
spec.email = ["[email protected]"] | ||
spec.summary = "A Liquid tag plugin for Jekyll that renders Tweets from Twitter API" | ||
spec.summary = "A Liquid tag plugin for Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API." | ||
spec.homepage = "https://github.com/rob-murray/jekyll-twitter-plugin" | ||
spec.license = "MIT" | ||
spec.required_ruby_version = ">= 2.0.0" | ||
|