Skip to content

Commit

Permalink
Bump for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Apr 15, 2014
1 parent 4ec5fd5 commit a5a8a78
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,27 @@
=== 1.0.1 / 2014-04-15

* Add missing module_namespacing to Helper spec

https://github.com/blowmage/minitest-rails/compare/v1.0.0...v1.0.1

=== 1.0.0 / 2014-04-14

Yay! A 1.0.0 release, finally!

* New rake tasks
* rake minitest:quick - Runs default tests without DB prep
* rake minitest:all - Runs all test
* rake minitest:all:quick - Runs all tests without DB prep
* Add 'test' rake tasks if not already defined
* Set the MT_RAILS_NO_AUTORUN flag to stop autorun from being called
* Useful for integrating with zeus or other app loaders
* Support Minitest 5's API
* Allow use of Minitest::Test instead of MiniTest::Unit::TestCase
* Add AS::TC assertions and expectations
* Add MT_RAILS_NO_AUTORUN flag

https://github.com/blowmage/minitest-rails/compare/v0.9.2...v1.0.0

=== 0.9.2 / 2013-04-05

* Fix nested describes in ruby 1.8
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/rails/version.rb
@@ -1,5 +1,5 @@
module MiniTest
module Rails
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end
6 changes: 3 additions & 3 deletions minitest-rails.gemspec
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: minitest-rails 1.0.0.20140414095814 ruby lib
# stub: minitest-rails 1.0.1.20140414185943 ruby lib

Gem::Specification.new do |s|
s.name = "minitest-rails"
s.version = "1.0.0.20140414095814"
s.version = "1.0.1.20140414185943"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Mike Moore"]
s.date = "2014-04-14"
s.date = "2014-04-15"
s.description = "Adds MiniTest as the default testing library in Rails 3 and 4"
s.email = ["mike@blowmage.com"]
s.extra_rdoc_files = ["CHANGELOG.rdoc", "Manifest.txt", "README.rdoc"]
Expand Down

0 comments on commit a5a8a78

Please sign in to comment.