spree_category_bullets 0.0.1 → 0.0.2

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.
@@ -9,3 +9,4 @@
9
9
  # "0.0.1" => { :tag => "v1.0.0", :version => "1.0.0" }
10
10
 
11
11
  "0.0.1" => { :branch => "1-1-stable"}
12
+ "0.0.2" => { :branch => "1-1-stable"}
@@ -11,8 +11,8 @@ class CreateCategoryBullets < ActiveRecord::Migration
11
11
  t.timestamps
12
12
  end
13
13
 
14
- add_index :spree_bullets_taxons, [:taxon_id], :name => 'index_bullets_taxon'
15
- add_index :spree_bullets_taxons, [:taxon_id, :image_code], :name => 'index_bullets_taxon_image_code'
14
+ add_index :spree_bullets, [:taxon_id], :name => 'index_bullets_taxon'
15
+ add_index :spree_bullets, [:taxon_id, :image_code], :name => 'index_bullets_taxon_image_code'
16
16
  end
17
17
 
18
18
  def self.down
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_category_bullets'
5
- s.version = '0.0.1'
5
+ s.version = '0.0.2'
6
6
  s.summary = 'Add sorted bullets/properties on categories.'
7
7
  s.description = 'Each category can have orederd list of properties. Those properties are displayed on all the products'
8
8
  s.required_ruby_version = '>= 1.8.7'
@@ -21,4 +21,4 @@ Gem::Specification.new do |s|
21
21
  s.add_development_dependency 'capybara', '1.0.1'
22
22
  s.add_development_dependency 'rspec-rails', '~> 2.7'
23
23
  s.add_development_dependency 'sqlite3'
24
- end
24
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_category_bullets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gudata
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-27 00:00:00 Z
18
+ date: 2012-05-06 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: spree_core