-
Notifications
You must be signed in to change notification settings - Fork 32
/
changelog.txt
93 lines (60 loc) · 1.62 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
0.11.0 10/29/15
===============
Respect NETRC environment variable
Fix for JRuby PernGen Space
0.10.3 02/24/15
===============
error when Dir.home is not readable
0.10.2 12/17/14
===============
set file permissions in /data to be world readable after test runs
0.10.1 12/14/14
===============
fix bug for `Dir.home` when can't find home
0.10.0 12/10/14
===============
use `Dir.home` for finding home on Ruby 1.9+
0.9.0 12/01/14
==============
use HOME or HOMEPATH/HOMEDRIVE to find home on windows
0.8.0 10/16/14
==============
re-revert entry changes with minor bump
0.7.9 10/16/14
==============
revert entry changes for a backwards-compatible version
0.7.8 10/15/14
==============
add entry class to facilitate usage
switch gem source to rubygems.org
use guard, when available via guardfile
add default/read-only behavior
add allow_permissive_netrc_file option
fix an undefined variable path
fix Errno::EACCES error
silence const warnings in test
0.7.7 08/15/12
==============
add newline between entries if one is missing
0.7.6 08/15/12
==============
more unified newline handling
make entries with login/password parsable
0.7.5 06/25/12
==============
* improved operating system detection
0.7.4 06/04/12
==============
* add support for encrypted files pgp netrc files
0.7.3 06/04/12
==============
* also skip permissions check on cygwin
0.7.2 05/23/12
=============
* use length instead of count on Array, provides compatibility with 1.8.6
0.7.1 03/13/12
==============
* add Gemfile to simplify development
* add MIT license
* fix test require path
* fix unused variable assignment (caused warnings) in tests