File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ Rake::TestTask.new(:test) do |t|
88 t . libs << 'test'
99 t . pattern = 'test/**/*_test.rb'
1010 t . verbose = false
11- end
11+ end
12+
13+ task :default => :test
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ Gem::Specification.new do |gem|
1212 gem . email = [ "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-rails/typescript-rails"
16-
17- gem . rubyforge_project = "typescript-rails"
15+ gem . homepage = "https://github.com/typescript-ruby/typescript-rails"
1816
1917 gem . add_runtime_dependency 'typescript-node'
2018 gem . add_runtime_dependency 'tilt'
You can’t perform that action at this time.
0 commit comments