gestalt 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.
Files changed (3) hide show
  1. data/gestalt.gemspec +1 -1
  2. data/lib/gestalt.rb +2 -2
  3. metadata +2 -2
data/gestalt.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'gestalt'
16
- s.version = '0.0.5'
16
+ s.version = '0.0.6'
17
17
  s.date = '2010-05-01'
18
18
  s.rubyforge_project = 'gestalt'
19
19
 
data/lib/gestalt.rb CHANGED
@@ -5,7 +5,7 @@ require 'formatador'
5
5
 
6
6
  class Gestalt
7
7
 
8
- VERSION = '0.0.5'
8
+ VERSION = '0.0.6'
9
9
 
10
10
  attr_accessor :calls
11
11
 
@@ -13,7 +13,7 @@ class Gestalt
13
13
  options = {
14
14
  'call' => true,
15
15
  'c-call' => false,
16
- :formatador => Formatador.new
16
+ 'formatador' => Formatador.new
17
17
  }.merge!(options)
18
18
 
19
19
  @traceable_calls = []
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
  - geemus (Wesley Beary)