fidius-common 0.0.5 → 0.0.6

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.
@@ -2,7 +2,7 @@ module FIDIUS
2
2
  module Common
3
3
 
4
4
  # Current version number
5
- VERSION = "0.0.5"
5
+ VERSION = "0.0.6"
6
6
 
7
7
  end # module Common
8
8
  end # module FIDIUS
data/test/t_helper.rb CHANGED
@@ -1,3 +1,10 @@
1
- require 'simplecov'
2
- SimpleCov.start
1
+ # Temporarily uncommented simplecov to let the tests in Jenkins pass
2
+ #
3
+ # It will raise a segmentation fault when 'rake test' is run
4
+ # under the Debian/Ubuntu version of Ruby (1.9.2p0).
5
+ # The problem has obviously been fixed between 1.9.2p0 and 1.9.2p35
6
+ # because it runs fine here.
7
+ #
8
+ #require 'simplecov'
9
+ #SimpleCov.start
3
10
  require 'test/unit'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dominik Menke