Skip to content

Commit

Permalink
adds correct files on gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshamann committed Dec 29, 2017
1 parent eb06256 commit ecc26f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-display-medium-posts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-display-medium-posts"
spec.version = "0.1.0"
spec.version = "0.3.0"
spec.authors = ["James Hamann"]
spec.email = ["jameshamann0@gmail.com"]

spec.summary = "A Gem that Parses your Medium RSS Feed and displays it on your Jekyll Site."
spec.homepage = "https://github.com/jameshamann/jekyll-display-medium-posts"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(js|css|assets|_layouts|_includes|_posts|LICENSE|README)}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(lib)}i) }

spec.add_runtime_dependency "jekyll", "~> 3.5"
spec.add_runtime_dependency "feedjira", "~> 2"
Expand Down

0 comments on commit ecc26f9

Please sign in to comment.