]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - pronto-eslint.gemspec
rebrand to Pronto::ESLintNpm
[github/fretlink/pronto-hlint.git] / pronto-eslint.gemspec
diff --git a/pronto-eslint.gemspec b/pronto-eslint.gemspec
deleted file mode 100644 (file)
index d6590ec..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*- encoding: utf-8 -*-
-#
-$LOAD_PATH.push File.expand_path('../lib', __FILE__)
-require 'pronto/eslint/version'
-require 'English'
-
-Gem::Specification.new do |s|
-  s.name = 'pronto-eslint'
-  s.version = Pronto::ESLintVersion::VERSION
-  s.platform = Gem::Platform::RUBY
-  s.author = 'Mindaugas MozĊĞras'
-  s.email = 'mindaugas.mozuras@gmail.com'
-  s.homepage = 'http://github.org/mmozuras/pronto-eslintt'
-  s.summary = <<-EOF
-    Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
-  EOF
-
-  s.licenses = ['MIT']
-  s.required_ruby_version = '>= 1.9.3'
-  s.rubygems_version = '1.8.23'
-
-  s.files = `git ls-files`.split($RS).reject do |file|
-    file =~ %r{^(?:
-    spec/.*
-    |Gemfile
-    |Rakefile
-    |\.rspec
-    |\.gitignore
-    |\.rubocop.yml
-    |\.travis.yml
-    )$}x
-  end
-  s.test_files = []
-  s.extra_rdoc_files = ['LICENSE', 'README.md']
-  s.require_paths = ['lib']
-
-  s.add_dependency('pronto', '~> 0.6.0')
-  s.add_development_dependency('rake', '~> 11.0')
-  s.add_development_dependency('rspec', '~> 3.4')
-  s.add_development_dependency('rspec-its', '~> 1.2')
-end