sprout 0.7.244-darwin → 0.7.245-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.

@@ -42,7 +42,7 @@ module Sprout
42
42
  unpack_dmg(file_name, dir)
43
43
  when 'exe'
44
44
  FileUtils.mkdir_p(dir)
45
- File.move(file_name, dir)
45
+ FileUtils.move(file_name, dir)
46
46
  when 'swc' || 'rb'
47
47
  return
48
48
  else
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- TINY = 244
6
+ TINY = 245
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 491
4
+ hash: 489
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 244
10
- version: 0.7.244
9
+ - 245
10
+ version: 0.7.245
11
11
  platform: darwin
12
12
  authors:
13
13
  - Luke Bayes
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-28 00:00:00 -07:00
18
+ date: 2010-06-22 00:00:00 -07:00
19
19
  default_executable: sprout
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency