brstring 2.1.4 → 2.1.5

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/brstring/version.rb +1 -1
  2. metadata +4 -4
@@ -2,7 +2,7 @@ module BrString
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
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: brstring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
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-04 00:00:00 -03:00
15
+ date: 2009-03-05 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -38,12 +38,12 @@ files:
38
38
  - README
39
39
  - CHANGELOG
40
40
  - MIT-LICENSE
41
- - lib/brstring.rb
42
41
  - lib/brstring
43
42
  - lib/brstring/string_portuguese.rb
44
43
  - lib/brstring/version.rb
45
- - test/test_helper.rb
44
+ - lib/brstring.rb
46
45
  - test/string_portuguese_test.rb
46
+ - test/test_helper.rb
47
47
  has_rdoc: true
48
48
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
49
49
  post_install_message: