assayo 0.1.1 → 0.1.2
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/assayo/assets/achievements/moreChangeTimeZone.svg +1 -0
- data/assayo/assets/achievements/publicitySitnik.svg +1 -0
- data/assayo/assets/logo/big.svg +1 -0
- data/assayo/assets/logo/middle.svg +1 -0
- data/assayo/assets/logo/small.svg +1 -0
- data/assayo/index.html +1 -1
- data/assayo/static/index.css +2 -2
- data/assayo/static/index.js +3 -3
- metadata +6 -2
- data/assayo/favicon.svg +0 -24
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: assayo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aleksei Bakhirev
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- assayo/assets/achievements/more90DaysInProject.svg
|
70
70
|
- assayo/assets/achievements/moreAddedFolders.svg
|
71
71
|
- assayo/assets/achievements/moreChangeCode.svg
|
72
|
+
- assayo/assets/achievements/moreChangeTimeZone.svg
|
72
73
|
- assayo/assets/achievements/moreCommits.svg
|
73
74
|
- assayo/assets/achievements/moreCreateCode.svg
|
74
75
|
- assayo/assets/achievements/moreDaysForTask.svg
|
@@ -91,6 +92,7 @@ files:
|
|
91
92
|
- assayo/assets/achievements/noCommitOnDay.svg
|
92
93
|
- assayo/assets/achievements/oneCommitOneTask.svg
|
93
94
|
- assayo/assets/achievements/oneExtension.svg
|
95
|
+
- assayo/assets/achievements/publicitySitnik.svg
|
94
96
|
- assayo/assets/achievements/removeCreateFile.svg
|
95
97
|
- assayo/assets/achievements/renameFile.svg
|
96
98
|
- assayo/assets/achievements/shortestName.svg
|
@@ -166,6 +168,9 @@ files:
|
|
166
168
|
- assayo/assets/list/arrow.svg
|
167
169
|
- assayo/assets/list/remove.svg
|
168
170
|
- assayo/assets/logo.svg
|
171
|
+
- assayo/assets/logo/big.svg
|
172
|
+
- assayo/assets/logo/middle.svg
|
173
|
+
- assayo/assets/logo/small.svg
|
169
174
|
- assayo/assets/map/2x1.png
|
170
175
|
- assayo/assets/map/map.png
|
171
176
|
- assayo/assets/menu/branch.svg
|
@@ -209,7 +214,6 @@ files:
|
|
209
214
|
- assayo/assets/sponsor/halo.png
|
210
215
|
- assayo/assets/switch/person.svg
|
211
216
|
- assayo/assets/switch/team.svg
|
212
|
-
- assayo/favicon.svg
|
213
217
|
- assayo/index.html
|
214
218
|
- assayo/static/index.css
|
215
219
|
- assayo/static/index.js
|
data/assayo/favicon.svg
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
<svg width="72" height="73" viewBox="0 0 72 73" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<rect x="4" y="4" width="41" height="14" rx="7" fill="url(#paint0_linear_418_19)"/>
|
3
|
-
<rect x="4" y="21" width="64" height="14" rx="7" fill="url(#paint1_linear_418_19)"/>
|
4
|
-
<rect x="4" y="55" width="64" height="14" rx="7" fill="url(#paint2_linear_418_19)"/>
|
5
|
-
<rect x="4" y="38" width="47" height="14" rx="7" fill="url(#paint3_linear_418_19)"/>
|
6
|
-
<defs>
|
7
|
-
<linearGradient id="paint0_linear_418_19" x1="-3" y1="18" x2="40.9902" y2="33.2394" gradientUnits="userSpaceOnUse">
|
8
|
-
<stop offset="0.250021" stop-color="#4F0FDE"/>
|
9
|
-
<stop offset="1" stop-color="#D18FF9"/>
|
10
|
-
</linearGradient>
|
11
|
-
<linearGradient id="paint1_linear_418_19" x1="-6.92683" y1="35" x2="52.5804" y2="67.1793" gradientUnits="userSpaceOnUse">
|
12
|
-
<stop offset="0.250021" stop-color="#4F0FDE"/>
|
13
|
-
<stop offset="1" stop-color="#D18FF9"/>
|
14
|
-
</linearGradient>
|
15
|
-
<linearGradient id="paint2_linear_418_19" x1="-6.92683" y1="69" x2="52.5804" y2="101.179" gradientUnits="userSpaceOnUse">
|
16
|
-
<stop offset="0.250021" stop-color="#4F0FDE"/>
|
17
|
-
<stop offset="1" stop-color="#D18FF9"/>
|
18
|
-
</linearGradient>
|
19
|
-
<linearGradient id="paint3_linear_418_19" x1="-4.02439" y1="52" x2="44.7615" y2="71.374" gradientUnits="userSpaceOnUse">
|
20
|
-
<stop offset="0.250021" stop-color="#4F0FDE"/>
|
21
|
-
<stop offset="1" stop-color="#D18FF9"/>
|
22
|
-
</linearGradient>
|
23
|
-
</defs>
|
24
|
-
</svg>
|