webpacker 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-12-16 00:00:00.000000000 Z
12
+ date: 2018-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -126,13 +126,15 @@ files:
126
126
  - lib/install/examples/angular/hello_angular/app/app.module.ts
127
127
  - lib/install/examples/angular/hello_angular/index.ts
128
128
  - lib/install/examples/angular/hello_angular/polyfills.ts
129
- - lib/install/examples/angular/tsconfig.json
130
129
  - lib/install/examples/coffee/hello_coffee.coffee
131
130
  - lib/install/examples/elm/Main.elm
132
131
  - lib/install/examples/elm/hello_elm.js
133
132
  - lib/install/examples/erb/hello_erb.js.erb
134
133
  - lib/install/examples/react/.babelrc
135
134
  - lib/install/examples/react/hello_react.jsx
135
+ - lib/install/examples/react/tsconfig.json
136
+ - lib/install/examples/typescript/hello_typescript.ts
137
+ - lib/install/examples/typescript/tsconfig.json
136
138
  - lib/install/examples/vue/app.vue
137
139
  - lib/install/examples/vue/hello_vue.js
138
140
  - lib/install/javascript/packs/application.js
@@ -143,6 +145,7 @@ files:
143
145
  - lib/install/loaders/vue.js
144
146
  - lib/install/react.rb
145
147
  - lib/install/template.rb
148
+ - lib/install/typescript.rb
146
149
  - lib/install/vue.rb
147
150
  - lib/tasks/installers.rake
148
151
  - lib/tasks/webpacker.rake