spree_variant_options 0.1.0.rc1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -22,14 +22,16 @@ Installation
22
22
 
23
23
  If you don't already have an existing Spree site, [click here](https://gist.github.com/946719) then come back later... You can also read the Spree docs [here](http://spreecommerce.com/documentation/getting_started.html)...
24
24
 
25
- Spree Variant Options hasn't been released to rubygems so you'll have to install it from the source. Just add the following to your Gemfile:
25
+ To install Spree Variant Options, just add the following to your Gemfile:
26
26
 
27
- gem 'spree_variant_options', :git => 'git://github.com/citrus/spree_variant_options.git'
27
+ gem 'spree_variant_options', '0.1.0'
28
28
 
29
+
29
30
  Now, bundle up with:
30
31
 
31
32
  bundle
32
33
 
34
+
33
35
  Spree Variant Options doesn't require any rake tasks or generators, but you'll need include `app/views/products/_variant_options.html.erb` in your product show view.
34
36
 
35
37
  If you don't have a custom version of `_cart_form.html.erb` in your application, then don't worry about a thing, spree_variant_options will include the partial for you. Otherwise, just replace the entire `<% if @product.has_variants? %>` block with:
data/Versionfile CHANGED
@@ -1,4 +1,4 @@
1
- "0.60.x" => { :branch => "master" }
2
- "0.50.x" => { :branch => "master" }
3
- "0.40.x" => { :branch => "master" }
4
- "0.30.x" => { :branch => "master" }
1
+ "0.60.x" => { :version => "0.1.0" }
2
+ "0.50.x" => { :version => "0.1.0" }
3
+ "0.40.x" => { :version => "0.1.0" }
4
+ "0.30.x" => { :version => "0.1.0" }
@@ -1,3 +1,3 @@
1
1
  module SpreeVariantOptions
2
- VERSION = "0.1.0.rc1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Spencer Steffen"]
10
10
  s.email = ["spencer@citrusme.com"]
11
11
  s.homepage = "https://github.com/citrus/spree_variant_options"
12
- s.summary = %q{Spree Variant Options is a very simple Spree extension that breaks your variants down into their option types and option values.}
13
- s.description = %q{Spree Variant Options is a very simple Spree extension that breaks your variants down into their option types and option values. Please see the documentation for more details.}
12
+ s.summary = %q{Spree Variant Options is a very simple spree extension that groups your variants by option types and values.}
13
+ s.description = %q{Spree Variant Options is a very simple spree extension that groups your variants by option types and values. Please see the documentation for more details.}
14
14
 
15
15
  s.rubyforge_project = "spree_variant_options"
16
16
 
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.add_dependency('spree_core', '>= 0.30.1')
24
24
 
25
25
  # Development
26
- s.add_development_dependency('spree_sample', '>= 0.60.0')
26
+ s.add_development_dependency('spree_sample', '>= 0.30.1')
27
27
  s.add_development_dependency('dummier', '>= 0.1.1')
28
28
  s.add_development_dependency('shoulda', '>= 2.11.3')
29
29
  s.add_development_dependency('spork', '>= 0.9.0.rc8')
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_variant_options
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 0.1.0.rc1
4
+ prerelease:
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Steffen
@@ -31,7 +31,7 @@ dependencies:
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 0.60.0
34
+ version: 0.30.1
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: *id002
@@ -134,7 +134,7 @@ dependencies:
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: *id011
137
- description: Spree Variant Options is a very simple Spree extension that breaks your variants down into their option types and option values. Please see the documentation for more details.
137
+ description: Spree Variant Options is a very simple spree extension that groups your variants by option types and values. Please see the documentation for more details.
138
138
  email:
139
139
  - spencer@citrusme.com
140
140
  executables: []
@@ -187,23 +187,26 @@ required_ruby_version: !ruby/object:Gem::Requirement
187
187
  requirements:
188
188
  - - ">="
189
189
  - !ruby/object:Gem::Version
190
- hash: -1055832908222487425
190
+ hash: 846868964844011928
191
191
  segments:
192
192
  - 0
193
193
  version: "0"
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  none: false
196
196
  requirements:
197
- - - ">"
197
+ - - ">="
198
198
  - !ruby/object:Gem::Version
199
- version: 1.3.1
199
+ hash: 846868964844011928
200
+ segments:
201
+ - 0
202
+ version: "0"
200
203
  requirements: []
201
204
 
202
205
  rubyforge_project: spree_variant_options
203
206
  rubygems_version: 1.6.2
204
207
  signing_key:
205
208
  specification_version: 3
206
- summary: Spree Variant Options is a very simple Spree extension that breaks your variants down into their option types and option values.
209
+ summary: Spree Variant Options is a very simple spree extension that groups your variants by option types and values.
207
210
  test_files:
208
211
  - features/step_definitions/variant_options.rb
209
212
  - features/step_definitions/web_steps.rb