rubygem-with-test-unit 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Rubygem
2
2
  module With
3
3
  module Test
4
4
  module Unit
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
data/test/foo_test.rb CHANGED
@@ -4,4 +4,4 @@ class FooTest < Test::Unit::TestCase
4
4
  def test_passes
5
5
  assert true
6
6
  end
7
- end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygem-with-test-unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: