assert_same 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
data/assert_same.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "assert_same"
5
- s.version = "0.7.1"
5
+ s.version = "0.7.2"
6
6
  s.author = "Pluron, Inc."
7
7
  s.email = "support@pluron.com"
8
8
  s.homepage = "http://github.com/acunote/assert_same"
@@ -86,6 +86,7 @@ class AssertSameTest < Test::Unit::TestCase
86
86
 
87
87
  end
88
88
 
89
+ if RUBY_VERSION >= "1.9.0"
89
90
 
90
91
  class AssertSameMiniTest < MiniTest::Unit::TestCase
91
92
 
@@ -96,3 +97,5 @@ class AssertSameMiniTest < MiniTest::Unit::TestCase
96
97
  end
97
98
 
98
99
  end
100
+
101
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assert_same
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-01 00:00:00.000000000 Z
12
+ date: 2013-10-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: assert_same assertion
15
15
  email: support@pluron.com