ember-appkit-rails 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ember/appkit/rails/sprockets/context.rb +1 -1
  3. data/lib/ember/appkit/rails/version.rb +1 -1
  4. data/test/dummy/config/initializers/secret_token.rb +1 -1
  5. data/test/dummy/log/test.log +7 -8
  6. data/test/dummy/tmp/cache/assets/test/sprockets/012cc56cb3d167247c623ab5a4dd2f8a +0 -0
  7. data/test/dummy/tmp/cache/assets/test/sprockets/07afa5d8ceda557642e2330ab45eb203 +0 -0
  8. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  9. data/test/dummy/tmp/cache/assets/test/sprockets/1f15c49a05b13c3a7ee50d2ac3900f38 +0 -0
  10. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  11. data/test/dummy/tmp/cache/assets/test/sprockets/660bc633c8899c6c1b20514637fa0169 +0 -0
  12. data/test/dummy/tmp/cache/assets/test/sprockets/67afcba9807cd5e57b80b5fdf9f26758 +0 -0
  13. data/test/dummy/tmp/cache/assets/test/sprockets/702dbd08a7eb5e831dd268e0460d97b2 +0 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/9160f792acb62d1f7721c714681fcfe6 +0 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/ae884a1acda0e6f9bb27a856a22bb08d +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/d5a48c6656341c56cac8a8e42bb925a5 +0 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/de0932670a6c856bc6eda1586fd29061 +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/e15ec26dd7914851e352c6f2c73c4284 +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/e3ddb4a07e99c5bbf5f9cd9db3cdb82a +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/eeb5bd38d1dad0d908461fd114f702bc +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/fde9e78f8d55a70f4ef757638fc6cde0 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/fdfac6623944c5a23737724cbd90e58e +0 -0
  24. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c8fc3c42c465787f67f3da11b63ff53e275a328
4
- data.tar.gz: 0de68e2f7024fec5ba08fd83dd5825f2b86eb16e
3
+ metadata.gz: beb5c4573c75c46a65195ff21fe9d9c09606f022
4
+ data.tar.gz: 049356c8891e8d1d360783385b348a8c1a130bbc
5
5
  SHA512:
6
- metadata.gz: 8dcf9daf01374cca128cf9def7c1a631cf25330eb4846a0a72cd1019dd486e46d42b5da1c7736df0a20ece46a5eec5e075e6b96efb532f9aac71366c2fdaafbc
7
- data.tar.gz: 1c55e8ae2e2f968d7f0b4651a64ab038d2656a1bd30f1b3822ff5f4c75db49f0d76f47acf4893d81f10ffd88bbd1784d470115b51d2454de0c883458265550d0
6
+ metadata.gz: e40a33b2af23d687352ef459918e6a19ebf5c35bc5eceb32ab611a525e73e69d0dbddf280a31fa76646ea874fff5a60393cddf5299de0a9342b937736738c2a4
7
+ data.tar.gz: ee807c56ec30f3ba7445aaafb5e9e594b6866681099976f5b4bf3bce220f047b3405738a0caba0c6030cdf49bedbb8dfffdd534817a9578fc869629e80c78e36
@@ -2,7 +2,7 @@ require 'sprockets/context'
2
2
 
3
3
  module Ember::Appkit::Rails::Sprockets::Context
4
4
  def asset_requirable?(path)
5
- return false if path.to_s.match File.join(::Rails.root, 'app/assets')
5
+ return false if path.to_s.match File.join(::Rails.root, 'app/assets/javascripts')
6
6
  super
7
7
  end
8
8
  end
@@ -1,7 +1,7 @@
1
1
  module Ember
2
2
  module Appkit
3
3
  module Rails
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
6
6
  end
7
7
  end
@@ -9,4 +9,4 @@
9
9
 
10
10
  # Make sure your secret_key_base is kept private
11
11
  # if you're sharing your code publicly.
12
- Dummy::Application.config.secret_key_base = '25ca68e76606eba7170ecf1af9f59d9fb104130250f61a76725b9fa54054d439b43eb6901044570baed491c7ac0f2b080571ba44c516262102c37471bcb4ed37'
12
+ Dummy::Application.config.secret_key_base = '1392fb38b2fa0c7a8e5c5796501b455b2976a709cd711362f20d71a30617de119dd526e6eda35cf315cfd5a39a1a7a406ab6056d3257d21700db991e848ca37c'
@@ -169,16 +169,15 @@ AutoloadModulesTest: test_does_not_auto_create_modules_for_directories_that_do_n
169
169
  ----------------------------------------------------
170
170
  NavigationTest: test_can_render_default_landing_page
171
171
  ----------------------------------------------------
172
- Started GET "/" for 127.0.0.1 at 2014-01-01 08:12:54 -0500
172
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
173
173
  Processing by LandingController#index as HTML
174
- Completed 200 OK in 401ms (Views: 400.8ms)
175
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-01 08:12:54 -0500
176
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-01 08:12:54 -0500
174
+ Completed 200 OK in 368ms (Views: 368.0ms)
175
+ Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
176
+ Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
177
177
  ---------------------------------------------------
178
178
  NavigationTest: test_can_using_simple_"ember_magic"
179
179
  ---------------------------------------------------
180
- Started GET "/" for 127.0.0.1 at 2014-01-01 08:12:55 -0500
180
+ Started GET "/" for 127.0.0.1 at 2014-01-10 11:04:23 -0500
181
181
  Processing by LandingController#index as HTML
182
- Completed 200 OK in 1ms (Views: 1.2ms)
183
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-01 08:12:55 -0500
184
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-01 08:12:55 -0500
182
+ Completed 200 OK in 1ms (Views: 1.1ms)
183
+ Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-10 11:04:23 -0500
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-appkit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cardarella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-01 00:00:00.000000000 Z
11
+ date: 2014-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails