js_assets 0.0.9 → 0.0.10

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.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/README.md +21 -0
  4. data/js_assets.gemspec +2 -1
  5. data/lib/js_assets/version.rb +1 -1
  6. data/test/dummy/.gitignore +18 -0
  7. data/test/dummy/Gemfile +12 -0
  8. data/test/dummy/Gemfile.lock +428 -0
  9. data/test/dummy/Guardfile +3 -0
  10. data/test/dummy/README.rdoc +28 -0
  11. data/test/dummy/Rakefile +6 -0
  12. data/test/dummy/app/assets/images/.keep +0 -0
  13. data/test/dummy/app/assets/images/33482841_news_bigpic.png +0 -0
  14. data/test/dummy/app/assets/images/ruby.png +0 -0
  15. data/test/dummy/app/assets/javascripts/application.js +14 -0
  16. data/test/dummy/app/assets/javascripts/bar.html +1 -0
  17. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  18. data/test/dummy/app/controllers/application_controller.rb +5 -0
  19. data/test/dummy/app/controllers/concerns/.keep +0 -0
  20. data/test/dummy/app/helpers/application_helper.rb +2 -0
  21. data/test/dummy/app/mailers/.keep +0 -0
  22. data/test/dummy/app/models/.keep +0 -0
  23. data/test/dummy/app/models/concerns/.keep +0 -0
  24. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  25. data/test/dummy/bin/bundle +3 -0
  26. data/test/dummy/bin/rails +8 -0
  27. data/test/dummy/bin/rake +8 -0
  28. data/test/dummy/bin/spring +18 -0
  29. data/test/dummy/clear.sh +5 -0
  30. data/test/dummy/config/application.rb +28 -0
  31. data/test/dummy/config/boot.rb +4 -0
  32. data/test/dummy/config/database.yml +25 -0
  33. data/test/dummy/config/environment.rb +5 -0
  34. data/test/dummy/config/environments/development.rb +37 -0
  35. data/test/dummy/config/environments/production.rb +84 -0
  36. data/test/dummy/config/environments/test.rb +39 -0
  37. data/test/dummy/config/initializers/assets.rb +2 -0
  38. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  39. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  40. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  41. data/test/dummy/config/initializers/inflections.rb +16 -0
  42. data/test/dummy/config/initializers/js_assets.rb +1 -0
  43. data/test/dummy/config/initializers/mime_types.rb +4 -0
  44. data/test/dummy/config/initializers/session_store.rb +3 -0
  45. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  46. data/test/dummy/config/locales/en.yml +23 -0
  47. data/test/dummy/config/routes.rb +56 -0
  48. data/test/dummy/config/secrets.yml +22 -0
  49. data/test/dummy/config.ru +4 -0
  50. data/test/dummy/db/seeds.rb +7 -0
  51. data/test/dummy/lib/assets/.keep +0 -0
  52. data/test/dummy/lib/tasks/.keep +0 -0
  53. data/test/dummy/log/.keep +0 -0
  54. data/test/dummy/log/development.log +169 -0
  55. data/test/dummy/log/production.log +108 -0
  56. data/test/dummy/public/assets/33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png +0 -0
  57. data/test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js +1 -0
  58. data/test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js.gz +0 -0
  59. data/test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css +16 -0
  60. data/test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css.gz +0 -0
  61. data/test/dummy/public/assets/bar-1fb8cd88d02f908a572597478daac546.html +1 -0
  62. data/test/dummy/public/assets/manifest-4ac86b4280bb234aad7af9db04474ec5.json +1 -0
  63. data/test/dummy/public/assets/ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png +0 -0
  64. data/test/dummy/test/controllers/.keep +0 -0
  65. data/test/dummy/test/fixtures/.keep +0 -0
  66. data/test/dummy/test/helpers/.keep +0 -0
  67. data/test/dummy/test/integration/.keep +0 -0
  68. data/test/dummy/test/mailers/.keep +0 -0
  69. data/test/dummy/test/models/.keep +0 -0
  70. data/test/dummy/test/test_helper.rb +13 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/16ac18782e25d6d504b259f06b656310 +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/2c57d2ceb3813a3e282a80bc90835347 +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/f2258d3d05e44c19def553db3b6a8ac2 +0 -0
  74. data/test/dummy/vendor/assets/javascripts/.keep +0 -0
  75. data/test/dummy/vendor/assets/stylesheets/.keep +0 -0
  76. metadata +140 -3
