File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ ## v0.6.2.1 2016-07-26 18:27:00+0300
2+
3+ * Added Sprockets 4 support. Thanks to @mihai-dinculescu
4+
15## v0.6.2 2015-07-27 21:52:50+0300
26
37* Updated to TS v1.6.2
Original file line number Diff line number Diff line change 11module Typescript
22 module Rails
3- VERSION = '0.6.2'
3+ VERSION = '0.6.2.1 '
44 end
55end
Original file line number Diff line number Diff line change 33require 'coveralls'
44require 'simplecov'
55
6- SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter [
6+ SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter . new [
77 SimpleCov ::Formatter ::HTMLFormatter ,
88 Coveralls ::SimpleCov ::Formatter
99]
1212end
1313
1414# Configure Rails environment
15- ENV [ " RAILS_ENV" ] = " test"
15+ ENV [ ' RAILS_ENV' ] = ' test'
1616
1717require 'rails'
18- require " rails/test_help"
18+ require ' rails/test_help'
1919require 'minitest-power_assert'
2020
2121def copy_routes
22- routes = File . expand_path ( " ../support/routes.rb" , __FILE__ )
23- destination = File . join ( destination_root , " config" )
22+ routes = File . expand_path ( ' ../support/routes.rb' , __FILE__ )
23+ destination = File . join ( destination_root , ' config' )
2424
2525 FileUtils . mkdir_p ( destination )
2626 FileUtils . cp routes , destination
You can’t perform that action at this time.
0 commit comments