Skip to content

Commit

Permalink
Allow inclusion in _config.yml plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrado committed Jan 28, 2018
1 parent 8292555 commit 2c299cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jekyll-tweetsert.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "jekyll/tweetsert/version"
require "jekyll-tweetsert/version"

Gem::Specification.new do |spec|
spec.name = "jekyll-tweetsert"
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tweetsert.rb → lib/jekyll-tweetsert.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "jekyll/tweetsert/version"
require "jekyll-tweetsert/version"
require 'net/http'
require "uri"
require "cgi"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "bundler/setup"
require "jekyll/tweetsert"
require "jekyll-tweetsert"

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 2c299cd

Please sign in to comment.