formatador 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/formatador.gemspec +1 -1
  2. data/lib/formatador.rb +1 -3
  3. metadata +3 -3
@@ -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 = 'formatador'
16
- s.version = '0.1.0'
16
+ s.version = '0.1.1'
17
17
  s.date = '2011-03-10'
18
18
  s.rubyforge_project = 'formatador'
19
19
 
@@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'formatador', 'progressbar')
3
3
 
4
4
  class Formatador
5
5
 
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.1'
7
7
 
8
8
  STYLES = {
9
9
  :"\/" => "0",
@@ -56,8 +56,6 @@ class Formatador
56
56
  PARSE_REGEX = /\[(#{ STYLES.keys.join('|') })\]/ix
57
57
  INDENT_REGEX = /\[indent\]/ix
58
58
 
59
- attr_accessor :indent
60
-
61
59
  def initialize
62
60
  @indent = 1
63
61
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatador
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - geemus (Wesley Beary)