kcyEtsTest2 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6fd60e2685bb07779f3d94d141da555d40dd5f8e63f4f9df05b4067d072891d
4
- data.tar.gz: a1d163255a80784534fd617c8e1cacb9a7df50b1b4a274deed5d56a615117e6d
3
+ metadata.gz: 3e3aeaf600ff0cfad7aa77cc541011a5ea00ef1cc6fc1cf699ec2ecf827d86ff
4
+ data.tar.gz: d7665c7439aba145de2f5901b02043d7693701825c69ebe4ad6d46b653580379
5
5
  SHA512:
6
- metadata.gz: 4945c5d7069d35a6a1ca72ea0b94341e6b834f4ee50731dbdc44aa5253b4e7dff46dfba0f8a0908f3babdd66b5c58e92bf15ed106623ec89e6153221d024587a
7
- data.tar.gz: e3a40c97bfa6c91e7ae0227967053a913870d0f7aa459bd461637c87dea060d61bc1bd8fde51ff894605c775a4d85238aa0fb2b3dde148f9f0cebaec24e9ac71
6
+ metadata.gz: e687b675568f5f88f92a15f4490844ddbc0f99a9eb8bd4697a5e3212b18971fefd31cd3e601e040cc2103f459db57527e71e66d5e6715d8dcafc2879c9d27864
7
+ data.tar.gz: 6ecb119ccc2ba28ef9f7617bd90088da3af408ae46519ff735c7b4dd7a518b198d05306e5beb2eacd9e213a47622b5c16df38a2f57e155da579c149a6e0fcae5
@@ -7,10 +7,10 @@ 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.2'
10
+ s.version = '0.0.3'
11
11
  s.authors = ["Oleg Khabarov"]
12
12
  s.email = ["oleg@khabarov.ca"]
13
- s.homepage = "http://github.com/comfy/comfortable-mexican-sofa"
13
+ s.homepage = "https://github.com/changyukang/comfortable-mexican-sofa"
14
14
  s.summary = "Rails 5.2+ CMS Engine"
15
15
  s.description = "kcy2"
16
16
  #s.description = "ComfortableMexicanSofa is a powerful Rails 5.2+ CMS Engine"
@@ -87,7 +87,7 @@ class ComfortableMexicanSofa::Configuration
87
87
 
88
88
  # Configuration defaults
89
89
  def initialize
90
- @cms_title = "ComfortableMexicanSofa CMS Engine"
90
+ @cms_title = "kcy cms title"
91
91
  @admin_base_controller = "ApplicationController"
92
92
  @public_base_controller = "ApplicationController"
93
93
  @admin_auth = "ComfortableMexicanSofa::AccessControl::AdminAuthentication"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Khabarov
@@ -622,7 +622,7 @@ files:
622
622
  - lib/generators/comfy/scaffold/templates/views/show.haml.tt
623
623
  - lib/tasks/cms_seeds.rake
624
624
  - public/favicon.ico
625
- homepage: http://github.com/comfy/comfortable-mexican-sofa
625
+ homepage: https://github.com/changyukang/comfortable-mexican-sofa
626
626
  licenses:
627
627
  - MIT
628
628
  metadata: {}