coolerator.vision 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coolerator.vision}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Corey Innis"]
@@ -38,11 +38,11 @@
38
38
  $.each(extension.instance.methods, function(name, fn) {
39
39
  if(self.instance.methods[name]) {
40
40
  var superb = self.instance.methods[name];
41
- function super() {
41
+ function sup() {
42
42
  var args = $.makeArray(arguments);
43
43
  superb.apply(args.shift(), args);
44
44
  }
45
- $.extend(fn, { super : super });
45
+ $.extend(fn, { 'super' : sup });
46
46
  }
47
47
  });
48
48
 
@@ -7,7 +7,7 @@ Screw.Unit(function(c) { with(c) {
7
7
  });
8
8
 
9
9
  context("when created with a configuration object", function() {
10
- context("when the configuration contains a :label", function() {
10
+ context("when the configuration :label exists", function() {
11
11
  var filter = new Coolerator.Filter({
12
12
  label : 'so cool!',
13
13
  scope : 'everywhere'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coolerator.vision
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Innis