RubyApp 0.5.77 → 0.5.85

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.77)
4
+ RubyApp (0.5.85)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -33,7 +33,7 @@ GEM
33
33
  json (1.7.5)
34
34
  mime-types (1.19)
35
35
  numerizer (0.1.1)
36
- r18n-core (1.1.0)
36
+ r18n-core (1.1.1)
37
37
  rack (1.4.1)
38
38
  rake (0.9.2.2)
39
39
  rmagick (2.13.1)
@@ -202,7 +202,8 @@
202
202
  return value == undefined ? _default : value;
203
203
  },
204
204
  this.log = function(message) {
205
- console.log(message);
205
+ if ( console != null && console.log != null )
206
+ console.log(message);
206
207
  }
207
208
  };
208
209
 
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.77"
2
+ VERSION = "0.5.85"
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: 145
4
+ hash: 161
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 77
10
- version: 0.5.77
9
+ - 85
10
+ version: 0.5.85
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-30 00:00:00 Z
18
+ date: 2012-09-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement