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 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 = "http://github.com/thefrontiergroup/shop_variants"
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
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 the gemspec command
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.1"
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-11-10}
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
- ".gitignore",
20
- "README",
21
- "Rakefile",
22
- "VERSION",
23
- "app/controllers/admin/shop/products/variant_templates_controller.rb",
24
- "app/controllers/admin/shop/products/variants_controller.rb",
25
- "app/controllers/admin/shop/variants_controller.rb",
26
- "app/models/shop_product_variant.rb",
27
- "app/models/shop_variant.rb",
28
- "app/views/admin/shop/products/edit/buttons/_browse_templates.html.haml",
29
- "app/views/admin/shop/products/edit/buttons/_new_variant.html.haml",
30
- "app/views/admin/shop/products/edit/parts/_variants.html.haml",
31
- "app/views/admin/shop/products/edit/popups/_browse_templates.html.haml",
32
- "app/views/admin/shop/products/edit/popups/_new_variant.html.haml",
33
- "app/views/admin/shop/products/edit/shared/_variant.html.haml",
34
- "app/views/admin/shop/products/index/buttons/_variants.html.haml",
35
- "app/views/admin/shop/variants/edit.html.haml",
36
- "app/views/admin/shop/variants/edit/_foot.html.haml",
37
- "app/views/admin/shop/variants/edit/_form.html.haml",
38
- "app/views/admin/shop/variants/edit/_head.html.haml",
39
- "app/views/admin/shop/variants/edit/_inputs.html.haml",
40
- "app/views/admin/shop/variants/edit/_meta.html.haml",
41
- "app/views/admin/shop/variants/edit/_parts.html.haml",
42
- "app/views/admin/shop/variants/edit/_popups.html.haml",
43
- "app/views/admin/shop/variants/edit/inputs/_name.html.haml",
44
- "app/views/admin/shop/variants/edit/inputs/_options.html.haml",
45
- "app/views/admin/shop/variants/index.html.haml",
46
- "app/views/admin/shop/variants/index/_foot.html.haml",
47
- "app/views/admin/shop/variants/index/_head.html.haml",
48
- "app/views/admin/shop/variants/index/_variant.html.haml",
49
- "app/views/admin/shop/variants/index/buttons/_add_variant.html.haml",
50
- "app/views/admin/shop/variants/index/buttons/_categories.html.haml",
51
- "app/views/admin/shop/variants/new.html.haml",
52
- "app/views/admin/shop/variants/remove.html.haml",
53
- "config/locales/en.yml",
54
- "config/routes.rb",
55
- "cucumber.yml",
56
- "db/migrate/20101015162238_setup_shop_variants.rb",
57
- "features/support/env.rb",
58
- "features/support/paths.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"
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{http://github.com/thefrontiergroup/shop_variants}
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
- "spec/controllers/admin/shop/products/variants_controller_spec.rb",
90
- "spec/controllers/admin/shop/variants_controller_spec.rb",
91
- "spec/datasets/shop_product_variants.rb",
92
- "spec/datasets/shop_variants.rb",
93
- "spec/lib/shop_variants/tags/helpers_spec.rb",
94
- "spec/lib/shop_variants/tags/product_variant_spec.rb",
95
- "spec/models/shop_product_spec.rb",
96
- "spec/models/shop_product_variant_spec.rb",
97
- "spec/models/shop_variant_spec.rb",
98
- "spec/spec_helper.rb"
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
@@ -2,9 +2,9 @@
2
2
  # require_dependency 'application_controller'
3
3
 
4
4
  class ShopVariantsExtension < Radiant::Extension
5
- version "1.0"
6
- description "Describe your extension here"
7
- url "http://yourwebsite.com/shop_variants"
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: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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-11-10 00:00:00 +08:00
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: http://github.com/thefrontiergroup/shop_variants
107
+ homepage: https://github.com/thefrontiergroup/radiant-shop_variants-extension
108
108
  licenses: []
109
109
 
110
110
  post_install_message:
111
- rdoc_options:
112
- - --charset=UTF-8
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