ujsos 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,9 +5,7 @@ $(function($) {
5
5
  // update an element's content
6
6
  receiver = $(element).attr('data-ujsos-update');
7
7
  if (receiver !== null) {
8
- $.domupdater = function(data) {
9
- $(receiver).html(data);
10
- };
8
+ $(receiver).html(data);
11
9
  }
12
10
 
13
11
  // replace a whole element
data/lib/ujsos/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ujsos
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ujsos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2152504720 !ruby/object:Gem::Requirement
16
+ requirement: &2157915820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152504720
24
+ version_requirements: *2157915820
25
25
  description: I need to comeup with a description
26
26
  email:
27
27
  - chr.seiler@gmail.com