git-version-bump 0.15.0 → 0.15.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/lib/git-version-bump.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7aa6d10395aa2b64c367ea1050ae82d59ced3b7
|
|
4
|
+
data.tar.gz: bde064218de7a6bb85a4a903c7a89ac87f81684d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c35d8caa34d3bdda551444a4e10ad0d28eee67e712a67b632d4409c8656d94413389620d6714fbc24ecd27d0481d80c59fd338bf59c1e07bd65a1402ef694d6
|
|
7
|
+
data.tar.gz: 68c3056ec5589daf817f572eb3dc9778252a6acd01688d2434370c296e18e1810e9befa42d40381e3d166f22c874bbff1c5d7c93f9d3f246ae4dcc7a92cefb02
|
data/lib/git-version-bump.rb
CHANGED
|
@@ -99,7 +99,7 @@ module GitVersionBump
|
|
|
99
99
|
return Time.now.strftime("%F")
|
|
100
100
|
else
|
|
101
101
|
# Clean tree. Date of last commit is needed.
|
|
102
|
-
return `git -C #{sq_git_dir} show --format=format:%
|
|
102
|
+
return `git -C #{sq_git_dir} show --format=format:%cd --date=short | head -n 1`.strip
|
|
103
103
|
end
|
|
104
104
|
else
|
|
105
105
|
if use_local_git
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-version-bump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Palmer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github-release
|
|
@@ -103,8 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.2.2
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Manage your app version entirely via git tags
|
|
110
110
|
test_files: []
|
|
111
|
+
has_rdoc:
|