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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d7c7e54bba962eab570237e1f57a2e380ef2bed
4
- data.tar.gz: 7430d4a673cf135008b63ef1b4ef48102160fcc2
3
+ metadata.gz: e8391c24a693075db22812bf337ef927c154b4b9
4
+ data.tar.gz: 075095a88d403216324d87ae672d59fff770bec8
5
5
  SHA512:
6
- metadata.gz: 0f0cf5a0a1eb81b97df4bdc31fe42b3b59b31ccc9c86aa20af8b0af1326bf05304517b0322683acdc788bc58edd576e9a7684ec2771ecc9ed56734697875c7cd
7
- data.tar.gz: 0a547e81b043e90dfb3bf4e105ae0a1d171c94b6740fce678207a11ab34dbc22d9c0a41bda3b929877defc3c1f01a3c6bab08972df19a43831b481533022145d
6
+ metadata.gz: 5381e596098a324ed13b29ef0b7b604f495e49987e71f3c3a5c93b15690286d6c5a329fe7893b86f41cb63b94d6d0ed723b08321d0749df190d6a113f3405099
7
+ data.tar.gz: c11a872953d7fe21549acc26e9c82c1c356bb285bbc690df543173d40c321ca5ac825a37832b6c79a2fcd97acafce7c32405cd37ca3be2022cd7071579df7596
@@ -1,5 +1,5 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## 1.0.0
4
4
 
5
- * Initial version
5
+ * Initial version extracted from github.com/alphagov/paas-cf
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, and push
43
- the tag. This will cause Travis to build and publish the gem to
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
 
@@ -1,3 +1,3 @@
1
1
  module GithubMergeSign
2
- VERSION = "0.1.0.test2"
2
+ VERSION = "1.0.0"
3
3
  end
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: 0.1.0.test2
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: 1.3.1
108
+ version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
111
  rubygems_version: 2.4.5