-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCHANGELOG
113 lines (57 loc) · 4.5 KB
/
CHANGELOG
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
v4.6.6. Fix bug with unclosed Manifest file.
v4.6.5. Gem public cert.
v4.6.4. Compatibility hack for pre-Darkfish RDoc templates.
v4.6.3. Better JRuby compatibility.
v4.6.2. Require 'psych' if you have it, to fix Rubygems bug.
v4.6.1. Compatibility with Rake 0.9.2, which deprecated the API added in 0.9.0.
v4.6.0. Compatibility with RubyGems 1.8.4 and Rake 0.9.0. Uncertain behavior on previous versions.
v4.5.6. Add :prerelease task for user release checks.
v4.5.5. Tag releases in git automatically (smulube).
v4.5.2. Ruby 1.9.2 compatibility, except for publish_docs. Ugh.
v4.5.1. Create all subfolders.
v4.5. Default to Allison template.
v4.4.1. Correct default url.
v4.4. Use GitHub for default url and documentation hosting.
v4.3.1. Don't stop if gemcutter's plugin cannot be loaded, don't define RSpec tasks if RSpec is not present (Flameeyes). Use Dir.tmpdir.
v4.3. Don't use sudo if the GEM_HOME is local. Support prerelease gem versions.
v4.2. Allow custom requirements (TylerRick); take advantage of .git_ignore (greatseth); only use -P MediumSecurity on install if it is the packaging machine.
v4.1. Remove prompts until I can find a cursor library that's not GPL. Restore Rubyforge gem dependency, for the announce method.
v4.0. Use gemcutter. Dump Rubyforge.
v3.2. Sort manifest.
v3.1.3. Removing Evan's keychain so GitHub can build the gem. Version bump to force GitHub to re-generate gem.
v3.1.2. Small bugfix. Version bump to force GitHub to re-generate gem.
v3.1.1. Remove Rake/contrib from the gem requirements and vendor it. Fix some load paths on Ruby 1.9.
v3.1. Fix some bugs; become Ruby 1.9 compatible.
v3.0.2. Support for alternative Rakefile naming.
v3.0.1. Compatibility with Rubygems 1.3.
v3. Compatibility with Rubyforge 1.0.0 and Rubygems 1.2.
v2.7.13. Avoid Rubyforge 1.0.0 which seems broken.
v2.7.12. Respect system EDITOR setting (osteele).
v2.7.11. Include Platform module for abstracting RUBY_PLATFORM regex checks (luislavena).
v2.7.10. Include RDoc options in generated gemspec (Rob McKinnon).
v2.7.9. Fix redefine task helper for new Rake.
v2.7.8. Better default test pattern.
v2.7.7. Don't use sudo on win32/cygwin (Kevin Williams).
v2.7.6. Better Echoe.silence behavior.
v2.7.5. Fix bug when MultiRails isn't installed; remove "test" from platform targets.
v2.7.4. Ensured teardown.rb just like setup.rb. Load multi_rails automatically if its available. ENV['VERBOSE'] obeyed for Echoe.silence.
v2.7.3. Put some handy things in lib/echoe/extensions.rb; use Rake::TestTask instead of screwing around in the shell. Automatically run test/setup.rb before the test task, if it exists.
v2.7.2. Don't try to verify the existence of the RDoc template. Fixes for the RCov task.
v2.7.1. Rcov changed to a weak dependency for JRuby.
v2.7.0. Add coverage task; change default test pattern; Rubygems 0.9.4.5 compatibility and requirement. Cross-packaging hacks for same. Add rubygems_version accessor. Manifest alerts about removed files now as well as added. Allow targeting of every platform on RubyGems 0.9.5.
v2.6.4. Fix related issue.
v2.6.3. Fix issue with shared object paths in :compile task.
v2.6.2. Fix executable pattern bug; use a better default clean pattern.
v2.6. Unify pattern handling; changelog accessor, version accessor, expand paths of keys and certificates; support verbose (Rails-style) changelogs.
v2.5. Add some extension building tasks; adjust clean behavior; rdoc inclusions definitely depend on Manifest now; ruby_version accessor; ignore_pattern for skipping files during the manifest build; bugfixes.
v2.4.1. Manifest doesn't require itself (willcodeforwork).
v2.4. Sign gems automatically if ENV['GEM_PRIVATE_KEY'] is present; add certificate_chain and private_key accessors.
v2.3. Work around metadependencies issue by including gemspecs instead of Rakefiles by default; include_gemspec and include_rakefile accessors.
v2.2. Need_gem option; announce task.
v2.1. Adjust default RDoc include pattern; extra_deps now dependencies; rubyforge_name now project; support install messages; manifest instead of build_manifest.
v2. Support documentation hosts other than rubyforge; auto-load CHANGELOG contents; remove bin/echoe which doesn't work anyway. Incompatible changes.
v1.4. Auto-detect readme file; make rdoc default pattern compatible with manifest generator; fix publish_docs task.
v1.3. Avoid rubyforge gem multi-activation conflict.
v1.2. build_manifest Rake task.
v1.1. Sane error messages on releasing new or duplicate gems; allow Manifest to not end in .txt.
v1.0. Fork from Hoe.