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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/lib/vp/themes/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa1917ea616fd0099656429b3cf7a445bf2faac0553e16fc1cce24e23a6296b6
4
- data.tar.gz: 7a7083e7647f2bc8044d25018d6efdca67387404f2a048c2239bac1a415a1536
3
+ metadata.gz: 0b7bbcc6155de9ccdbd2f4057fbecac3251a826e54d9cbc81f19f191e881e601
4
+ data.tar.gz: e9c4bf463ecb78339f07c2d6dd9a11119597434e51dc95bc95d09636ce71316b
5
5
  SHA512:
6
- metadata.gz: 04feb606aaeaded10ce5fe2840c3533202f22063c18964a9e63e5fbdd5b8cc69e5c4eb373dbac1594ede6a0204eafa60fe137563d536164b35ff0883eb7b6658
7
- data.tar.gz: 4b8c21529c75763d1b8d53b4efaee066185cf0c12d6804e516da504872b3cf72102fe38af505765b3a422fe992ec21273d5b226c02e5070e4a92a7fc43245a8b
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).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
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.3
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.22
71
+ rubygems_version: 3.2.3
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: Bundle themes for the VP project