@@ -3,28 +3,29 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33require 'validation_examples_matcher/version'
44
55Gem ::Specification . new do |spec |
6- spec . name = " validation_examples_matcher"
6+ spec . name = ' validation_examples_matcher'
77 spec . version = ValidationExamplesMatcher ::VERSION
8- spec . authors = [ " Hirokazu Nishioka" ]
9- spec . email = [ " hiro@nisshiee.org" ]
8+ spec . authors = [ ' Hirokazu Nishioka' ]
9+ spec . email = [ ' hiro@nisshiee.org' ]
1010
11- spec . summary = %q{ Validation matcher with examples for RSpec}
12- spec . description = %q{ validation_examples_matcher provides rspec matcher testing validations with examples.}
13- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
14- spec . license = " MIT"
11+ spec . summary = ' Validation matcher with examples for RSpec'
12+ spec . description = ' validation_examples_matcher provides rspec matcher testing validations with examples.'
13+ spec . homepage = 'https://github.com/nisshiee/validation_examples_matcher'
14+ spec . license = ' MIT'
1515
1616 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
17- spec . bindir = " exe"
17+ spec . bindir = ' exe'
1818 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
19- spec . require_paths = [ " lib" ]
19+ spec . require_paths = [ ' lib' ]
2020
2121 spec . required_ruby_version = '>= 2.0'
2222
2323 spec . add_runtime_dependency 'rspec-expectations' , '~> 3.0'
2424
25- spec . add_development_dependency "bundler" , "~> 1.11"
26- spec . add_development_dependency "rake" , "~> 10.0"
27- spec . add_development_dependency "rspec" , "~> 3.0"
28- spec . add_development_dependency "activemodel" , "~> 4.2.5"
29- spec . add_development_dependency "pry-byebug" , "~> 3.3.0"
25+ spec . add_development_dependency 'bundler' , '~> 1.11'
26+ spec . add_development_dependency 'rake' , '~> 10.0'
27+ spec . add_development_dependency 'rspec' , '~> 3.0'
28+ spec . add_development_dependency 'activemodel' , '~> 4.2.5'
29+ spec . add_development_dependency 'pry-byebug' , '~> 3.3.0'
30+ spec . add_development_dependency 'rubocop' , '>= 0.36.0' , '< 0.37.0'
3031end
0 commit comments