vp-themes 0.1.3 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -0
- data/lib/themes/apicil.yml +3 -0
- data/lib/themes/malakoff.yml +4 -0
- data/lib/vp/pears/vp_theme.rb +1 -1
- data/lib/vp/themes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d892c3e6a1f92de24ba9bdf4daac7e991817f15f792bcb29c116cb72d4d7db5b
|
4
|
+
data.tar.gz: '00994e8296b58ab1569b9f7eab95296466c20d383de6a7e425eb4c5e93c375e9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15f3d849bd38c3e90e9006ab5239615f7c762c479f9d06ecbe62412f54034551accf5ff22dda69d0c787ac444aa7db1cf35969757a3928515b41ec7686bf2dce
|
7
|
+
data.tar.gz: c69e56c18414b94b04253003c6142ece7edba2b3de2da1dd67421ccf894ad8232394a06cd9907d5703c99ade337a7381ce89e4c1b09cc1568b47bc3367b2b1db
|
data/README.md
CHANGED
@@ -28,6 +28,16 @@ Check ./lib/themes of this repository for a full list of available themes.
|
|
28
28
|
|
29
29
|
As the code is pretty simple I'll just ask you to keep it simple.
|
30
30
|
|
31
|
+
## Contributing
|
32
|
+
|
33
|
+
Let's try to keep the branch alive for all versions of the gem.
|
34
|
+
|
35
|
+
Building a new version (from the terminal):
|
36
|
+
|
37
|
+
1. gem build vp-themes.gemspec
|
38
|
+
2. gem push vp-themes-0.1.4.gem (specify the version here)
|
39
|
+
3. login
|
40
|
+
|
31
41
|
## License
|
32
42
|
|
33
43
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/lib/themes/apicil.yml
CHANGED
data/lib/themes/malakoff.yml
CHANGED
data/lib/vp/pears/vp_theme.rb
CHANGED
data/lib/vp/themes/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vp-themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Kemp
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pears
|