Fix typo.
This commit is contained in:
parent
08f3b8c7dd
commit
ba6612800b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|||
require 'epafh/version'
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "Epafh"
|
||||
spec.name = "epafh"
|
||||
spec.version = Epafh::VERSION
|
||||
spec.authors = ["@@@No user configured@@@"]
|
||||
spec.email = ["@@@No user configured@@@"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require "Epafh/version"
|
||||
require "epafh/version"
|
||||
|
||||
module Epafh
|
||||
# Your code goes here...
|
||||
|
|
Loading…
Reference in a new issue