locarails 1.2.0 → 1.2.1

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.
@@ -55,7 +55,7 @@ class Capistrano::Deploy::Strategy::Copy
55
55
 
56
56
  logger.trace "compressing #{destination} to #{filename}"
57
57
  # if it is Windows, force gzip using the pure Ruby minitar library
58
- if Capistrano::Deploy::LocalDependency.on_windows?
58
+ unless RUBY_PLATFORM.include? "linux"
59
59
  require 'zlib'
60
60
  require 'archive/tar/minitar'
61
61
  Dir.chdir(tmpdir) { Archive::Tar::Minitar.pack(File.basename(destination), Zlib::GzipWriter.new(File.open(File.basename(filename), 'wb'))) }
@@ -2,7 +2,7 @@ module Locarails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locarails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-22 00:00:00 -03:00
12
+ date: 2009-10-02 18:48:01.539282 -03:00
13
13
  default_executable: locarails
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency