gem-versioner 0.1.0 → 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/README.md +3 -2
- data/lib/rubygems/versioner/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eff0a1cc890af0d1acf73f090a762fcceb9f433
|
|
4
|
+
data.tar.gz: 4ad438c6c6d18c4aee105f62f53c4cf6196b836d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11edd6d8028d79875a2f27cfb09a575d2e64b710f44da911d930b50a532ee7f52bb3c3ff2038fdb01b5b20f50da983210b69a3df13ef08c50fbfb2e09f1754dd
|
|
7
|
+
data.tar.gz: c9ea2e5f68d7b5465d1e2fb2c8e8fde5bb099abfb48770a3bf8daa0c7e23f73d7a8491c4e9b8762d41c876ebc95a4802f3a6f27885d41cf8bbe7b5afd296b7d7
|
data/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/gem-versioner)
|
|
1
2
|
[](https://circleci.com/gh/FundingCircle/gem-versioner/tree/master)
|
|
2
3
|
|
|
3
4
|
# Gem::Versioner
|
|
@@ -13,11 +14,11 @@ Install it yourself as:
|
|
|
13
14
|
## Usage
|
|
14
15
|
|
|
15
16
|
when you build a gem e.g. `my-gem`
|
|
16
|
-
you can specify a pre release by
|
|
17
|
+
you can specify a pre release version by
|
|
17
18
|
|
|
18
19
|
$ PRE_RELEASE=foo build my-gem.gemspec
|
|
19
20
|
|
|
20
|
-
This will
|
|
21
|
+
This will build a gem with a version in the following format `${gem_version}.pre.${PRE_RELEASE}.${current_timestamp}` , for example: `0.0.1.pre.foo.20160919174006`
|
|
21
22
|
|
|
22
23
|
## Development
|
|
23
24
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem-versioner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Funding Circle UK Ltd
|
|
@@ -95,9 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
97
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.4.
|
|
98
|
+
rubygems_version: 2.4.5.1
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Write a short summary, because Rubygems requires one.
|
|
102
102
|
test_files: []
|
|
103
|
-
has_rdoc:
|