bootstrappers 0.0.2 → 0.0.3

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.
@@ -86,9 +86,6 @@ module Bootstrappers
86
86
  def build_settings_from_config
87
87
 
88
88
  template 'setting.rb', 'app/models/setting.rb',:force => true
89
- ## seo_helper initialize setting
90
- # FIXME : temp mark
91
- # template 'seo_helper.rb', 'config/initializers/seo_helper.rb',:force => true
92
89
  template 'config_yml.erb', 'config/config.yml',:force => true
93
90
  end
94
91
 
@@ -24,7 +24,7 @@ module Bootstrappers
24
24
  invoke :customize_gemfile
25
25
  invoke :setup_database
26
26
  invoke :configure_app
27
- # invoke :create_initializers
27
+ invoke :create_initializers
28
28
  invoke :setup_stylesheets
29
29
  invoke :remove_routes_comment_lines
30
30
  invoke :setup_root_route
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,8 +2,8 @@
2
2
  SeoHelper.configure do |config|
3
3
  config.skip_blank = false
4
4
  config.site_name = Setting.app_name
5
- config.default_page_description = "The easiest way to keep like stuff on facebook"
6
- config.default_page_keywords = "Facebook Likes Stuff"
5
+ config.default_page_description = "PAGE_DESSCRIPTION"
6
+ config.default_page_keywords = "PAGE_KEYWORDS"
7
7
  config.default_page_image = Setting.domain + Setting.default_logo_url
8
8
  config.site_name_formatter = lambda { |title, site_name| "#{title} « #{site_name}".html_safe }
9
9
  config.pagination_formatter = lambda { |title, page_number| "#{title} - Page No.#{page_number}" }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - xdite
@@ -102,7 +102,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
103
  - - ">="
104
104
  - !ruby/object:Gem::Version
105
- hash: -734423632493169626
105
+ hash: 3380155434108386366
106
106
  segments:
107
107
  - 0
108
108
  version: "0"
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
- hash: -734423632493169626
114
+ hash: 3380155434108386366
115
115
  segments:
116
116
  - 0
117
117
  version: "0"