@@ -0,0 +1,108 @@
1
+ I, [2014-09-17T10:41:48.777464 #75871] INFO -- : Started GET "/assets/app_assets.js" for 127.0.0.1 at 2014-09-17 10:41:48 +0400
2
+ F, [2014-09-17T10:41:48.778172 #75871] FATAL -- :
3
+ ActionController::RoutingError (No route matches [GET] "/assets/app_assets.js"):
4
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
5
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
7
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
8
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
12
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
13
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
14
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
15
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
16
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
17
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
18
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
19
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
20
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
21
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
22
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
24
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
25
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
26
+
27
+
28
+ I, [2014-09-17T10:42:03.286522 #75871] INFO -- : Started GET "/assets/application.js" for 127.0.0.1 at 2014-09-17 10:42:03 +0400
29
+ F, [2014-09-17T10:42:03.287155 #75871] FATAL -- :
30
+ ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
31
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
32
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
33
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
34
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
35
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
36
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
37
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
38
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
39
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
40
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
41
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
42
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
43
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
44
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
45
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
46
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
47
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
48
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
49
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
50
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
51
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
52
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
53
+
54
+
55
+ I, [2014-09-17T10:42:07.935119 #75871] INFO -- : Started GET "/" for 127.0.0.1 at 2014-09-17 10:42:07 +0400
56
+ F, [2014-09-17T10:42:07.935711 #75871] FATAL -- :
57
+ ActionController::RoutingError (No route matches [GET] "/"):
58
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
59
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
60
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
61
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
62
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
63
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
64
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
65
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
66
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
67
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
68
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
69
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
70
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
71
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
72
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
73
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
74
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
75
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
76
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
77
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
78
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
79
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
80
+
81
+
82
+ I, [2014-09-17T10:42:12.815818 #75871] INFO -- : Started GET "/" for 127.0.0.1 at 2014-09-17 10:42:12 +0400
83
+ F, [2014-09-17T10:42:12.816424 #75871] FATAL -- :
84
+ ActionController::RoutingError (No route matches [GET] "/"):
85
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
86
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
87
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
88
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
89
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
90
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
91
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
92
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
93
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
94
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
95
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
96
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
97
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
98
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
99
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
100
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
101
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
102
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
103
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
104
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
105
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
106
+ /Users/zaur/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
107
+
108
+
@@ -0,0 +1 @@
1
+ window.project_assets={"33482841_news_bigpic.png":"/assets/33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png","ruby.png":"/assets/ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png","bar.html":"/assets/bar-1fb8cd88d02f908a572597478daac546.html"},window.asset_path=function(s){return window.project_assets[s]};
@@ -0,0 +1,16 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any styles
10
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
+ * file per style scope.
12
+ *
13
+
14
+
15
+ */
16
+
@@ -0,0 +1 @@
1
+ {"files":{"33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png":{"logical_path":"33482841_news_bigpic.png","mtime":"2014-09-17T11:50:45+04:00","size":48091,"digest":"60fc3d1dd78f0dda19ed1d7467ec22e8"},"ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png":{"logical_path":"ruby.png","mtime":"2014-09-17T11:50:45+04:00","size":10805,"digest":"c0b35b23a7c06c9ae38ad96e29d688fd"},"application-1ccafe29653c6e7d597938e6353dfd78.js":{"logical_path":"application.js","mtime":"2014-09-17T11:50:45+04:00","size":308,"digest":"1ccafe29653c6e7d597938e6353dfd78"},"bar-1fb8cd88d02f908a572597478daac546.html":{"logical_path":"bar.html","mtime":"2014-09-17T11:50:45+04:00","size":13,"digest":"1fb8cd88d02f908a572597478daac546"},"application-8149d2666335ec3b05bc3a701cb98729.css":{"logical_path":"application.css","mtime":"2014-09-17T11:50:45+04:00","size":650,"digest":"8149d2666335ec3b05bc3a701cb98729"}},"assets":{"33482841_news_bigpic.png":"33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png","ruby.png":"ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png","application.js":"application-1ccafe29653c6e7d597938e6353dfd78.js","bar.html":"bar-1fb8cd88d02f908a572597478daac546.html","application.css":"application-8149d2666335ec3b05bc3a701cb98729.css"}}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,13 @@
1
+ ENV['RAILS_ENV'] ||= 'test'
2
+ require File.expand_path('../../config/environment', __FILE__)
3
+ require 'rails/test_help'
4
+
5
+ class ActiveSupport::TestCase
6
+ # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
7
+ #
8
+ # Note: You'll currently still have to declare fixtures explicitly in integration tests
9
+ # -- they do not yet inherit this setting
10
+ fixtures :all
11
+
12
+ # Add more helper methods to be used by all tests here...
13
+ end
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: js_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zaur Abasmirzoev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-09 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: sprockets
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: yard
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -57,6 +71,76 @@ files:
57
71
  - lib/js_assets/rails/engine.rb
58
72
  - lib/js_assets/version.rb
59
73
  - lib/tasks/js_assets_tasks.rake
74
+ - test/dummy/.gitignore
75
+ - test/dummy/Gemfile
76
+ - test/dummy/Gemfile.lock
77
+ - test/dummy/Guardfile
78
+ - test/dummy/README.rdoc
79
+ - test/dummy/Rakefile
80
+ - test/dummy/app/assets/images/.keep
81
+ - test/dummy/app/assets/images/33482841_news_bigpic.png
82
+ - test/dummy/app/assets/images/ruby.png
83
+ - test/dummy/app/assets/javascripts/application.js
84
+ - test/dummy/app/assets/javascripts/bar.html
85
+ - test/dummy/app/assets/stylesheets/application.css
86
+ - test/dummy/app/controllers/application_controller.rb
87
+ - test/dummy/app/controllers/concerns/.keep
88
+ - test/dummy/app/helpers/application_helper.rb
89
+ - test/dummy/app/mailers/.keep
90
+ - test/dummy/app/models/.keep
91
+ - test/dummy/app/models/concerns/.keep
92
+ - test/dummy/app/views/layouts/application.html.erb
93
+ - test/dummy/bin/bundle
94
+ - test/dummy/bin/rails
95
+ - test/dummy/bin/rake
96
+ - test/dummy/bin/spring
97
+ - test/dummy/clear.sh
98
+ - test/dummy/config.ru
99
+ - test/dummy/config/application.rb
100
+ - test/dummy/config/boot.rb
101
+ - test/dummy/config/database.yml
102
+ - test/dummy/config/environment.rb
103
+ - test/dummy/config/environments/development.rb
104
+ - test/dummy/config/environments/production.rb
105
+ - test/dummy/config/environments/test.rb
106
+ - test/dummy/config/initializers/assets.rb
107
+ - test/dummy/config/initializers/backtrace_silencers.rb
108
+ - test/dummy/config/initializers/cookies_serializer.rb
109
+ - test/dummy/config/initializers/filter_parameter_logging.rb
110
+ - test/dummy/config/initializers/inflections.rb
111
+ - test/dummy/config/initializers/js_assets.rb
112
+ - test/dummy/config/initializers/mime_types.rb
113
+ - test/dummy/config/initializers/session_store.rb
114
+ - test/dummy/config/initializers/wrap_parameters.rb
115
+ - test/dummy/config/locales/en.yml
116
+ - test/dummy/config/routes.rb
117
+ - test/dummy/config/secrets.yml
118
+ - test/dummy/db/seeds.rb
119
+ - test/dummy/lib/assets/.keep
120
+ - test/dummy/lib/tasks/.keep
121
+ - test/dummy/log/.keep
122
+ - test/dummy/log/development.log
123
+ - test/dummy/log/production.log
124
+ - test/dummy/public/assets/33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png
125
+ - test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js
126
+ - test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js.gz
127
+ - test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css
128
+ - test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css.gz
129
+ - test/dummy/public/assets/bar-1fb8cd88d02f908a572597478daac546.html
130
+ - test/dummy/public/assets/manifest-4ac86b4280bb234aad7af9db04474ec5.json
131
+ - test/dummy/public/assets/ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png
132
+ - test/dummy/test/controllers/.keep
133
+ - test/dummy/test/fixtures/.keep
134
+ - test/dummy/test/helpers/.keep
135
+ - test/dummy/test/integration/.keep
136
+ - test/dummy/test/mailers/.keep
137
+ - test/dummy/test/models/.keep
138
+ - test/dummy/test/test_helper.rb
139
+ - test/dummy/tmp/cache/assets/development/sprockets/16ac18782e25d6d504b259f06b656310
140
+ - test/dummy/tmp/cache/assets/development/sprockets/2c57d2ceb3813a3e282a80bc90835347
141
+ - test/dummy/tmp/cache/assets/development/sprockets/f2258d3d05e44c19def553db3b6a8ac2
142
+ - test/dummy/vendor/assets/javascripts/.keep
143
+ - test/dummy/vendor/assets/stylesheets/.keep
60
144
  homepage: https://github.com/kavkaz/js_assets
61
145
  licenses:
62
146
  - MIT
@@ -81,5 +165,58 @@ rubygems_version: 2.2.2
81
165
  signing_key:
82
166
  specification_version: 4
83
167
  summary: Javascript helper
84
- test_files: []
168
+ test_files:
169
+ - test/dummy/app/assets/images/33482841_news_bigpic.png
170
+ - test/dummy/app/assets/images/ruby.png
171
+ - test/dummy/app/assets/javascripts/application.js
172
+ - test/dummy/app/assets/javascripts/bar.html
173
+ - test/dummy/app/assets/stylesheets/application.css
174
+ - test/dummy/app/controllers/application_controller.rb
175
+ - test/dummy/app/helpers/application_helper.rb
176
+ - test/dummy/app/views/layouts/application.html.erb
177
+ - test/dummy/bin/bundle
178
+ - test/dummy/bin/rails
179
+ - test/dummy/bin/rake
180
+ - test/dummy/bin/spring
181
+ - test/dummy/clear.sh
182
+ - test/dummy/config/application.rb
183
+ - test/dummy/config/boot.rb
184
+ - test/dummy/config/database.yml
185
+ - test/dummy/config/environment.rb
186
+ - test/dummy/config/environments/development.rb
187
+ - test/dummy/config/environments/production.rb
188
+ - test/dummy/config/environments/test.rb
189
+ - test/dummy/config/initializers/assets.rb
190
+ - test/dummy/config/initializers/backtrace_silencers.rb
191
+ - test/dummy/config/initializers/cookies_serializer.rb
192
+ - test/dummy/config/initializers/filter_parameter_logging.rb
193
+ - test/dummy/config/initializers/inflections.rb
194
+ - test/dummy/config/initializers/js_assets.rb
195
+ - test/dummy/config/initializers/mime_types.rb
196
+ - test/dummy/config/initializers/session_store.rb
197
+ - test/dummy/config/initializers/wrap_parameters.rb
198
+ - test/dummy/config/locales/en.yml
199
+ - test/dummy/config/routes.rb
200
+ - test/dummy/config/secrets.yml
201
+ - test/dummy/config.ru
202
+ - test/dummy/db/seeds.rb
203
+ - test/dummy/Gemfile
204
+ - test/dummy/Gemfile.lock
205
+ - test/dummy/Guardfile
206
+ - test/dummy/log/development.log
207
+ - test/dummy/log/production.log
208
+ - test/dummy/public/assets/33482841_news_bigpic-60fc3d1dd78f0dda19ed1d7467ec22e8.png
209
+ - test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js
210
+ - test/dummy/public/assets/application-1ccafe29653c6e7d597938e6353dfd78.js.gz
211
+ - test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css
212
+ - test/dummy/public/assets/application-8149d2666335ec3b05bc3a701cb98729.css.gz
213
+ - test/dummy/public/assets/bar-1fb8cd88d02f908a572597478daac546.html
214
+ - test/dummy/public/assets/manifest-4ac86b4280bb234aad7af9db04474ec5.json
215
+ - test/dummy/public/assets/ruby-c0b35b23a7c06c9ae38ad96e29d688fd.png
216
+ - test/dummy/Rakefile
217
+ - test/dummy/README.rdoc
218
+ - test/dummy/test/test_helper.rb
219
+ - test/dummy/tmp/cache/assets/development/sprockets/16ac18782e25d6d504b259f06b656310
220
+ - test/dummy/tmp/cache/assets/development/sprockets/2c57d2ceb3813a3e282a80bc90835347
221
+ - test/dummy/tmp/cache/assets/development/sprockets/f2258d3d05e44c19def553db3b6a8ac2
85
222
  has_rdoc: