aemi 1.0.12 → 1.0.13

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/robots.txt +2 -0
  3. metadata +1 -2
  4. data/assets/index.html +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91c13f465d6c60b80b8001b1857895b4ef65a326955ac72f42033199c335fb1c
4
- data.tar.gz: 389f840482e23b3895e6d7f0c05326ad0732c49d5c9b0640bf4b6bac20f53008
3
+ metadata.gz: c37b9aea8885b01dbadc0663770f43382053a4fe5891fe58d545b910129734a8
4
+ data.tar.gz: f313d5522326efbe3393d4092bd290d6b5d43ac2929df546a8ea04be4fc1270c
5
5
  SHA512:
6
- metadata.gz: 32179e35aefc73874d70841eb3fd41687766f38f6ec246e480e014cf279b91c68a6bc8d28f8b089c155d93ee85352cac84839c0e6882e9a3faacf14d868cc10f
7
- data.tar.gz: 2a4a361fc8965e4cab7517a2a177f139fe4231e3315a3b7133734629e9b8c0e21cd573d51cce02a577bd14627b7810c981df51f25a64dd009c3181888a1c5438
6
+ metadata.gz: b9861fe6fa8d47ffdd3c69f51bee3660f5f7aac3a5cc83d6039d6bcd86cf095f2b38a37d591ad5905e6af2c17d8c638e0241268a25f36ed7423e2451440a88ce
7
+ data.tar.gz: 3d18f2785efdc045561b413fd0374701fcc18a585a84189df0c50bc392a5ab8827d863fccb9e8db55cedd6b278456244c58c0910d3c6cff62fff4663c7bb3945
data/robots.txt CHANGED
@@ -3,3 +3,5 @@ Disallow: /assets/
3
3
 
4
4
  User-agent: *
5
5
  Allow: /
6
+
7
+ Sitemap: /sitemap.xml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aemi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume C
@@ -198,7 +198,6 @@ files:
198
198
  - assets/font-files/JetBrainsMono-Regular.woff2
199
199
  - assets/font-files/JetBrainsMono-Thin.woff2
200
200
  - assets/font-files/JetBrainsMono-ThinItalic.woff2
201
- - assets/index.html
202
201
  - assets/main.scss
203
202
  - robots.txt
204
203
  homepage: https://github.com/aemi-dev/aemi-jekyll-theme
data/assets/index.html DELETED
File without changes