gestalt 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/gestalt.gemspec +2 -2
  2. data/lib/gestalt.rb +2 -2
  3. metadata +3 -3
@@ -13,8 +13,8 @@ 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.6'
17
- s.date = '2010-05-01'
16
+ s.version = '0.0.7'
17
+ s.date = '2010-05-10'
18
18
  s.rubyforge_project = 'gestalt'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -5,7 +5,7 @@ require 'formatador'
5
5
 
6
6
  class Gestalt
7
7
 
8
- VERSION = '0.0.6'
8
+ VERSION = '0.0.7'
9
9
 
10
10
  attr_accessor :calls
11
11
 
@@ -28,7 +28,7 @@ class Gestalt
28
28
  end
29
29
 
30
30
  @calls = []
31
- @formatador = options[:formatador]
31
+ @formatador = options['formatador']
32
32
  @stack = []
33
33
  @totals = {}
34
34
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-01 00:00:00 -07:00
17
+ date: 2010-05-10 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency