pixelforce_cms 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dc3a7debc151ec93c1c778dd7c6e86d29014f93
4
- data.tar.gz: e5a19a50b8a91b1d6987c7d724ee676b0f5b2cb8
3
+ metadata.gz: 36f8e395bd022606fa193d678b311c68a40aee4d
4
+ data.tar.gz: af0aedf928fce120b800744286ba2a96ab3f1cb9
5
5
  SHA512:
6
- metadata.gz: 430061e5efaa8597c43ca4d73d73556fa6d6bb6e60d3188ca5bdcc727fc612d8b61ab0e67bd8d7359914dda12a1f73399bea37d66f2d0ecc0e44cea865f640f6
7
- data.tar.gz: 8e3b08ef4fb1c162890c962b8786f2b35a6744d9ee1584c89f3b06e14d0f3074a30c5af15ff4803fe86020a799913e44e50505f027da44cf604cab3223f5d079
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.7'
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
@@ -1,3 +1,3 @@
1
1
  module PixelforceCms
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
3
3
  end
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.7
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-16 00:00:00.000000000 Z
11
+ date: 2014-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler