iatelier 0.3.0 → 0.3.1

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: 0a1489c11f972b9ee79a84ac27fddb6911116faa9e8647cd9a5381893d77b693
4
- data.tar.gz: 22b604a764cbf241d4eb0cd01c3bbf88942a6d7e6e1aea0d1dedbe3f010aff55
3
+ metadata.gz: 59902da7760bd3d7aae916886d0a3a6cd0a4f37eb19bbfabaf471aa8a4b423df
4
+ data.tar.gz: 5d143a4e9c9fcd20807ce1bfc8b1513390569a2e5608b21cf1a8183772288edd
5
5
  SHA512:
6
- metadata.gz: a7cca802d8f6abe021686cf74455be2a6c03c16f0ba8833db8acc540b8aff282b6bad4fe11d9ff47865ff3620888e7c2c144f7585d7f80aaf57ac58073a16c97
7
- data.tar.gz: de959835a6d66afb39dc4631fefa1dd5ade9e47aaa6bffad29783642976a1e45f91a227c1f005d8df0f0de86a8b2bef30fb46fd7406f8a671d4959d41adce13c
6
+ metadata.gz: 04271bdfc01be667d2c67e6b6499bbcebc596bcac65c9008a9ddd97896daae2cee429dc493043c0f643098cad4cac0ab1753e45725b768550c670c9a22569251
7
+ data.tar.gz: 54bcd88b6f7c87125f5ea158aa7cfd5848e6a3824d57818d440df8b179439548a10f8adf08f4cb062abfc5cf7b8e1314a57224689e7954a528a7365ec2596c92
data/iatelier.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Captain Husayn Pinguin"]
9
9
  spec.email = ["captainhusaynpinguin@galacticvisions.xyz"]
10
10
 
11
- spec.summary = %q{This is test app.}
12
- spec.description = %q{It is testing a CMS.}
11
+ spec.summary = %q{Hanami-based Content Management System Atelier}
12
+ spec.description = %q{iAtelier, a simple, yet powerful CMS engine for Hanami}
13
13
  spec.homepage = "https://iatelier.piratesatelier.xyz"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,6 +1,6 @@
1
1
  module Iatelier
2
2
  class Configuration
3
- attr_accessor :atelier_name, :atelier_url, :storage_dir
3
+ attr_accessor :atelier_name, :atelier_url, :storage_dir, :admin_username, :admin_password
4
4
  def initialize
5
5
  @atelier_name = nil
6
6
  @atelier_url = nil
@@ -1,3 +1,3 @@
1
1
  module Iatelier
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iatelier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Captain Husayn Pinguin
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.5'
83
- description: It is testing a CMS.
83
+ description: iAtelier, a simple, yet powerful CMS engine for Hanami
84
84
  email:
85
85
  - captainhusaynpinguin@galacticvisions.xyz
86
86
  executables: []
@@ -247,5 +247,5 @@ requirements: []
247
247
  rubygems_version: 3.1.2
248
248
  signing_key:
249
249
  specification_version: 4
250
- summary: This is test app.
250
+ summary: Hanami-based Content Management System Atelier
251
251
  test_files: []