redmine_stagecoach 0.6.8 → 0.6.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +8 -8
- data/VERSION +1 -1
- data/lib/stagecoach/config.rb +1 -1
- data/redmine_stagecoach.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activemodel (3.2.
|
5
|
-
activesupport (= 3.2.
|
4
|
+
activemodel (3.2.3)
|
5
|
+
activesupport (= 3.2.3)
|
6
6
|
builder (~> 3.0.0)
|
7
|
-
activeresource (3.2.
|
8
|
-
activemodel (= 3.2.
|
9
|
-
activesupport (= 3.2.
|
10
|
-
activesupport (3.2.
|
7
|
+
activeresource (3.2.3)
|
8
|
+
activemodel (= 3.2.3)
|
9
|
+
activesupport (= 3.2.3)
|
10
|
+
activesupport (3.2.3)
|
11
11
|
i18n (~> 0.6)
|
12
12
|
multi_json (~> 1.0)
|
13
13
|
builder (3.0.0)
|
14
|
-
capistrano (2.
|
14
|
+
capistrano (2.12.0)
|
15
15
|
highline
|
16
16
|
net-scp (>= 1.0.0)
|
17
17
|
net-sftp (>= 2.0.0)
|
@@ -25,7 +25,7 @@ GEM
|
|
25
25
|
bundler (~> 1.0)
|
26
26
|
git (>= 1.2.5)
|
27
27
|
rake
|
28
|
-
multi_json (1.2
|
28
|
+
multi_json (1.3.2)
|
29
29
|
net-scp (1.0.4)
|
30
30
|
net-ssh (>= 1.99.1)
|
31
31
|
net-sftp (2.0.5)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.9
|
data/lib/stagecoach/config.rb
CHANGED
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.6.
|
4
|
+
version: 0.6.9
|
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: -1379813902739829539
|
172
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
173
|
none: false
|
174
174
|
requirements:
|