brhelper 2.1.3 → 2.1.4

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 (2) hide show
  1. data/lib/brhelper/version.rb +1 -1
  2. metadata +6 -6
@@ -2,7 +2,7 @@ module BrHelper
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brhelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
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-03 00:00:00 -03:00
15
+ date: 2009-03-04 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -48,14 +48,14 @@ files:
48
48
  - README
49
49
  - CHANGELOG
50
50
  - MIT-LICENSE
51
+ - lib/brhelper.rb
51
52
  - lib/brhelper
52
- - lib/brhelper/br_form_helper.rb
53
53
  - lib/brhelper/br_form_options_helper.rb
54
+ - lib/brhelper/br_form_helper.rb
54
55
  - lib/brhelper/version.rb
55
- - lib/brhelper.rb
56
- - test/br_form_helper_test.rb
57
- - test/br_form_options_helper_test.rb
58
56
  - test/test_helper.rb
57
+ - test/br_form_options_helper_test.rb
58
+ - test/br_form_helper_test.rb
59
59
  has_rdoc: true
60
60
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
61
61
  post_install_message: