radiant-shop_packages-extension 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -1,3 +1,3 @@
1
- %p.title
1
+ %p.price
2
2
  = f.label :price
3
3
  = f.text_field :price, :class => 'textbox', :maxlenth => 255, :value => input_currency(@shop_package.price)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-shop_packages-extension}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
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-17}
12
+ s.date = %q{2011-01-19}
13
13
  s.description = %q{RadiantShop: Group up Products into packages, you can assign a price to a package}
14
14
  s.email = %q{dk@dirkkelly.com}
15
15
  s.extra_rdoc_files = [
@@ -84,7 +84,7 @@ Gem::Specification.new do |s|
84
84
  ]
85
85
  s.homepage = %q{http://github.com/thefrontiergroup/radiant-shop_packages-extension}
86
86
  s.require_paths = ["lib"]
87
- s.rubygems_version = %q{1.3.7}
87
+ s.rubygems_version = %q{1.4.2}
88
88
  s.summary = %q{Shop Packages Extension for Radiant CMS}
89
89
  s.test_files = [
90
90
  "spec/controllers/admin/shop/discounts_controller_spec.rb",
@@ -101,7 +101,6 @@ Gem::Specification.new do |s|
101
101
  ]
102
102
 
103
103
  if s.respond_to? :specification_version then
104
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
105
104
  s.specification_version = 3
106
105
 
107
106
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-shop_packages-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dirk Kelly
@@ -15,13 +15,12 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-17 00:00:00 +08:00
18
+ date: 2011-01-19 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- type: :runtime
23
22
  prerelease: false
24
- version_requirements: &id001 !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
25
  requirements:
27
26
  - - ">="
@@ -30,8 +29,9 @@ dependencies:
30
29
  segments:
31
30
  - 0
32
31
  version: "0"
32
+ type: :runtime
33
33
  name: radiant-shop-extension
34
- requirement: *id001
34
+ version_requirements: *id001
35
35
  description: "RadiantShop: Group up Products into packages, you can assign a price to a package"
36
36
  email: dk@dirkkelly.com
37
37
  executables: []
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements: []
137
137
 
138
138
  rubyforge_project:
139
- rubygems_version: 1.3.7
139
+ rubygems_version: 1.4.2
140
140
  signing_key:
141
141
  specification_version: 3
142
142
  summary: Shop Packages Extension for Radiant CMS