pixelforce_cms 0.9.7 → 0.9.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36f8e395bd022606fa193d678b311c68a40aee4d
|
|
4
|
+
data.tar.gz: af0aedf928fce120b800744286ba2a96ab3f1cb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb9e25e546147ab19210539d2d7c06e953589b5bfc4d90f617be6b64742c030bf0be0bde92ece150c47ecafe1d3213224cb396fcf069e278011a8d944e068e9c
|
|
7
|
+
data.tar.gz: 1766d4e40ee6eea2437b1974bdfb524f833d93f332b7c36cc3546b5ba01b6fd2719757996833e08cfc9f705baadfb29e17cd835e78d321efb2804fc05ca93a4e
|
|
@@ -21,6 +21,8 @@ module PixelforceCms
|
|
|
21
21
|
copy_file "css/application/index.css.scss", 'app/assets/stylesheets/application/index.css.scss'
|
|
22
22
|
copy_file "css/application/variables.css.scss", "app/assets/stylesheets/application/variables.css.scss"
|
|
23
23
|
copy_file "css/pages/home.css.scss", "app/assets/stylesheets/pages/home.css.scss"
|
|
24
|
+
remove_file "app/assets/stylesheets/application.css"
|
|
25
|
+
create_file "app/assets/javascripts/layouts.js"
|
|
24
26
|
end
|
|
25
27
|
end
|
|
26
28
|
|
|
@@ -46,10 +48,6 @@ module PixelforceCms
|
|
|
46
48
|
create_file 'app/views/pages/index.html.haml'
|
|
47
49
|
@application_name = application_name
|
|
48
50
|
template 'deploy.rb', 'config/deploy.rb'
|
|
49
|
-
in_root do
|
|
50
|
-
inject_into_file 'config/routes.rb', "\n root :to => 'pages#index'\n", { :after => 'do', :verbose => false }
|
|
51
|
-
inject_into_file 'config/routes.rb', "\n get '/:id' => 'pages#show'\n", { :after => 'do', :verbose => false }
|
|
52
|
-
end
|
|
53
51
|
end
|
|
54
52
|
end
|
|
55
53
|
|
|
@@ -18,7 +18,7 @@ gem 'meta-tags', :require => 'meta_tags'
|
|
|
18
18
|
gem 'exception_notification'
|
|
19
19
|
|
|
20
20
|
# pixelforce template
|
|
21
|
-
gem 'pixelforce_cms', '~> 0.
|
|
21
|
+
gem 'pixelforce_cms', '~> 0.9.8'
|
|
22
22
|
# gem 'pixelforce_cms', path: '/Users/ben/workspace/pixelforce_cms'
|
|
23
23
|
|
|
24
24
|
# Gems used only for assets and not required
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pixelforce_cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Zhang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|