RubyApp 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.20)
4
+ RubyApp (0.0.21)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -6,7 +6,7 @@
6
6
  this.interval = #{self.interval * 1000};
7
7
  this._interval = 0;
8
8
  this.sendEvent = function(event) {
9
- event.now = new Date().toUTCString();
9
+ event.now = new Date().toString();
10
10
  response = $.post(location.href, event);
11
11
  response
12
12
  .success( function(event) {
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 20
10
- version: 0.0.20
9
+ - 21
10
+ version: 0.0.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar