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|
8
8
t . libs << 'test'
9
9
t . pattern = 'test/**/*_test.rb'
10
10
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|
12
12
gem . email = [ "gfuji@cpan.org" , "klaus.zanders@gmail.com" ]
13
13
gem . description = %q{Adds Typescript to the Rails Asset pipeline}
14
14
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"
18
16
19
17
gem . add_runtime_dependency 'typescript-node'
20
18
gem . add_runtime_dependency 'tilt'
You can’t perform that action at this time.
0 commit comments