ember-rails 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/ember/rails/version.rb +1 -1
- data/lib/ember_rails.rb +1 -1
- data/lib/generators/ember/bootstrap_generator.rb +1 -1
- metadata +3 -3
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
|
|
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
|
data/lib/ember/rails/version.rb
CHANGED
data/lib/ember_rails.rb
CHANGED
|
@@ -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/
|
|
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"))
|
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.
|
|
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: -
|
|
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: -
|
|
216
|
+
hash: -4555322059551747545
|
|
217
217
|
segments:
|
|
218
218
|
- 0
|
|
219
219
|
version: '0'
|