ymdp 0.4.6 → 0.4.8
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/VERSION +1 -1
- data/lib/ymdp/javascripts/authorization.js +0 -4
- data/lib/ymdp/view/application_view.rb +1 -1
- data/ymdp.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.8
|
|
@@ -251,7 +251,7 @@ module YMDP
|
|
|
251
251
|
end
|
|
252
252
|
|
|
253
253
|
def render_default_javascripts(options={})
|
|
254
|
-
default_javascripts = ['application', '
|
|
254
|
+
default_javascripts = ['application', 'params', 'browser', 'data', 'ajax', 'user', 'init', 'reporter', 'debug', 'tag_helper', 'launcher', 'logger', 'i18n', 'flash', 'ab_testing', 'education', 'authorization']
|
|
255
255
|
|
|
256
256
|
filenames = default_javascripts.map do |filename|
|
|
257
257
|
File.join(File.dirname(__FILE__), "..", "javascripts", "#{filename}.js")
|
data/ymdp.gemspec
CHANGED
metadata
CHANGED