We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cca127 commit 61a33ddCopy full SHA for 61a33dd
2 files changed
Rakefile
@@ -8,4 +8,6 @@ Rake::TestTask.new(:test) do |t|
8
t.libs << 'test'
9
t.pattern = 'test/**/*_test.rb'
10
t.verbose = false
11
-end
+end
12
+
13
+task :default => :test
typescript-rails.gemspec
@@ -12,9 +12,7 @@ Gem::Specification.new do |gem|
gem.email = ["gfuji@cpan.org", "klaus.zanders@gmail.com"]
gem.description = %q{Adds Typescript to the Rails Asset pipeline}
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"
+ gem.homepage = "https://github.com/typescript-ruby/typescript-rails"
18
19
gem.add_runtime_dependency 'typescript-node'
20
gem.add_runtime_dependency 'tilt'
0 commit comments