jplugin 0.0.7 → 0.0.8
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.
|
@@ -38,6 +38,7 @@ class Jplugin < Thor
|
|
|
38
38
|
run( "thor jplugin:compile")
|
|
39
39
|
run( "git add .; git commit -m '#{label}: #{parts.join('.')}';" )
|
|
40
40
|
run( "git tag -a v#{parts.join('.')} -m '#{label}: #{parts.join('.')}'")
|
|
41
|
+
run( "git push --tags; git push origin master;" )
|
|
41
42
|
|
|
42
43
|
else
|
|
43
44
|
say( 'Your git branch is not clean', :red )
|
|
@@ -73,6 +74,7 @@ class Jplugin < Thor
|
|
|
73
74
|
run( "thor jplugin:compile")
|
|
74
75
|
run( "git add .; git commit -m '#{label}: #{parts.join('.')}';" )
|
|
75
76
|
run( "git tag -a v#{parts.join('.')} -m '#{label}: #{parts.join('.')}'")
|
|
77
|
+
run( "git push --tags; git push origin master;" )
|
|
76
78
|
|
|
77
79
|
else
|
|
78
80
|
say( 'Your git branch is not clean', :red )
|
|
@@ -110,6 +112,7 @@ class Jplugin < Thor
|
|
|
110
112
|
run( "thor jplugin:compile")
|
|
111
113
|
run( "git add .; git commit -m '#{label}: #{parts.join('.')}';" )
|
|
112
114
|
run( "git tag -a v#{parts.join('.')} -m '#{label}: #{parts.join('.')}'")
|
|
115
|
+
run( "git push --tags; git push origin master;" )
|
|
113
116
|
|
|
114
117
|
else
|
|
115
118
|
say( 'Your git branch is not clean', :red )
|
data/lib/jplugin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jplugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|