inci_score 3.1.1 → 3.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/config/catalog.yml +2 -0
- data/lib/inci_score/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e026104eeff3d47b950398ad16463f0278275ccf
|
|
4
|
+
data.tar.gz: ccf0378873efe4246acd8f678e0c5fbadab2910a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dff3b234dc2059c5404d7d2504a22023cc82614903af109552156ce486aa9e7f564d82d1163cf61c7fe3a451464969c89c9da50109b7189fcaa3e7b96c7dd6b
|
|
7
|
+
data.tar.gz: 7db9ba51d74809984b92f70c10ca5fe05d8761c9ac01014494e1cd38ecdce187fd7ebab1ff9db71244b228f1cce38531453f7870a416cc5448e40150eaacb953
|
data/config/catalog.yml
CHANGED
|
@@ -1143,6 +1143,7 @@ cyanotis arachnoidea: 0
|
|
|
1143
1143
|
cyclocarboxypropyloleic acid: 3
|
|
1144
1144
|
cyclodextrin: 0
|
|
1145
1145
|
cycloethoxymethicone: 4
|
|
1146
|
+
cyclohexasiloxane: 4
|
|
1146
1147
|
cyclomethicone: 4
|
|
1147
1148
|
cyclopentasiloxane: 4
|
|
1148
1149
|
cymbopogon martini: 0
|
|
@@ -4866,6 +4867,7 @@ trideceth-7 carboxylic acid: 3
|
|
|
4866
4867
|
trideceth-8: 3
|
|
4867
4868
|
trideceth-9: 3
|
|
4868
4869
|
triethanolamine: 3
|
|
4870
|
+
triethoxycaprylylsilane: 3
|
|
4869
4871
|
triethyl citrate: 0
|
|
4870
4872
|
triethylene glycol: 1
|
|
4871
4873
|
trifluoromethyl c1-4 alkyl dimethicone: 4
|
data/lib/inci_score/version.rb
CHANGED