-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
64 lines (40 loc) · 1.51 KB
/
History.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
=== 2.1.0 / 2014-08-28
* 1 minor enhancement:
* Updated for newer versions of rubygems.
* 5 bug fixes:
* Fixed 1.9/2.0 warnings.
* Fixed redirect URIs.
* Fixed system call to chmod to use quotes on full_name.
* Handle more exceptions (SSLError, Persistent errors, etc)
* Removed dead rubyforge setting in Rakefile
=== 2.0.2 / 2013-06-28
* 1 bug fix:
* Keep stderr output from gem unpack in case there are problems... Some gems are corrupt or something
=== 2.0.1 / 2012-10-05
* 1 bug fix:
* Cleaned dependency and isolated the update task
=== 2.0.0 / 2011-02-18
* 1 major enhancement:
* Dropped dependencies_of, dependent_upon, gems_by_name, find_stupid_gems.
* 4 minor enhancements:
* Added support for new rubygem server changes
* Separate downloads from conversion to .tar.gz
* Stripped down gauntlet_grep to pass all args through to grep
* Switched to net-http-persistent to clean up and speed up downloads.
* 5 bug fixes:
* 1.9 fix for shadowed variables
* Add TERM and KILL handlers that shutdown nicely
* Fixes for stupidly named gems (--1)
* Handle SocketError and 404s more elegantly
* Switch to SpecFetcher for latest RubyGems
=== 1.1.0 / 2009-06-23
* 6 minor enhancements:
* Added update command
* Added example plugin lib/gauntlet_grep.rb
* Added subcommands: help list report
* Cleaned output
* Updated to new hoe capabilities
* gauntlet now runs in a unique subdirectory, so multiple can run at once
=== 1.0.0 / 2008-12-04
* 1 major enhancement
* Birthday!