step-up 0.9.6 → 0.9.7
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/GEM_VERSION +1 -1
- data/README.md +2 -0
- data/lib/step-up/cli.rb +1 -1
- data/lib/step-up/driver/git.rb +1 -1
- metadata +9 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48fa2669ce7bca62b500c1ff44c1fc72aac20876
|
|
4
|
+
data.tar.gz: a08b969e19d4fa9f51d82120f78fd2e1a7ac9f86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 437166c5c2473c73ced55ac24692fe495a4100401af628c6749a59289a310a16a65eb5a2f15cb008c772c89bfd19a77874cc2f82621dea8fa2e0fe2611cb84a7
|
|
7
|
+
data.tar.gz: b8d927cc0edfd8b3e15af51a92c7a09b6c1342b6f45f3a7162795523eb724a3c717d495ef1619e86382c0d200fd0ac9e268da70719c9fd2d2fbe6d2ec625dcfa
|
data/GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.9.
|
|
1
|
+
v0.9.7
|
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# StepUp: a project to step up your projects
|
|
2
|
+
[](http://badge.fury.io/gh/kawamanza%2Fstep-up)
|
|
3
|
+
[](https://gitter.im/kawamanza/step-up?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
2
4
|
|
|
3
5
|
StepUp is a tool to manage versioning.
|
|
4
6
|
That means you can bump the version of your project, for example, from v3.0.11 to v4.0.0, check the current version, summarize all the history of versions in a changelog and more.
|
data/lib/step-up/cli.rb
CHANGED
data/lib/step-up/driver/git.rb
CHANGED
|
@@ -93,7 +93,7 @@ check with the following bash command:
|
|
|
93
93
|
end
|
|
94
94
|
|
|
95
95
|
def version_tag_info(tag)
|
|
96
|
-
full_message = `git show #{ tag } --no-decorate --quiet --date=default`
|
|
96
|
+
full_message = `git show #{ tag } --pretty=medium --no-decorate --quiet --date=default`
|
|
97
97
|
tag_pattern = tag.gsub(/\./, '\\.')
|
|
98
98
|
tag_message = full_message[/^tag\s#{tag_pattern}.*?\n\n(.*?)\n\n(?:tag\s[^\s]+|commit\s\w{40})\n/m, 1] || ""
|
|
99
99
|
tagger = full_message[/\A.*?\nTagger:\s(.*?)\s</m, 1]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: step-up
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcelo Manzan
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-04-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -79,16 +79,16 @@ files:
|
|
|
79
79
|
- lib/step-up/parser/version_mask.rb
|
|
80
80
|
- lib/step-up/ranged_notes.rb
|
|
81
81
|
- lib/step-up/version.rb
|
|
82
|
-
- templates/default/Capfile
|
|
83
|
-
- templates/default/Gemfile
|
|
84
|
-
- templates/default/Rakefile
|
|
85
|
-
- templates/default/lib/version.rb
|
|
86
|
-
- GEM_VERSION
|
|
87
82
|
- spec/lib/config_spec.rb
|
|
88
83
|
- spec/lib/step-up/driver/git_spec.rb
|
|
89
84
|
- spec/lib/step-up/parser/version_mask_spec.rb
|
|
90
85
|
- spec/lib/step-up/ranged_notes_spec.rb
|
|
91
86
|
- spec/spec_helper.rb
|
|
87
|
+
- templates/default/Capfile
|
|
88
|
+
- templates/default/Gemfile
|
|
89
|
+
- templates/default/Rakefile
|
|
90
|
+
- templates/default/lib/version.rb
|
|
91
|
+
- GEM_VERSION
|
|
92
92
|
homepage: https://github.com/kawamanza/step-up
|
|
93
93
|
licenses: []
|
|
94
94
|
metadata: {}
|
|
@@ -108,13 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
version: 1.3.6
|
|
109
109
|
requirements: []
|
|
110
110
|
rubyforge_project: step-up
|
|
111
|
-
rubygems_version: 2.0.
|
|
111
|
+
rubygems_version: 2.0.14
|
|
112
112
|
signing_key:
|
|
113
113
|
specification_version: 4
|
|
114
114
|
summary: The best way to manage your project's versioning
|
|
115
|
-
test_files:
|
|
116
|
-
- spec/lib/config_spec.rb
|
|
117
|
-
- spec/lib/step-up/driver/git_spec.rb
|
|
118
|
-
- spec/lib/step-up/parser/version_mask_spec.rb
|
|
119
|
-
- spec/lib/step-up/ranged_notes_spec.rb
|
|
120
|
-
- spec/spec_helper.rb
|
|
115
|
+
test_files: []
|