Skip to content

Commit 067d948

Browse files
committed
fix messed up file structure
1 parent e8be2f9 commit 067d948

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

lib/dotenv-heroku.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require "dotenv-heroku/version"

lib/dotenv/heroku.rb renamed to lib/dotenv-heroku/tasks.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
require "dotenv/heroku/version"
21
require "mkmf"
32

43
namespace :config do
5-
64
task :executable do
75
fail "missing heroku executable from the PATH" unless find_executable "heroku"
86
end
File renamed without changes.

0 commit comments

Comments
 (0)