ember-rails 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -116,7 +116,7 @@ version of one of the above-linked gems in the Gemfile, e.g.:
116
116
 
117
117
  You can also specify versions of 'handlebars-source' and
118
118
  'ember-data-source', but note that an appropriate 'handlebars-source'
119
- will by automatically chosen depending on the version of 'ember-source'
119
+ will be automatically chosen depending on the version of 'ember-source'
120
120
  that's specified.
121
121
 
122
122
  You can also override the specific ember.js, handlebars.js, and
@@ -1,5 +1,5 @@
1
1
  module Ember
2
2
  module Rails
3
- VERSION = '0.11.0'
3
+ VERSION = '0.11.1'
4
4
  end
5
5
  end
@@ -25,7 +25,7 @@ module Ember
25
25
  if variant = app.config.ember.variant
26
26
  # Copy over the desired ember, ember-data, and handlebars bundled in
27
27
  # ember-source, ember-data-source, and handlebars-source to a tmp folder.
28
- tmp_path = app.root.join("tmp/cache/ember-rails")
28
+ tmp_path = app.root.join("tmp/ember-rails")
29
29
  ext = variant == :production ? ".prod.js" : ".js"
30
30
  FileUtils.mkdir_p(tmp_path)
31
31
  FileUtils.cp(::Ember::Source.bundled_path_for("ember#{ext}"), tmp_path.join("ember.js"))
@@ -51,7 +51,7 @@ module Ember
51
51
  end
52
52
 
53
53
  def create_app_stubs
54
- generate "ember:view", "application"
54
+ invoke "ember:view", ["application", "-d #{ember_path}"]
55
55
  end
56
56
  end
57
57
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ember-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.11.0
5
+ version: 0.11.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Keith Pitt
@@ -204,7 +204,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
204
204
  requirements:
205
205
  - - ! '>='
206
206
  - !ruby/object:Gem::Version
207
- hash: -4530447845607974325
207
+ hash: -4555322059551747545
208
208
  segments:
209
209
  - 0
210
210
  version: '0'
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  requirements:
214
214
  - - ! '>='
215
215
  - !ruby/object:Gem::Version
216
- hash: -4530447845607974325
216
+ hash: -4555322059551747545
217
217
  segments:
218
218
  - 0
219
219
  version: '0'