protest 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Protest
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.2"
3
3
 
4
4
  # Exception raised when an assertion fails. See TestCase#assert
5
5
  class AssertionFailed < StandardError; end
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Protest
2
4
  def self.story(description, &block)
3
5
  context(description) do
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "protest"
3
- s.version = "0.3.1"
4
- s.date = "2010-05-19"
3
+ s.version = "0.3.2"
4
+ s.date = "2010-07-27"
5
5
 
6
6
  s.description = "Protest is a tiny, simple, and easy-to-extend test framework"
7
7
  s.summary = s.description
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Nicol\xC3\xA1s Sanguinetti"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-19 00:00:00 -03:00
18
+ date: 2010-07-27 00:00:00 -03:00
19
19
  default_executable:
20
20
  dependencies: []
21
21