effuse 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.md +8 -4
- data/bin/effuse +5 -0
- data/effuse.gemspec +1 -1
- metadata +2 -2
data/ChangeLog.md
CHANGED
@@ -1,21 +1,25 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 0.3.
|
3
|
+
## 0.3.1 (March 29 2012)
|
4
|
+
|
5
|
+
* Fix: Check if destination directory is current directory
|
6
|
+
|
7
|
+
## 0.3.0 (January 23 2012)
|
4
8
|
|
5
9
|
* Added `--noconfirm` option
|
6
10
|
|
7
11
|
* Fix: Ruby 1.8 compatibility
|
8
12
|
|
9
|
-
## 0.2.0 (22
|
13
|
+
## 0.2.0 (January 22 2012)
|
10
14
|
|
11
15
|
* Added `--include` option
|
12
16
|
|
13
17
|
* Fix: Ignore `.git`, `.gitignore`, `.gitmodules` instead of `.git*`
|
14
18
|
|
15
|
-
## 0.1.2 (21
|
19
|
+
## 0.1.2 (January 21 2012)
|
16
20
|
|
17
21
|
* Fix: Ruby 1.8 compatibility
|
18
22
|
|
19
|
-
## 0.1.1 (21
|
23
|
+
## 0.1.1 (January 21 2012)
|
20
24
|
|
21
25
|
* Fix: Ruby 1.8 compatibility
|
data/bin/effuse
CHANGED
data/effuse.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effuse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A tool for managing symlinks
|
15
15
|
email:
|