spree_inactive_taxons 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ de:
2
+ inactive: Inaktiv
@@ -0,0 +1,2 @@
1
+ en:
2
+ inactive: inactive
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ # Add your extension routes here
3
+ end
@@ -0,0 +1,9 @@
1
+ class AddInactiveToTaxons < ActiveRecord::Migration
2
+ def self.up
3
+ add_column :taxons, :inactive, :boolean
4
+ end
5
+
6
+ def self.down
7
+ remove_column :taxons, :inactive
8
+ end
9
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_inactive_taxons
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors: []
13
13
 
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-23 00:00:00 +01:00
18
+ date: 2011-05-07 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -37,6 +37,10 @@ files:
37
37
  - app/views/admin/taxons/_before_admin_inside_taxon_form.html.erb
38
38
  - app/views/admin/taxons/_form.html.erb
39
39
  - app/views/shared/_taxonomies.html.erb
40
+ - db/migrate/20110124200226_add_inactive_to_taxons.rb
41
+ - config/locales/de.yml
42
+ - config/locales/en.yml
43
+ - config/routes.rb
40
44
  has_rdoc: true
41
45
  homepage:
42
46
  licenses: []
@@ -69,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
73
  requirements:
70
74
  - none
71
75
  rubyforge_project:
72
- rubygems_version: 1.5.0
76
+ rubygems_version: 1.4.2
73
77
  signing_key:
74
78
  specification_version: 3
75
79
  summary: Add gem summary here