taxonomy_rails 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bea2dc4e0ced3d3f71714290d87103064049550
4
- data.tar.gz: 1e1620ddb9018f80e007fa30e1c8adcbe8568c76
3
+ metadata.gz: a2ae8d44d81f1c3f893d1cced6edee19e2433ebb
4
+ data.tar.gz: 2ee6ccaef94c1ce5260a43f2dffed7aef9ace8dc
5
5
  SHA512:
6
- metadata.gz: 5b9309e6e78ba467fa101fa29de622d8e5e11ec8459b14660e4c32f4d53f67a6cfa2e7716cc2ae51fb8632bd044d1a9e9ebaf6e7e4c095d2e3f7f0a3cd2fda2d
7
- data.tar.gz: 339753c45aeaf92543cac9a557c565893172b992e988d22f6d85bd05eb6cc20a8a48d7c352709aeb7b012bdebaefa6b364189e3be588c66b89bbcf3d6384a241
6
+ metadata.gz: e8d51acaed885f5f0ec12bb797366ec598d20255c7deb88db300a6c0240c057df821a65f87efb12ec80bf975b66759ad4537018e8b9fbd38ef67509c62ec144e
7
+ data.tar.gz: f5bba38d53f3035df9f264008c1197cfdac47a1d78c661cfe62c7e62cdc2229468cffc5dd3dd08cbce221f853a877211205f6bb3a2105a81570db68a933cba10
@@ -0,0 +1,33 @@
1
+ pt-BR:
2
+ activerecord:
3
+ attributes:
4
+ classification:
5
+ classifiable: Classificável
6
+ classifiable_id: Classificável
7
+ created_at: Criada em
8
+ taxon: Grupo
9
+ taxon_id: Grupo
10
+ updated_at: Modificada em
11
+ taxon:
12
+ classifications: Classificações
13
+ created_at: Criado em
14
+ name: Nome
15
+ slug: Nome para a URL
16
+ taxonomy: Taxonomia
17
+ taxonomy_id: Taxonomia
18
+ updated_at: Modificado em
19
+ taxonomy:
20
+ created_at: Criada em
21
+ name: Nome
22
+ taxons: Grupos
23
+ updated_at: Modificada em
24
+ models:
25
+ classification:
26
+ one: Classificação
27
+ other: Classificações
28
+ taxon:
29
+ one: Grupo
30
+ other: Grupos
31
+ taxonomy:
32
+ one: Taxonomia
33
+ other: Taxonomias
@@ -1,3 +1,3 @@
1
1
  module TaxonomyRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taxonomy_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orgânica Digital
@@ -79,6 +79,7 @@ files:
79
79
  - app/models/classification.rb
80
80
  - app/models/taxon.rb
81
81
  - app/models/taxonomy.rb
82
+ - config/locales/pt-BR.yml
82
83
  - db/migrate/20150205120330_create_taxonomies.rb
83
84
  - db/migrate/20150205123059_create_taxons.rb
84
85
  - db/migrate/20150205134223_add_ancestry_to_taxon.rb