Skip to content

Commit

Permalink
Prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 5005]
  • Loading branch information
zenspider committed Jun 3, 2009
1 parent f2c2660 commit 6463a88
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 36 deletions.
22 changes: 22 additions & 0 deletions History.txt
@@ -1,3 +1,25 @@
=== 4.1.0 / 2009-06-03

* 1 major enhancement:

* Removed all plugins I don't want to maintain anymore. (gem inst autotest-rails)

* 4 minor enhancements:

* Added #blur to focus.rb to nuke all other test classes
* Clear RUBYOPT before installs (balatero)
* Removed test/unit include in zentest so we can focus on miniunit
* sort versions for builds. (Jens Wille)

* 6 bug fixes:

* Fixed a stupid bug when running on some versions of bash >= 3.2.x and using '&>' in a system call. (Jens Wille)
* Fixed inconsistent test commands in autotest. (jbarnette)
* Fixed unit_diff's usage generation when installed as gem. (borior)
* Fixed zentest to deal with unnamed classes. (Bill Dortch)
* Removed buggy/unused -l support in unit_diff. (borior)
* make twice to make it more resilient to makefile parallel bugs

=== 4.0.0 / 2009-03-02

* 2 minor enhancements:
Expand Down
19 changes: 0 additions & 19 deletions Manifest.txt
Expand Up @@ -18,28 +18,9 @@ example2.rb
example_dot_autotest.rb
lib/autotest.rb
lib/autotest/autoupdate.rb
lib/autotest/camping.rb
lib/autotest/cctray.rb
lib/autotest/discover.rb
lib/autotest/emacs.rb
lib/autotest/email_notify.rb
lib/autotest/fixtures.rb
lib/autotest/growl.rb
lib/autotest/heckle.rb
lib/autotest/html_report.rb
lib/autotest/jabber_notify.rb
lib/autotest/kdenotify.rb
lib/autotest/menu.rb
lib/autotest/migrate.rb
lib/autotest/notify.rb
lib/autotest/once.rb
lib/autotest/pretty.rb
lib/autotest/rails.rb
lib/autotest/rcov.rb
lib/autotest/redgreen.rb
lib/autotest/restart.rb
lib/autotest/shame.rb
lib/autotest/snarl.rb
lib/autotest/timestamp.rb
lib/focus.rb
lib/functional_test_matrix.rb
Expand Down
20 changes: 4 additions & 16 deletions Rakefile
Expand Up @@ -9,11 +9,11 @@ Hoe.add_include_dirs("../../minitest/dev/lib")

require './lib/zentest.rb'

Hoe.new("ZenTest", ZenTest::VERSION) do |zentest|
zentest.developer('Ryan Davis', 'ryand-ruby@zenspider.com')
zentest.developer('Eric Hodel', 'drbrain@segment7.net')
Hoe.spec "ZenTest" do
developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
developer 'Eric Hodel', 'drbrain@segment7.net'

zentest.testlib = :minitest
self.testlib = :minitest
end

task :autotest do
Expand Down Expand Up @@ -57,17 +57,5 @@ task :sort do
end
end

task :rcov_info do
ruby "-Ilib -S rcov --text-report --save coverage.info test/test_*.rb"
end

task :rcov_overlay do
rcov, eol = Marshal.load(File.read("coverage.info")).last[ENV["FILE"]], 1
puts rcov[:lines].zip(rcov[:coverage]).map { |line, coverage|
bol, eol = eol, eol + line.length
[bol, eol, "#ffcccc"] unless coverage
}.compact.inspect
end

# vim:syntax=ruby

2 changes: 1 addition & 1 deletion lib/zentest.rb
Expand Up @@ -53,7 +53,7 @@ def zentest

class ZenTest

VERSION = '4.0.0'
VERSION = '4.1.0'

include ZenTestMapping

Expand Down

0 comments on commit 6463a88

Please sign in to comment.