kcyEtsTest2 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e3aeaf600ff0cfad7aa77cc541011a5ea00ef1cc6fc1cf699ec2ecf827d86ff
4
- data.tar.gz: d7665c7439aba145de2f5901b02043d7693701825c69ebe4ad6d46b653580379
3
+ metadata.gz: 113d3c50fce0b70983516777dfa17b49c4d99bead9ced3381aff85e2089e703f
4
+ data.tar.gz: f3b8fc1106e76b16aecb969d4e2c3b26ab950b52db564f3b3e9f3f5e691fb8f1
5
5
  SHA512:
6
- metadata.gz: e687b675568f5f88f92a15f4490844ddbc0f99a9eb8bd4697a5e3212b18971fefd31cd3e601e040cc2103f459db57527e71e66d5e6715d8dcafc2879c9d27864
7
- data.tar.gz: 6ecb119ccc2ba28ef9f7617bd90088da3af408ae46519ff735c7b4dd7a518b198d05306e5beb2eacd9e213a47622b5c16df38a2f57e155da579c149a6e0fcae5
6
+ metadata.gz: db4d53bf8024b2dbd348cf0835a5462cfda03571efaa017a4c34a73afd2f8de756574728aae920a5505f968f6d63a25c7fcaaefd244a5c3e26981a37447351b3
7
+ data.tar.gz: 23283461f2d57f752cce1d0759d7cdc2a5b6360ab03bd63387a01e0927a40aef43af28b815ba230650c6ead6bc45a47afefeb9e041ff10e013f0ad1c79d12ecf
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  # s.name = "ComfortableMexicanSofa"
8
8
  s.name = "kcyEtsTest2"
9
9
  # s.version = ComfortableMexicanSofa::VERSION
10
- s.version = '0.0.3'
10
+ s.version = '0.0.4'
11
11
  s.authors = ["Oleg Khabarov"]
12
12
  s.email = ["oleg@khabarov.ca"]
13
13
  s.homepage = "https://github.com/changyukang/comfortable-mexican-sofa"
@@ -87,7 +87,7 @@ class ComfortableMexicanSofa::Configuration
87
87
 
88
88
  # Configuration defaults
89
89
  def initialize
90
- @cms_title = "kcy cms title"
90
+ @cms_title = "PixelForce_ETS"
91
91
  @admin_base_controller = "ApplicationController"
92
92
  @public_base_controller = "ApplicationController"
93
93
  @admin_auth = "ComfortableMexicanSofa::AccessControl::AdminAuthentication"
@@ -132,7 +132,7 @@ class ComfortableMexicanSofa::Configuration
132
132
  @allowed_partials = nil
133
133
  @hostname_aliases = nil
134
134
  @reveal_cms_partials = false
135
- @public_cms_path = nil
135
+ @public_cms_path = "http://changyukang"
136
136
  @page_to_json_options = { methods: [:content], except: [:content_cache] }
137
137
  end
138
138
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcyEtsTest2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Khabarov