RubyApp 0.5.85 → 0.5.86

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.85)
4
+ RubyApp (0.5.86)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -202,8 +202,8 @@
202
202
  return value == undefined ? _default : value;
203
203
  },
204
204
  this.log = function(message) {
205
- if ( console != null && console.log != null )
206
- console.log(message);
205
+ if ( window.console )
206
+ window.console.log(message);
207
207
  }
208
208
  };
209
209
 
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.85"
2
+ VERSION = "0.5.86"
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: 161
4
+ hash: 167
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 85
10
- version: 0.5.85
9
+ - 86
10
+ version: 0.5.86
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar