github_merge_sign 0.1.0.test2 → 1.0.0
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/CHANGELOG.md +2 -2
- data/README.md +3 -3
- data/lib/github_merge_sign/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8391c24a693075db22812bf337ef927c154b4b9
|
4
|
+
data.tar.gz: 075095a88d403216324d87ae672d59fff770bec8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5381e596098a324ed13b29ef0b7b604f495e49987e71f3c3a5c93b15690286d6c5a329fe7893b86f41cb63b94d6d0ed723b08321d0749df190d6a113f3405099
|
7
|
+
data.tar.gz: c11a872953d7fe21549acc26e9c82c1c356bb285bbc690df543173d40c321ca5ac825a37832b6c79a2fcd97acafce7c32405cd37ca3be2022cd7071579df7596
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -39,9 +39,9 @@ To release a new version, update the version number in
|
|
39
39
|
`lib/github_merge_sign/version.rb`, update `CHANGELOG.md` and create a PR for
|
40
40
|
this version change.
|
41
41
|
|
42
|
-
Once this PR is merged, tag the merge commit with the version number
|
43
|
-
the tag. This will cause Travis to build and
|
44
|
-
[rubygems.org](https://rubygems.org).
|
42
|
+
Once this PR is merged, tag the merge commit with the version number prefixed
|
43
|
+
with 'v' (eg 'v1.4.2'), and push the tag. This will cause Travis to build and
|
44
|
+
publish the gem to [rubygems.org](https://rubygems.org).
|
45
45
|
|
46
46
|
## Contributing
|
47
47
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_merge_sign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
@@ -103,9 +103,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
103
|
version: '0'
|
104
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
105
105
|
requirements:
|
106
|
-
- - "
|
106
|
+
- - ">="
|
107
107
|
- !ruby/object:Gem::Version
|
108
|
-
version:
|
108
|
+
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
111
|
rubygems_version: 2.4.5
|