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.
@@ -1,3 +1,5 @@
1
+ require 'capistrano/calendar/version'
2
+
1
3
  module Capistrano
2
4
  module Calendar
3
5
  autoload :Client, 'capistrano/calendar/client'
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Calendar
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- version: 0.0.1
9
+ - 0
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andriy Yanko