]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - pronto-eslint_npm.gemspec
correct name according to recommended use of `_` and `-`
[github/fretlink/pronto-hlint.git] / pronto-eslint_npm.gemspec
similarity index 87%
rename from pronto-eslint-npm.gemspec
rename to pronto-eslint_npm.gemspec
index df94361cba3f6a247a9e0212fcb29d574552da47..f51cbbb2b53e36074261a51e81fe19716e2aad2c 100644 (file)
@@ -1,16 +1,16 @@
 # -*- encoding: utf-8 -*-
 
 $LOAD_PATH.push File.expand_path('../lib', __FILE__)
-require 'pronto/eslint-npm/version'
+require 'pronto/eslint_npm/version'
 require 'rake'
 
 Gem::Specification.new do |s|
-  s.name = 'pronto-eslint-npm'
+  s.name = 'pronto-eslint_npm'
   s.version = Pronto::ESLintNpmVersion::VERSION
   s.platform = Gem::Platform::RUBY
   s.authors = ['Markus Doits', 'Mindaugas MozĊĞras']
   s.email = 'markus.doits@gmail.com'
-  s.homepage = 'http://github.org/doits/pronto-eslint-npm'
+  s.homepage = 'http://github.org/doits/pronto-eslint_npm'
   s.summary = <<-EOF
     Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
   EOF