vp-themes 0.1.3 → 0.1.4
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/README.md +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: 0b7bbcc6155de9ccdbd2f4057fbecac3251a826e54d9cbc81f19f191e881e601
|
|
4
|
+
data.tar.gz: e9c4bf463ecb78339f07c2d6dd9a11119597434e51dc95bc95d09636ce71316b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d4438adf30551e8da07a3b95e41e6f4d7bb25d8b75dd25c3cafab29ec1443726429d365c5a32ba3eb6e03357c4ee7db8645316d1ce30f0ab8df4269eb29e481
|
|
7
|
+
data.tar.gz: 04fb923694948480fe0d636f8426936a2c077359c48aa0eac7458d7ae9a80d74000af94cc044e7f162d878f4b4eab8deaaf035458d4039053e7fb2e12ff4d6c0
|
data/README.md
CHANGED
|
@@ -28,6 +28,10 @@ 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
|
+
|
|
31
35
|
## License
|
|
32
36
|
|
|
33
37
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/lib/vp/themes/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Kemp
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 3.2.
|
|
71
|
+
rubygems_version: 3.2.3
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: Bundle themes for the VP project
|