fullstack-cms 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.7
1
+ 0.2.8
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-cms"
8
- s.version = "0.2.7"
8
+ s.version = "0.2.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
@@ -42,9 +42,9 @@ Fullstack::Cms.configure do |config|
42
42
 
43
43
  config.setting(:title)
44
44
  config.setting(:slogan)
45
- config.setting(:description, :text)
45
+ config.setting(:description, :kind => :text)
46
46
 
47
- config.setting(:address, :text, :group => :contacts)
47
+ config.setting(:address, :kind => :text, :group => :contacts)
48
48
  config.setting(:phone, :group => :contacts)
49
49
  config.setting(:email, :group => :contacts)
50
50
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullstack-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -331,7 +331,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
331
331
  version: '0'
332
332
  segments:
333
333
  - 0
334
- hash: 3871553466129575470
334
+ hash: 2923998424966296010
335
335
  required_rubygems_version: !ruby/object:Gem::Requirement
336
336
  none: false
337
337
  requirements: