radiant-shop_variants-extension 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/radiant-shop_variants-extension.rb +1 -0
- data/radiant-shop_variants-extension.gemspec +76 -77
- data/shop_variants_extension.rb +3 -3
- metadata +8 -8
- data/.gitignore +0 -1
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ begin
|
|
5
5
|
gem.summary = %Q{Shop Variants Extension for Radiant CMS}
|
6
6
|
gem.description = %Q{RadiantShop: Create variants of products, with alternative prices}
|
7
7
|
gem.email = "dk@dirkkelly.com"
|
8
|
-
gem.homepage = "
|
8
|
+
gem.homepage = "https://github.com/thefrontiergroup/radiant-shop_variants-extension"
|
9
9
|
gem.authors = ["Dirk Kelly"]
|
10
10
|
gem.add_dependency 'radiant-shop-extension'
|
11
11
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
@@ -0,0 +1 @@
|
|
1
|
+
# Nothing to see here
|
@@ -1,101 +1,100 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-shop_variants-extension}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dirk Kelly"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-12-01}
|
13
13
|
s.description = %q{RadiantShop: Create variants of products, with alternative prices}
|
14
14
|
s.email = %q{dk@dirkkelly.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"README"
|
17
17
|
]
|
18
18
|
s.files = [
|
19
|
-
"
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
19
|
+
"README",
|
20
|
+
"Rakefile",
|
21
|
+
"VERSION",
|
22
|
+
"app/controllers/admin/shop/products/variant_templates_controller.rb",
|
23
|
+
"app/controllers/admin/shop/products/variants_controller.rb",
|
24
|
+
"app/controllers/admin/shop/variants_controller.rb",
|
25
|
+
"app/models/shop_product_variant.rb",
|
26
|
+
"app/models/shop_variant.rb",
|
27
|
+
"app/views/admin/shop/products/edit/buttons/_browse_templates.html.haml",
|
28
|
+
"app/views/admin/shop/products/edit/buttons/_new_variant.html.haml",
|
29
|
+
"app/views/admin/shop/products/edit/parts/_variants.html.haml",
|
30
|
+
"app/views/admin/shop/products/edit/popups/_browse_templates.html.haml",
|
31
|
+
"app/views/admin/shop/products/edit/popups/_new_variant.html.haml",
|
32
|
+
"app/views/admin/shop/products/edit/shared/_variant.html.haml",
|
33
|
+
"app/views/admin/shop/products/index/buttons/_variants.html.haml",
|
34
|
+
"app/views/admin/shop/variants/edit.html.haml",
|
35
|
+
"app/views/admin/shop/variants/edit/_foot.html.haml",
|
36
|
+
"app/views/admin/shop/variants/edit/_form.html.haml",
|
37
|
+
"app/views/admin/shop/variants/edit/_head.html.haml",
|
38
|
+
"app/views/admin/shop/variants/edit/_inputs.html.haml",
|
39
|
+
"app/views/admin/shop/variants/edit/_meta.html.haml",
|
40
|
+
"app/views/admin/shop/variants/edit/_parts.html.haml",
|
41
|
+
"app/views/admin/shop/variants/edit/_popups.html.haml",
|
42
|
+
"app/views/admin/shop/variants/edit/inputs/_name.html.haml",
|
43
|
+
"app/views/admin/shop/variants/edit/inputs/_options.html.haml",
|
44
|
+
"app/views/admin/shop/variants/index.html.haml",
|
45
|
+
"app/views/admin/shop/variants/index/_foot.html.haml",
|
46
|
+
"app/views/admin/shop/variants/index/_head.html.haml",
|
47
|
+
"app/views/admin/shop/variants/index/_variant.html.haml",
|
48
|
+
"app/views/admin/shop/variants/index/buttons/_add_variant.html.haml",
|
49
|
+
"app/views/admin/shop/variants/index/buttons/_categories.html.haml",
|
50
|
+
"app/views/admin/shop/variants/new.html.haml",
|
51
|
+
"app/views/admin/shop/variants/remove.html.haml",
|
52
|
+
"config/locales/en.yml",
|
53
|
+
"config/routes.rb",
|
54
|
+
"cucumber.yml",
|
55
|
+
"db/migrate/20101015162238_setup_shop_variants.rb",
|
56
|
+
"features/support/env.rb",
|
57
|
+
"features/support/paths.rb",
|
58
|
+
"lib/radiant-shop_variants-extension.rb",
|
59
|
+
"lib/shop_variants/controllers/products_controller.rb",
|
60
|
+
"lib/shop_variants/interface/variants.rb",
|
61
|
+
"lib/shop_variants/models/product.rb",
|
62
|
+
"lib/shop_variants/tags/helpers.rb",
|
63
|
+
"lib/shop_variants/tags/product_variant.rb",
|
64
|
+
"lib/tasks/shop_variants_extension_tasks.rake",
|
65
|
+
"public/javascripts/admin/extensions/shop/variants/edit.js",
|
66
|
+
"public/stylesheets/sass/admin/extensions/shop/variants/edit.sass",
|
67
|
+
"radiant-shop_variants-extension.gemspec",
|
68
|
+
"shop_variants_extension.rb",
|
69
|
+
"spec/controllers/admin/shop/products/variant_templates_controller_spec.rb",
|
70
|
+
"spec/controllers/admin/shop/products/variants_controller_spec.rb",
|
71
|
+
"spec/controllers/admin/shop/variants_controller_spec.rb",
|
72
|
+
"spec/datasets/shop_product_variants.rb",
|
73
|
+
"spec/datasets/shop_variants.rb",
|
74
|
+
"spec/lib/shop_variants/tags/helpers_spec.rb",
|
75
|
+
"spec/lib/shop_variants/tags/product_variant_spec.rb",
|
76
|
+
"spec/models/shop_product_spec.rb",
|
77
|
+
"spec/models/shop_product_variant_spec.rb",
|
78
|
+
"spec/models/shop_variant_spec.rb",
|
79
|
+
"spec/spec.opts",
|
80
|
+
"spec/spec_helper.rb"
|
81
81
|
]
|
82
|
-
s.homepage = %q{
|
83
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
82
|
+
s.homepage = %q{https://github.com/thefrontiergroup/radiant-shop_variants-extension}
|
84
83
|
s.require_paths = ["lib"]
|
85
84
|
s.rubygems_version = %q{1.3.7}
|
86
85
|
s.summary = %q{Shop Variants Extension for Radiant CMS}
|
87
86
|
s.test_files = [
|
88
87
|
"spec/controllers/admin/shop/products/variant_templates_controller_spec.rb",
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
88
|
+
"spec/controllers/admin/shop/products/variants_controller_spec.rb",
|
89
|
+
"spec/controllers/admin/shop/variants_controller_spec.rb",
|
90
|
+
"spec/datasets/shop_product_variants.rb",
|
91
|
+
"spec/datasets/shop_variants.rb",
|
92
|
+
"spec/lib/shop_variants/tags/helpers_spec.rb",
|
93
|
+
"spec/lib/shop_variants/tags/product_variant_spec.rb",
|
94
|
+
"spec/models/shop_product_spec.rb",
|
95
|
+
"spec/models/shop_product_variant_spec.rb",
|
96
|
+
"spec/models/shop_variant_spec.rb",
|
97
|
+
"spec/spec_helper.rb"
|
99
98
|
]
|
100
99
|
|
101
100
|
if s.respond_to? :specification_version then
|
data/shop_variants_extension.rb
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
# require_dependency 'application_controller'
|
3
3
|
|
4
4
|
class ShopVariantsExtension < Radiant::Extension
|
5
|
-
version
|
6
|
-
description "
|
7
|
-
url "
|
5
|
+
version YAML::load_file(File.join(File.dirname(__FILE__), 'VERSION'))
|
6
|
+
description "Create variants of products, with alternative prices"
|
7
|
+
url "https://github.com/thefrontiergroup/radiant-shop_variants-extension"
|
8
8
|
|
9
9
|
def activate
|
10
10
|
unless defined? admin.variants
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-shop_variants-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dirk Kelly
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-12-01 00:00:00 +08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -41,7 +41,6 @@ extensions: []
|
|
41
41
|
extra_rdoc_files:
|
42
42
|
- README
|
43
43
|
files:
|
44
|
-
- .gitignore
|
45
44
|
- README
|
46
45
|
- Rakefile
|
47
46
|
- VERSION
|
@@ -81,6 +80,7 @@ files:
|
|
81
80
|
- db/migrate/20101015162238_setup_shop_variants.rb
|
82
81
|
- features/support/env.rb
|
83
82
|
- features/support/paths.rb
|
83
|
+
- lib/radiant-shop_variants-extension.rb
|
84
84
|
- lib/shop_variants/controllers/products_controller.rb
|
85
85
|
- lib/shop_variants/interface/variants.rb
|
86
86
|
- lib/shop_variants/models/product.rb
|
@@ -104,12 +104,12 @@ files:
|
|
104
104
|
- spec/spec.opts
|
105
105
|
- spec/spec_helper.rb
|
106
106
|
has_rdoc: true
|
107
|
-
homepage:
|
107
|
+
homepage: https://github.com/thefrontiergroup/radiant-shop_variants-extension
|
108
108
|
licenses: []
|
109
109
|
|
110
110
|
post_install_message:
|
111
|
-
rdoc_options:
|
112
|
-
|
111
|
+
rdoc_options: []
|
112
|
+
|
113
113
|
require_paths:
|
114
114
|
- lib
|
115
115
|
required_ruby_version: !ruby/object:Gem::Requirement
|
data/.gitignore
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
pkg
|