bcms_kcfinder 1.0.0 → 1.0.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.
|
@@ -16,8 +16,8 @@ class BcmsKcfinder::InstallGenerator < Cms::ModuleInstallation
|
|
|
16
16
|
# append_to_file "db/seeds.rb", "load File.expand_path('../bcms_kcfinder.seeds.rb', __FILE__)\n"
|
|
17
17
|
#end
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
def add_routes
|
|
20
|
+
mount_engine(BcmsKcfinder)
|
|
21
|
+
end
|
|
22
22
|
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcms_kcfinder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -429,7 +429,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
429
429
|
version: '0'
|
|
430
430
|
segments:
|
|
431
431
|
- 0
|
|
432
|
-
hash:
|
|
432
|
+
hash: 1618175868800973368
|
|
433
433
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
434
434
|
none: false
|
|
435
435
|
requirements:
|
|
@@ -438,7 +438,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
438
438
|
version: '0'
|
|
439
439
|
segments:
|
|
440
440
|
- 0
|
|
441
|
-
hash:
|
|
441
|
+
hash: 1618175868800973368
|
|
442
442
|
requirements: []
|
|
443
443
|
rubyforge_project:
|
|
444
444
|
rubygems_version: 1.8.24
|