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
+
1
5
## v0.6.2 2015-07-27 21:52:50+0300
2
6
3
7
* Updated to TS v1.6.2
Original file line number Diff line number Diff line change 1
1
module Typescript
2
2
module Rails
3
- VERSION = '0.6.2'
3
+ VERSION = '0.6.2.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 3
3
require 'coveralls'
4
4
require 'simplecov'
5
5
6
- SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter [
6
+ SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter . new [
7
7
SimpleCov ::Formatter ::HTMLFormatter ,
8
8
Coveralls ::SimpleCov ::Formatter
9
9
]
12
12
end
13
13
14
14
# Configure Rails environment
15
- ENV [ " RAILS_ENV" ] = " test"
15
+ ENV [ ' RAILS_ENV' ] = ' test'
16
16
17
17
require 'rails'
18
- require " rails/test_help"
18
+ require ' rails/test_help'
19
19
require 'minitest-power_assert'
20
20
21
21
def 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' )
24
24
25
25
FileUtils . mkdir_p ( destination )
26
26
FileUtils . cp routes , destination
You can’t perform that action at this time.
0 commit comments