tienda 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cbf39151193fd56d6534c18bf0a072120ac1f30
4
- data.tar.gz: a95c6575885a48531121d4ab1982baa0cccdb298
3
+ metadata.gz: 07750df3dfa6f422cdcb288f7bda9b06af07a209
4
+ data.tar.gz: 9dc1f6a7436845dacb55613786b8ebf004b84c2f
5
5
  SHA512:
6
- metadata.gz: 6e7ccf7113bcf2b07f1fef6b177e7edbf277775acc0f9111638ad038918b8e0f9944cd024ae459b47469cc0d8797c60fb842288f9f6703b84871e4170890048f
7
- data.tar.gz: cfef63a6fc1c72b4134b901bd4240b2225ca25333d1669319b86b75c78cc3c05152a5f05ebb8543a2ab2252d89e5cad643f9e9cbb4799d444e585a1ecb62ba4f
6
+ metadata.gz: 14c77ee404c51e3ec42f07e70b8014461195990d97efd1bf544559696f5e3df2f99566fe60e481cfd9de921bd90af861dcb67a2f259a8987290edf534f263c72
7
+ data.tar.gz: fe69ce2d94501a4ae60a562cb4ae27a42d817dbbd4cb3ec1b7c06bfea754f2ddba419917b43e304383eee0c0dc6b21ecff8c28c72ca530f6c4882f38cf9d60bf
@@ -122,7 +122,7 @@ class CreateTiendaInitialSchema < ActiveRecord::Migration
122
122
  t.integer :product_category_id, index: true
123
123
  t.string :name
124
124
  t.string :sku, index: true
125
- t.string :permalink,
125
+ t.string :permalink
126
126
  t.text :description
127
127
  t.text :short_description
128
128
  t.boolean :active, default: true
@@ -1,3 +1,3 @@
1
1
  module Tienda
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tienda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Robaina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-01 00:00:00.000000000 Z
11
+ date: 2015-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails