gem-release 2.0.0.rc.3 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5495b63bafb7bac2b1664e052f1c82adadefbfc
4
- data.tar.gz: 3d45a18839a2a19b02487d00bb43d99415eda748
3
+ metadata.gz: 16cc44ac8c97122c491ac4791b1cfdc67c0a5911
4
+ data.tar.gz: f063f2fef75248979de8a5f3c67207c240848d07
5
5
  SHA512:
6
- metadata.gz: 33e8795828225985d25057cf05394481a806fdda7195c50a582e3d5f54a775244f2631835da77097b5f6349f74aaac70dcfb34bfca28afbbcd651b56c32f8584
7
- data.tar.gz: c56e9eddebc241a1c11fd1d949f8f09286585f7d12e78a4b7b60147674b93f3736551f63aff7b91dad11564e4d4ba952311948220084b8736e0a75827038d6a7
6
+ metadata.gz: adc13da7e033235f5a15f570b7747c9c8f4dc3593e6523cee466fb9f325f23da8df0ed7443a0e70061caf11c0c54693e79c5477806268d549323915bd70cb872
7
+ data.tar.gz: bfb51401e9afa675f592990b31d7095572c748e055b014b1c330c278b2b6e944a3611bfdca1082fcfb69563c3aac1407d2c5bf971f8f332242b91c1067934ec4
@@ -23,4 +23,6 @@ This is a major rewrite, 7 years after the initial implementation.
23
23
  * Add `--branch` to `gem bump` in order to switch to a new branch
24
24
  * Add `--sign` to `gem bump` and `gem tag` in order to GPG sign commits and tags
25
25
  * Add `--no-color` to all commands
26
- * Support version files of gems with an `*_rb` suffix
26
+ * Support version files of gems with an `\*\_rb` suffix
27
+ * Add `--bin` to `gem gemspec`, add executables to gemspec
28
+ * Add `--bin` to `gem bootstrap`, create executables
@@ -1,5 +1,5 @@
1
1
  module Gem
2
2
  module Release
3
- VERSION = '2.0.0.rc.3'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.3
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Fuchs
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-03-24 00:00:00.000000000 Z
12
+ date: 2018-06-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Release your ruby gems with ease. (What a bold statement for such a tiny
15
15
  plugin ...)
@@ -88,9 +88,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
- - - ">"
91
+ - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.3.1
93
+ version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
96
  rubygems_version: 2.6.13