simple_assertions 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.travis.yml +1 -0
- data/README.rdoc +2 -2
- data/lib/simple_assertions/version.rb +1 -1
- data/simple_assertions.gemspec +1 -1
- metadata +4 -3
data/.travis.yml
CHANGED
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.
|
|
10
|
+
== Only >= 1.9.2 suported!
|
|
11
11
|
|
|
12
|
-
Note that only ruby version >= 1.9.
|
|
12
|
+
Note that only ruby version >= 1.9.2 is supported.
|
|
13
13
|
|
|
14
14
|
== Usage
|
|
15
15
|
|
data/simple_assertions.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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:
|