brdinheiro-lite 0.0.1 → 0.0.2

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.
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module ExtensoReal
2
4
  include Extenso
3
5
 
@@ -2,7 +2,7 @@ module BrDinheiro
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brdinheiro-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 2
9
+ version: 0.0.2
5
10
  platform: ruby
6
11
  authors:
7
12
  - "Marcos Tapaj\xC3\xB3s"
@@ -13,7 +18,7 @@ autorequire:
13
18
  bindir: bin
14
19
  cert_chain: []
15
20
 
16
- date: 2010-01-15 00:00:00 -02:00
21
+ date: 2010-05-17 00:00:00 -03:00
17
22
  default_executable:
18
23
  dependencies: []
19
24
 
@@ -55,18 +60,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
60
  requirements:
56
61
  - - ">="
57
62
  - !ruby/object:Gem::Version
63
+ segments:
64
+ - 0
58
65
  version: "0"
59
- version:
60
66
  required_rubygems_version: !ruby/object:Gem::Requirement
61
67
  requirements:
62
68
  - - ">="
63
69
  - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
64
72
  version: "0"
65
- version:
66
73
  requirements: []
67
74
 
68
75
  rubyforge_project: brdinheiro-lite
69
- rubygems_version: 1.3.5
76
+ rubygems_version: 1.3.6
70
77
  signing_key:
71
78
  specification_version: 3
72
79
  summary: "brdinheiro-lite \xC3\xA9 uma vers\xC3\xA3o simplificada da gem brdinheiro do Brazilian Rails"