@@ -5,23 +5,23 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55require 'typescript/rails/version'
66
77Gem ::Specification . new do |gem |
8- gem . name = " typescript-rails"
8+ gem . name = ' typescript-rails'
99 gem . version = Typescript ::Rails ::VERSION
1010 gem . platform = Gem ::Platform ::RUBY
11- gem . authors = [ " FUJI, Goro" , " Klaus Zanders" ]
12- gem . email = [ " gfuji@cpan.org" , " klaus.zanders@gmail.com" ]
11+ gem . authors = [ ' FUJI, Goro' , ' Klaus Zanders' ]
12+ gem . email = %w( gfuji@cpan.org klaus.zanders@gmail.com )
1313 gem . description = %q{Adds Typescript to the Rails Asset pipeline}
1414 gem . summary = %q{Adds Typescript to the Rails Asset pipeline}
15- gem . homepage = " https://github.com/typescript-ruby/typescript-rails"
15+ gem . homepage = ' https://github.com/typescript-ruby/typescript-rails'
1616
17- gem . add_runtime_dependency 'typescript-node' , '>= 1.1.0 '
17+ gem . add_runtime_dependency 'typescript-node' , '>= 1.4.1 '
1818 gem . add_runtime_dependency 'tilt'
1919 gem . add_runtime_dependency 'railties'
2020
2121 gem . files = `git ls-files` . split ( $/)
2222 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
2323 gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
24- gem . require_paths = [ " lib" ]
24+ gem . require_paths = [ ' lib' ]
2525
26- gem . required_ruby_version = " >= 2.0.0"
26+ gem . required_ruby_version = ' >= 2.0.0'
2727end
0 commit comments