]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blame - pronto-eslint_npm.gemspec
downgrade version again (because name changed)
[github/fretlink/pronto-hlint.git] / pronto-eslint_npm.gemspec
CommitLineData
ce89f9ed 1# -*- encoding: utf-8 -*-
5001cb27 2
ce89f9ed 3$LOAD_PATH.push File.expand_path('../lib', __FILE__)
126fe1e2 4require 'pronto/eslint_npm/version'
5001cb27 5require 'rake'
ce89f9ed
MM
6
7Gem::Specification.new do |s|
126fe1e2 8 s.name = 'pronto-eslint_npm'
5001cb27 9 s.version = Pronto::ESLintNpmVersion::VERSION
ce89f9ed 10 s.platform = Gem::Platform::RUBY
5001cb27
MD
11 s.authors = ['Markus Doits', 'Mindaugas Mozūras']
12 s.email = 'markus.doits@gmail.com'
126fe1e2 13 s.homepage = 'http://github.org/doits/pronto-eslint_npm'
ce89f9ed
MM
14 s.summary = <<-EOF
15 Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
16 EOF
17
18 s.licenses = ['MIT']
0d6688dc 19 s.required_ruby_version = '>= 2.0.0'
ce89f9ed
MM
20 s.rubygems_version = '1.8.23'
21
1d8335c5 22 s.files = FileList['LICENSE', 'README.md', 'lib/**/*']
ce89f9ed
MM
23 s.extra_rdoc_files = ['LICENSE', 'README.md']
24 s.require_paths = ['lib']
5001cb27 25 s.requirements << 'eslint (in PATH)'
ce89f9ed 26
5001cb27 27 s.add_dependency('pronto', '~> 0.7.0')
b338a7ad
MM
28 s.add_development_dependency('rake', '~> 11.0')
29 s.add_development_dependency('rspec', '~> 3.4')
ce89f9ed
MM
30 s.add_development_dependency('rspec-its', '~> 1.2')
31end