ricogen 0.4 → 0.5

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 CHANGED
@@ -1 +1 @@
1
- 0.4
1
+ 0.5
@@ -6,6 +6,7 @@ gem "rails", "~> 3.0.8"
6
6
  gem "haml", "~> 3.1.2"
7
7
  gem "sass", "~> 3.1.4"
8
8
  gem 'compass', '0.11.4'
9
+ gem "haml-rails", '>= 0.3.4'
9
10
 
10
11
  # utils
11
12
  gem 'magic', '~> 0.2.6'
@@ -39,7 +39,7 @@ SANITIZE_CONFIG = {
39
39
  }
40
40
 
41
41
 
42
- Rails.application.config.session_store :cookie_store, :key => AppConfig.session_key, :domain => :all
42
+ Rails.application.config.session_store :cookie_store, :key => AppConfig.session_key#, :domain => :all
43
43
  Rails.application.config.secret_token = AppConfig.session_secret
44
44
 
45
45
  ActionMailer::Base.default_url_options[:host] = AppConfig.domain
@@ -47,3 +47,4 @@ ActionMailer::Base.default_url_options[:host] = AppConfig.domain
47
47
  if File.exist?(Rails.root + "VERSION")
48
48
  AppConfig.version = File.read(Rails.root + "VERSION")
49
49
  end
50
+
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 4
8
- version: "0.4"
7
+ - 5
8
+ version: "0.5"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Hampton Catlin