spina-admin-conferences-blog 0.1.0 → 0.1.1

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: f48bd9e0dcef8d18d11ad490f317221c5a35314ac5edbadd344eb8c7f626c82c
4
- data.tar.gz: c9246101dc71030fbbfba1d4c7af71aa5d7d1070a699d10df445e430fdb0722c
3
+ metadata.gz: 114211028506ff89ff4904ba5affe218b52b7a3afb7740e82670ed060eebef85
4
+ data.tar.gz: ff496d8e69bbd0811aa5fa9ae08c056515c3db53daaa357633db3b9cd8538528
5
5
  SHA512:
6
- metadata.gz: c38f80add14ad94be8a44041cc4cec47ea9799d25df54280ed2f53453d36ccf2a0cf025a1c1f22c390e00ed67e1caa0c05ed4f20402494286a4f88e3e32174de
7
- data.tar.gz: c0069a54fcd156f8c50ad164b4be8013af03355c75cf803273037002d982fb2edf78feda6aed4948091e572bc2734ce057dd88e797c97cd37dba0936a0b356cd
6
+ metadata.gz: 8e3035d03bb1ee63b4768199c6fa6bcab2bf3bcd30b9d82b079a21f6887b0a027f45351c9caad0372a2b242368bdbf805696fa474d03131e2b987ead23c10adc
7
+ data.tar.gz: e3e754bed76811e66744aa8eb9dfbf7fce24067138590b016fc2a89f5a6393c1d3aa1b282975f6b9ea66a271f711600f051ea87e5c0c752290c5578efbb8fb62
@@ -2,7 +2,11 @@
2
2
 
3
3
  module Spina
4
4
  # Spina::Blog
5
- module Admin::Conferences::Blog
6
- VERSION = '0.1.0'
5
+ module Admin
6
+ module Conferences
7
+ module Blog
8
+ VERSION = '0.1.1'
9
+ end
10
+ end
7
11
  end
8
12
  end
@@ -1,5 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'spina'
4
+ require 'spina/admin/conferences/blog/configuration'
5
+ require 'spina/admin/conferences/blog/version'
6
+ require 'spina/admin/conferences/blog/engine'
3
7
  require 'friendly_id'
4
8
  require 'draper'
5
9
  require 'spina'
@@ -10,8 +14,9 @@ module Spina
10
14
  module Admin
11
15
  module Conferences
12
16
  module Blog
13
- require 'spina/admin/conferences/blog/engine'
14
- require 'spina/admin/conferences/blog/configuration'
17
+ def self.table_name_prefix
18
+ 'spina_blog'
19
+ end
15
20
  end
16
21
  end
17
22
  end
@@ -9,6 +9,7 @@ require 'spina/admin/conferences/blog'
9
9
 
10
10
  module Dummy
11
11
  class Application < Rails::Application
12
+ config.load_defaults 6.0
12
13
  # Settings in config/environments/* take precedence over those specified here.
13
14
  # Application configuration should go into files in config/initializers
14
15
  # -- all .rb files in that directory are automatically loaded.
data/spec/dummy/config.ru CHANGED
@@ -5,3 +5,4 @@
5
5
  require_relative 'config/environment'
6
6
 
7
7
  run Rails.application
8
+ Rails.application.load_server
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-admin-conferences-blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Van Steene
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-11-07 00:00:00.000000000 Z
12
+ date: 2021-11-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: draper
@@ -301,8 +301,6 @@ files:
301
301
  - db/migrate/5_add_featured_to_spina_blog_posts.rb
302
302
  - db/migrate/6_add_seo_fields.rb
303
303
  - lib/generators/spina_admin_conferences_blog/install_generator.rb
304
- - lib/spina/admin.rb
305
- - lib/spina/admin/conferences.rb
306
304
  - lib/spina/admin/conferences/blog.rb
307
305
  - lib/spina/admin/conferences/blog/configuration.rb
308
306
  - lib/spina/admin/conferences/blog/engine.rb
@@ -395,26 +393,28 @@ files:
395
393
  - spec/support/system_tests.rb
396
394
  - spec/system/spina/admin/conferences/blog/posts_spec.rb
397
395
  - spec/system/support/image.png
398
- homepage: https://github.com/louis-vs/spina-conferences-blog
396
+ homepage: https://github.com/louis-vs/spina-admin-conferences-blog
399
397
  licenses:
400
398
  - MIT
401
- metadata: {}
399
+ metadata:
400
+ homepage_uri: https://github.com/louis-vs/spina-admin-conferences-blog
401
+ source_code_uri: https://github.com/louis-vs/spina-admin-conferences-blog
402
402
  post_install_message:
403
403
  rdoc_options: []
404
404
  require_paths:
405
405
  - lib
406
406
  required_ruby_version: !ruby/object:Gem::Requirement
407
407
  requirements:
408
- - - ">="
408
+ - - "~>"
409
409
  - !ruby/object:Gem::Version
410
- version: '0'
410
+ version: '2.7'
411
411
  required_rubygems_version: !ruby/object:Gem::Requirement
412
412
  requirements:
413
413
  - - ">="
414
414
  - !ruby/object:Gem::Version
415
415
  version: '0'
416
416
  requirements: []
417
- rubygems_version: 3.1.4
417
+ rubygems_version: 3.1.6
418
418
  signing_key:
419
419
  specification_version: 4
420
420
  summary: Blog Engine for Spina CMS
@@ -1,6 +0,0 @@
1
- module Spina
2
- module Admin
3
- module Conferences
4
- end
5
- end
6
- end
data/lib/spina/admin.rb DELETED
@@ -1,5 +0,0 @@
1
- module Spina
2
- module Admin
3
-
4
- end
5
- end