rubyunit 0.0.3 → 0.0.4
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.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/RubyUnit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f59c9d974102a2a557aa6bde7e35c49731cf4b6
|
4
|
+
data.tar.gz: c5eaac709c31dc071c98259bf683ea2cf2070cec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b0dbdfd91a9855483effd2f3763c5e8e11fb011d9a1af8253f7db2303265299ea6fc54e72dae055311ea046331675df79a916a4b925259c146319a54e37c2b9
|
7
|
+
data.tar.gz: dec418bbbdd574a48215a87409ed79c5eb185d760907b4d015212bbed9d94e0fff81b8df8c6c412b1d54ee56f7802c75eefd473c3c68998e46298e791c8948be
|
data/README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1
1
|
RubyUnit
|
2
2
|
========
|
3
3
|
|
4
|
-
[](http://badge.fury.io/rb/rubyunit)
|
6
5
|
|
7
6
|
<!-- This isn't up yet...
|
8
7
|
* http://rubyunit.github.io/ -->
|
8
|
+
|
9
9
|
* https://github.com/RubyUnit/RubyUnit
|
10
10
|
|
11
|
+
|
12
|
+
# Practical Examples
|
13
|
+
* https://github.com/matthewclower/PlayingCards
|
14
|
+
|
11
15
|
## Description
|
12
16
|
|
13
17
|
A simple Unit Test framework for Ruby.
|
data/lib/RubyUnit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyunit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Clower
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2014-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Framework for Unit Testing in Ruby
|
13
|
+
description: 'Framework for Unit Testing in Ruby, examples: https://github.com/matthewclower/PlayingCards'
|
14
14
|
email:
|
15
15
|
- matthewclower@gmail.com
|
16
16
|
executables: []
|