sprout 0.7.239-darwin → 0.7.240-darwin

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sprout might be problematic. Click here for more details.

@@ -40,7 +40,7 @@ module Sprout
40
40
  unpack_dmg(file_name, dir)
41
41
  when 'exe'
42
42
  FileUtils.mkdir_p(dir)
43
- File.mv(file_name, dir)
43
+ File.move(file_name, dir)
44
44
  when 'swc' || 'rb'
45
45
  return
46
46
  else
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- TINY = 239
6
+ TINY = 240
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 239
9
- version: 0.7.239
8
+ - 240
9
+ version: 0.7.240
10
10
  platform: darwin
11
11
  authors:
12
12
  - Luke Bayes
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-01 00:00:00 -07:00
17
+ date: 2010-04-10 00:00:00 -07:00
18
18
  default_executable: sprout
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency