ember-cli-rails 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e50b3fd7677a1c72893cb980a3b8dc9615cd6d11
4
- data.tar.gz: 6c609d1c47ba13914e261f309538c59d20f5a223
3
+ metadata.gz: 188d361d698d969414146ff74277cc7aafbf99cb
4
+ data.tar.gz: d8d0292981d4431db18d0c4c3b5b7b231d09d8d5
5
5
  SHA512:
6
- metadata.gz: d67e13a57cfb31bd7c142507cb675c3486f4fe9d7c14b44e1e394338125a23a3b01e114f911188c0977ef7ff4e14368ef4cc190c1b9e3030351e7c99ccfff58e
7
- data.tar.gz: f74adc89fa5e52c9a078845ce7e2ed37d35181170bbb07935a4339b85808878b0e5af914ac5456c54eeb355f2f14c5390e95e345dc632b3a54c0ac203cb5d66c
6
+ metadata.gz: 5441da208552895625ae28160ecbac03e2dabe86b11e738bb1d95aae9cce0fc548d57f5d2d7dc875b5a00b6c9df51d7c1ba5f24ca66479f4da3e55c567bfcf20
7
+ data.tar.gz: 00d5041f17216649b6f1e86f5f6ce8560b790f580e1d78065f73eb6dbb0ff59322ca252fd1a6dd8bfdefcde3bffd49e4a46634c4b75b8511e4918d986c5a7be3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.2.1
2
+ -----
3
+
4
+ * Fix missing App#configuration method [#141](https://github.com/rwz/ember-cli-rails/issues/141)
5
+
1
6
  0.2.0
2
7
  -----
3
8
 
data/lib/ember-cli/app.rb CHANGED
@@ -114,7 +114,7 @@ module EmberCLI
114
114
  end
115
115
 
116
116
  def build_timeout
117
- options.fetch(:build_timeout){ configuration.build_timeout }
117
+ options.fetch(:build_timeout){ EmberCLI.configuration.build_timeout }
118
118
  end
119
119
 
120
120
  def check_for_build_error!
@@ -1,3 +1,3 @@
1
1
  module EmberCLI
2
- VERSION = "0.2.0".freeze
2
+ VERSION = "0.2.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-cli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Pravosud
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-03 00:00:00.000000000 Z
13
+ date: 2015-04-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties