trusty-cms 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (1.1.0.rc1)
4
+ trusty-cms (1.1.1)
5
5
  RedCloth (~> 4.2.0)
6
6
  acts_as_tree (~> 0.1.1)
7
7
  bundler (>= 1.0.0)
@@ -73,7 +73,7 @@ GEM
73
73
  climate_control (0.0.3)
74
74
  activesupport (>= 3.0)
75
75
  cliver (0.3.2)
76
- cocaine (0.5.4)
76
+ cocaine (0.5.5)
77
77
  climate_control (>= 0.0.3, < 1.0)
78
78
  coderay (1.1.0)
79
79
  compass (1.0.1)
@@ -170,7 +170,7 @@ GEM
170
170
  rake (>= 0.8.7)
171
171
  rdoc (~> 3.4)
172
172
  thor (>= 0.14.6, < 2.0)
173
- rake (10.4.1)
173
+ rake (10.4.2)
174
174
  rb-fsevent (0.9.4)
175
175
  rb-inotify (0.9.5)
176
176
  ffi (>= 0.5.0)
data/app/models/page.rb CHANGED
@@ -365,6 +365,7 @@ class Page < ActiveRecord::Base
365
365
  end
366
366
 
367
367
  def parse(text)
368
+ text = "" if text.nil?
368
369
  lazy_initialize_parser_and_context.parse(text)
369
370
  end
370
371
 
data/lib/trusty_cms.rb CHANGED
@@ -5,7 +5,7 @@ unless defined? TrustyCms::Version
5
5
  module Version
6
6
  Major = '1'
7
7
  Minor = '1'
8
- Tiny = '0'
8
+ Tiny = '1'
9
9
  Patch = nil # set to nil for normal release
10
10
 
11
11
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-04 00:00:00.000000000 Z
12
+ date: 2014-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: tzinfo