capistrano 2.5.16 → 2.5.17

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/capistrano/version.rb +3 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.16
1
+ 2.5.17
@@ -1,9 +1,12 @@
1
+ require 'scanf'
1
2
  module Capistrano
2
3
 
3
4
  class Version
4
5
 
5
6
  CURRENT = File.read(File.dirname(__FILE__) + '/../../VERSION')
6
7
 
8
+ MAJOR, MINOR, TINY = CURRENT.scanf('%d.%d.%d')
9
+
7
10
  STRING = CURRENT.to_s
8
11
 
9
12
  def self.to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.16
4
+ version: 2.5.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-02-15 00:00:00 +01:00
13
+ date: 2010-02-28 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency