ecm_products 0.0.4.pre → 0.0.5.pre

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.
@@ -53,8 +53,7 @@
53
53
  column :preview_image do |p|
54
54
  link_to(image_tag(p.preview_image.url(:medium_thumb)), [:admin, p])
55
55
  end
56
- column :ecm_products_product_category
57
- column :locale
56
+ column :ecm_products_product_category
58
57
  column :name
59
58
  column :short_description
60
59
  column :created_at
@@ -1,5 +1,5 @@
1
1
  module ECM
2
2
  module Products
3
- VERSION = "0.0.4.pre"
3
+ VERSION = "0.0.5.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_products
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915988
4
+ hash: 961915984
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
9
+ - 5
10
10
  - pre
11
- version: 0.0.4.pre
11
+ version: 0.0.5.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-09-11 00:00:00 Z
19
+ date: 2012-09-12 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails