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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -2
  3. data/lib/RubyUnit/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 403e57cf10f8f4bbf592770389848ae25a89a4d6
4
- data.tar.gz: fe905733406b1fefb615d47b31d3d6d6f20e05c5
3
+ metadata.gz: 6f59c9d974102a2a557aa6bde7e35c49731cf4b6
4
+ data.tar.gz: c5eaac709c31dc071c98259bf683ea2cf2070cec
5
5
  SHA512:
6
- metadata.gz: 99ac030493e72e697e2269ff7ed84656294757c9c68d4199cf92c028c0689c63681f1187eb5f519e8cbb27236234e403fbc0f8329569067cf159ff8ad1da0b48
7
- data.tar.gz: 99a1372c4c0afabcd273eda656d511b2e29a60ef9e4c5c6ce1257558ec1039aed8140dc15ee2bfb6c663d68bda02d62ff1a5ab2c2c938d99f6f0cf0c38683ab1
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
- [![Gem Version](https://badge.fury.io/rb/rubyunit.svg)](http://badge.fury.io/rb/rubyunit)
5
-
4
+ [![Gem Version](https://badge.fury.io/rb/rubyunit@2x.png)](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.
@@ -1,3 +1,3 @@
1
1
  module RubyUnit
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
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: []