simple_assertions 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 1.9.2
3
4
  - 1.9.3
4
5
  - jruby-19mode
5
6
  - rbx-19mode
data/README.rdoc CHANGED
@@ -7,9 +7,9 @@ Source[https://github.com/neopoly/simple_assertions] |
7
7
  RDoc[http://rubydoc.info/github/neopoly/simple_assertions/master/file/README.rdoc] |
8
8
  {<img src="https://secure.travis-ci.org/neopoly/simple_assertions.png?branch=master" alt="Build Status" />}[http://travis-ci.org/neopoly/simple_assertions]
9
9
 
10
- == Only 1.9.3 suported!
10
+ == Only >= 1.9.2 suported!
11
11
 
12
- Note that only ruby version >= 1.9.3 is supported.
12
+ Note that only ruby version >= 1.9.2 is supported.
13
13
 
14
14
  == Usage
15
15
 
@@ -1,3 +1,3 @@
1
1
  module SimpleAssertions
2
- VERSION = "0.3.2"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = %q{Useful assertions for test/unit}
12
12
  s.description = %q{}
13
13
 
14
- s.required_ruby_version = '>= 1.9.3'
14
+ s.required_ruby_version = '>= 1.9.2'
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_assertions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
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: 2012-08-08 00:00:00.000000000 Z
12
+ date: 2012-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
- version: 1.9.3
80
+ version: 1.9.2
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
@@ -91,3 +91,4 @@ signing_key:
91
91
  specification_version: 3
92
92
  summary: Useful assertions for test/unit
93
93
  test_files: []
94
+ has_rdoc: