capistrano-calendar 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
data/lib/capistrano/calendar.rb
CHANGED
@@ -15,7 +15,7 @@ Capistrano::Configuration.instance.load do
|
|
15
15
|
configuration = Capistrano::Calendar::Configuration.collect(self)
|
16
16
|
string = Capistrano::Calendar::Configuration.encode(configuration)
|
17
17
|
|
18
|
-
run("capistrano-calendar create_event #{string}", calendar_runner)
|
18
|
+
run("capistrano-calendar _#{Capistrano::Calendar::VERSION}_ create_event #{string}", calendar_runner)
|
19
19
|
end
|
20
20
|
|
21
21
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-calendar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
- 0
|
9
8
|
- 1
|
10
|
-
|
9
|
+
- 0
|
10
|
+
version: 0.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andriy Yanko
|