redmine_stagecoach 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/stagecoach +2 -2
- data/redmine_stagecoach.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.2
|
data/bin/stagecoach
CHANGED
@@ -41,8 +41,8 @@ module Stagecoach
|
|
41
41
|
# Checks validity of argument variables.
|
42
42
|
# Ignore these checks with -t flag.
|
43
43
|
unless opts[:testing_given]
|
44
|
-
Config.setup
|
45
|
-
Config.setup
|
44
|
+
Config.setup if config["redmine_site"] == "none"
|
45
|
+
Config.setup if config["redmine_api"] == "none"
|
46
46
|
|
47
47
|
# Checks that command-line args are present and correct.
|
48
48
|
Trollop::die :redmine, "issue number can only contain digits" if opts[:redmine] && opts[:redmine][/\D/]
|
data/redmine_stagecoach.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redmine_stagecoach
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
168
168
|
version: '0'
|
169
169
|
segments:
|
170
170
|
- 0
|
171
|
-
hash: -
|
171
|
+
hash: -4339367622476411486
|
172
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
173
|
none: false
|
174
174
|
requirements:
|