brstring 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
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 = 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: brstring
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
@@ -38,12 +38,12 @@ files:
38
38
  - README
39
39
  - CHANGELOG
40
40
  - MIT-LICENSE
41
+ - lib/brstring.rb
41
42
  - lib/brstring
42
43
  - lib/brstring/string_portuguese.rb
43
44
  - lib/brstring/version.rb
44
- - lib/brstring.rb
45
- - test/string_portuguese_test.rb
46
45
  - test/test_helper.rb
46
+ - test/string_portuguese_test.rb
47
47
  has_rdoc: true
48
48
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
49
49
  post_install_message: