brI18n 2.1.4 → 2.1.5

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/brI18n/version.rb +1 -1
  2. metadata +4 -4
@@ -2,7 +2,7 @@ module BrI18n
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brI18n
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
@@ -58,11 +58,11 @@ files:
58
58
  - README
59
59
  - CHANGELOG
60
60
  - MIT-LICENSE
61
+ - lib/brI18n
62
+ - lib/brI18n/version.rb
61
63
  - lib/brI18n.rb
62
64
  - lib/files
63
65
  - lib/files/pt-BR.yml
64
- - lib/brI18n
65
- - lib/brI18n/version.rb
66
66
  has_rdoc: true
67
67
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
68
68
  post_install_message: