fastruby 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.12 Completed exception support (multiple rescue clauses, multiple exceptions in only one rescue, assign exceptions to variables and fastruby internal exceptions)
2
+
3
+ 0.0.11 Fixed packaging error
4
+
1
5
  0.0.10 retry support (exceptions and blocks)
2
6
 
3
7
  redo support
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require "rspec/core/rake_task"
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'fastruby'
10
- s.version = '0.0.11'
10
+ s.version = '0.0.12'
11
11
  s.author = 'Dario Seminara'
12
12
  s.email = 'robertodarioseminara@gmail.com'
13
13
  s.platform = Gem::Platform::RUBY