vp-themes 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/themes/apicil.yml +3 -0
- data/lib/themes/malakoff.yml +4 -0
- 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: 827e8513af1bb14b056977d3b43ca4f230730ddd24bfd13a0973f252c8fb92b7
|
4
|
+
data.tar.gz: 17a7783352632a2401bd68fcbba078815d75072178724a80978f8512de9c5cdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5efdfb4eb63a72c1d09a1df036fcdea3d8cdd7277dbec2c6d045f9451ad2561dee1eef85fbca1edb92260b28155b30b3ae095d48956f4a6017daf91102ce8c6d
|
7
|
+
data.tar.gz: b53f224d35a16564aec38061ff68b0f597d3d3280121e139f59d5960cd2bc1455f762995a6e1ff6e7f4e155063160882779a7263a2fe6ae8999b8125aea68686
|
data/README.md
CHANGED
@@ -32,6 +32,12 @@ As the code is pretty simple I'll just ask you to keep it simple.
|
|
32
32
|
|
33
33
|
Let's try to keep the branch alive for all versions of the gem.
|
34
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
|
+
|
35
41
|
## License
|
36
42
|
|
37
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/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.5
|
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-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pears
|