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 +4 -4
- data/CHANGELOG.md +3 -1
- data/lib/gem/release/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16cc44ac8c97122c491ac4791b1cfdc67c0a5911
|
4
|
+
data.tar.gz: f063f2fef75248979de8a5f3c67207c240848d07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adc13da7e033235f5a15f570b7747c9c8f4dc3593e6523cee466fb9f325f23da8df0ed7443a0e70061caf11c0c54693e79c5477806268d549323915bd70cb872
|
7
|
+
data.tar.gz: bfb51401e9afa675f592990b31d7095572c748e055b014b1c330c278b2b6e944a3611bfdca1082fcfb69563c3aac1407d2c5bf971f8f332242b91c1067934ec4
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
data/lib/gem/release/version.rb
CHANGED
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.
|
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-
|
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:
|
93
|
+
version: '0'
|
94
94
|
requirements: []
|
95
95
|
rubyforge_project:
|
96
96
|
rubygems_version: 2.6.13
|