brdinheiro 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/brdinheiro/version.rb +1 -1
- metadata +9 -9
data/lib/brdinheiro/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brdinheiro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Marcos Tapaj\xC3\xB3s"
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2009-03-
|
15
|
+
date: 2009-03-05 00:00:00 -03:00
|
16
16
|
default_executable:
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
@@ -59,20 +59,20 @@ files:
|
|
59
59
|
- CHANGELOG
|
60
60
|
- MIT-LICENSE
|
61
61
|
- lib/brdinheiro
|
62
|
-
- lib/brdinheiro/excecoes.rb
|
63
|
-
- lib/brdinheiro/dinheiro_util.rb
|
64
62
|
- lib/brdinheiro/dinheiro.rb
|
65
|
-
- lib/brdinheiro/nil_class.rb
|
66
63
|
- lib/brdinheiro/dinheiro_active_record.rb
|
64
|
+
- lib/brdinheiro/dinheiro_util.rb
|
65
|
+
- lib/brdinheiro/excecoes.rb
|
66
|
+
- lib/brdinheiro/nil_class.rb
|
67
67
|
- lib/brdinheiro/version.rb
|
68
68
|
- lib/brdinheiro.rb
|
69
|
-
- test/test_helper.rb
|
70
|
-
- test/dinheiro_test.rb
|
71
|
-
- test/nil_class_test.rb
|
72
|
-
- test/br_dinheiro_test.rb
|
73
69
|
- test/active_record
|
74
70
|
- test/active_record/base_without_table.rb
|
71
|
+
- test/br_dinheiro_test.rb
|
75
72
|
- test/dinheiro_active_record_test.rb
|
73
|
+
- test/dinheiro_test.rb
|
74
|
+
- test/nil_class_test.rb
|
75
|
+
- test/test_helper.rb
|
76
76
|
has_rdoc: true
|
77
77
|
homepage: http://www.improveit.com.br/software_livre/brazilian_rails
|
78
78
|
post_install_message:
|