crowbar-validate-databags 1.0.0 → 1.0.1
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/.travis.yml +1 -1
- data/CHANGELOG.md +6 -0
- data/README.md +14 -3
- data/crowbar-validate-databags.gemspec +1 -1
- data/lib/crowbar/validate/databags/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: 4e44a086efb1f7862e74c4b5e4e5b32430376eb2a78229d38632c8e57095c044
|
4
|
+
data.tar.gz: dd10d51b1ca621b8fde5fa2a2c3c6c128dc9d615f6c94b011a2434493af87677
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fe7bafaaeb052691a85f2e51b41f23813e61475f505a085ad7697d58fbfa83ad5415b11dee4e4074631b43aa0d5a0f69b25abf0bff58aab6e38a8a6a2bc6561
|
7
|
+
data.tar.gz: 200109307b8bc25101c1ea6f21059e355cb37d1eb4bc6db237452c50380e28f7ccfc1b56d591ad4cbbdf33168cae0afe4c29118e7c1b6a0aaab5edb55e15026a
|
data/.travis.yml
CHANGED
@@ -6,6 +6,6 @@ before_install: gem install bundler -v 1.16.1
|
|
6
6
|
deploy:
|
7
7
|
provider: rubygems
|
8
8
|
api_key:
|
9
|
-
secure: "
|
9
|
+
secure: "Rrz5TkwtbGECAYdvvo1tBztuuyh2NQFPJdVJTv4VOpaFbnBMsd2AaYsdYQKPTV7XbGTgjCHlejKAwsaQUBdDf3F5DhgYcqe58ez5wrjuCAITuIzok2wWMvQBSW/4+NNgBSWa+P/OnIrzrWJ8P1sJN1JXZ4WrRcayUCzM9ZfM2J3QnsdAJpAximjSL9iQs8P35e8CBDj5rb+y/xmvELPjT4qKuqKyT+5tVOBYC2h3f3zhTJp6iXFzBlr3Nk0cMoywkAMSJOAh+QyRmaeznmVNE1DpeqZv4u+i72a5XdIlncDFWdS3weYeB9zqiumiH/RtTWBhHDgZjs2tIrFu2djK1v1m0qAB2uXonQX+RVfHpudRSZiL+RTtVrPIbx51c8VNQZ9yQ8TAPsltBYal4j+ozDeoMKeA31ZiEb50aHtrREEpfL0kp8qAsO04IFlutDMoakl4P/BDJ0gIMzqSc9VV31AnBfp13sNH7v9ezVJMKxhQMg+7aS8JutEic7MebrM9OaRlGPhfKHaNYGqnV+EqmX6gnhwPVM3e5P2tGF+QsDrsZCAkaDlQ2TbWTXazIhrvmE13hgDprk/ONXPel7HGNDNFpTHvKUL4iuQUy2w/jAQPicXtErNlNv2Fa2ouPqJOF+qRKAut+eErMjTK4xpXsQM3lQvuzbiURepJQ20T0c8= "
|
10
10
|
on:
|
11
11
|
tags: true
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.0.1](https://github.com/crowbar/crowbar-validate-databags/releases/tag/v1.0.1) - 26-10-2018
|
4
|
+
|
5
|
+
* BUGFIX
|
6
|
+
* Fix readme instructions to clear up the release process (@itxaka)
|
7
|
+
* Fix homepage url (@itxaka)
|
8
|
+
|
3
9
|
## [1.0.0](https://github.com/crowbar/crowbar-validate-databags/releases/tag/v1.0.0) - 23-10-2018
|
4
10
|
|
5
11
|
* Initial release (@itxaka)
|
data/README.md
CHANGED
@@ -32,8 +32,19 @@ versions) and for raising the version number, you can find the version in
|
|
32
32
|
`lib/crowbar/validate/databags/version.rb`.
|
33
33
|
|
34
34
|
After merging the pull request it's time to build the rubygem and to release it.
|
35
|
-
This is done automatically by Travis once a tag is pushed
|
35
|
+
This is done automatically by Travis once a git tag is pushed or you can manually run `bundle exec rake release`
|
36
|
+
on the master branch in order to create the tag (according to `lib/crowbar/validate/databags/version.rb`)
|
37
|
+
and push the gem at the same time.
|
36
38
|
|
37
|
-
|
38
|
-
|
39
|
+
```
|
40
|
+
$ bundle exec rake release
|
41
|
+
crowbar-validate-databags 1.0.0 built to pkg/crowbar-validate-databags-1.0.0.gem.
|
42
|
+
Tagged v1.0.0.
|
43
|
+
Pushed git commits and tags.
|
44
|
+
Pushed crowbar-validate-databags 1.0.0 to rubygems.org
|
45
|
+
```
|
46
|
+
|
47
|
+
|
48
|
+
Last, go to https://github.com/crowbar/crowbar-validate-databags/releases and edit the new release.
|
49
|
+
Then you should put the latest changelog into the description
|
39
50
|
form field.
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["igarcia@suse.com", "rsalevsky@suse.com"]
|
10
10
|
|
11
11
|
spec.summary = %q{Validates databags of crowbar.}
|
12
|
-
spec.homepage = "http://github.com/
|
12
|
+
spec.homepage = "http://github.com/crowbar/crowbar-validate-databags"
|
13
13
|
spec.license = "GPL-2.0"
|
14
14
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crowbar-validate-databags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Itxaka Serrano Garcia
|
@@ -88,7 +88,7 @@ files:
|
|
88
88
|
- lib/crowbar/validate/crowbarvalidator.rb
|
89
89
|
- lib/crowbar/validate/databags.rb
|
90
90
|
- lib/crowbar/validate/databags/version.rb
|
91
|
-
homepage: http://github.com/
|
91
|
+
homepage: http://github.com/crowbar/crowbar-validate-databags
|
92
92
|
licenses:
|
93
93
|
- GPL-2.0
|
94
94
|
metadata: {}
|