radiant-shop-extension 0.93.0 → 0.93.1

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.0
1
+ 0.93.1
@@ -1,8 +1,6 @@
1
1
  var Shop = {};
2
2
 
3
3
  document.observe("dom:loaded", function() {
4
- shop = new Shop();
5
-
6
4
  Event.addBehavior({
7
5
  '.popup .close:click' : function(e) { Element.closePopup($(this)); }
8
6
  });
@@ -17,4 +15,6 @@ var Shop = Class.create({
17
15
  return (result + '.' + format);
18
16
  }
19
17
 
20
- });
18
+ });
19
+
20
+ shop = new Shop();
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-shop-extension}
8
- s.version = "0.93.0"
8
+ s.version = "0.93.1"
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"]
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: 363
4
+ hash: 361
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 93
9
- - 0
10
- version: 0.93.0
9
+ - 1
10
+ version: 0.93.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dirk Kelly