radiant-shop-extension 0.93.1 → 0.93.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.93.1
1
+ 0.93.2
@@ -46,7 +46,7 @@ module Shop
46
46
  desc %{ Ouputs a list of years for credit cards }
47
47
  tag 'form:card:year' do |tag|
48
48
  content = %{<select name="credit_card[year]" id="credit_card_year">\n}
49
- (Time.new.year ... Time.new.year + 15).each do |year|
49
+ (Time.zone.now.year ... Time.zone.now.year + 15).each do |year|
50
50
  content << %{<option value="#{year}">#{year}</option>\n}
51
51
  end
52
52
  content << %{</select>}
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-shop-extension}
8
- s.version = "0.93.1"
8
+ s.version = "0.93.2"
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", "John Barker", "Darcy Laycock"]
12
- s.date = %q{2010-12-30}
12
+ s.date = %q{2011-01-01}
13
13
  s.description = %q{Radiant Shop is an attempt at a simple but complete store. It includes Products, Categories, Orders and Credit Card Payments}
14
14
  s.email = %q{dk@dirkkelly.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-shop-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 361
4
+ hash: 367
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 93
9
- - 1
10
- version: 0.93.1
9
+ - 2
10
+ version: 0.93.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dirk Kelly
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-12-30 00:00:00 +08:00
20
+ date: 2011-01-01 00:00:00 +08:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency