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 +4 -4
- data/iatelier.gemspec +2 -2
- data/lib/iatelier/configuration.rb +1 -1
- data/lib/iatelier/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59902da7760bd3d7aae916886d0a3a6cd0a4f37eb19bbfabaf471aa8a4b423df
|
|
4
|
+
data.tar.gz: 5d143a4e9c9fcd20807ce1bfc8b1513390569a2e5608b21cf1a8183772288edd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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{
|
|
12
|
-
spec.description = %q{
|
|
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
|
|
data/lib/iatelier/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
250
|
+
summary: Hanami-based Content Management System Atelier
|
|
251
251
|
test_files: []
|