]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - pronto-hlint.gemspec
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
[github/fretlink/pronto-hlint.git] / pronto-hlint.gemspec
similarity index 62%
rename from pronto-eslint_npm.gemspec
rename to pronto-hlint.gemspec
index 2a70f2fc16e727b846d1731ffa85329af3e25684..2d5679207788f21662ecf27b143271552327a127 100644 (file)
@@ -1,17 +1,17 @@
 # frozen_string_literal: true
 
 $LOAD_PATH.push File.expand_path('lib', __dir__)
-require 'pronto/eslint_npm/version'
+require 'pronto/hlint/version'
 
 Gem::Specification.new do |s|
-  s.name     = 'pronto-eslint_npm'
-  s.version  = Pronto::ESLintNpmVersion::VERSION
+  s.name     = 'pronto-hlint'
+  s.version  = Pronto::Hlint::VERSION
   s.platform = Gem::Platform::RUBY
-  s.authors  = ['Markus Doits', 'Mindaugas MozĊĞras']
-  s.email    = 'markus.doits@gmail.com'
-  s.homepage = 'https://github.com/doits/pronto-eslint_npm'
+  s.authors  = ['Paul Bonaud']
+  s.email    = 'paul.bonaud@fretlink.com'
+  s.homepage = 'https://github.com/fretlink/pronto-hlint'
   s.summary  = <<-EOF
-    Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
+    Pronto runner for Hlint, pluggable linting utility for Haskell
   EOF
 
   s.licenses              = ['MIT']
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
   s.files            = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(lib/|(LICENSE|README.md)$)}) }
   s.extra_rdoc_files = ['LICENSE', 'README.md']
   s.require_paths    = ['lib']
-  s.requirements << 'eslint (in PATH)'
+  s.requirements << 'hlint (in PATH)'
 
   s.add_dependency('pronto', '~> 0.10.0')
   s.add_development_dependency('byebug', '>= 9')