jlog-rails 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -24,10 +24,14 @@ On the client-side:
24
24
 
25
25
  Dependencies:
26
26
 
27
- Underscore.JS
27
+ Underscore.js
28
+ jQuery
28
29
 
29
30
  Changelog:
30
31
  ----------
32
+ * 0.2.2
33
+ * Removed jquery-rails dependency
34
+ * Fixed an issue with multi-line logging
31
35
  * 0.2.1 Bugfix
32
36
  * Added helpers to format Error backtraces
33
37
  * Removed the just_underscore dependancy from gemspecs
data/jlog-rails.gemspec CHANGED
@@ -15,6 +15,4 @@ Gem::Specification.new do |s|
15
15
  s.homepage = 'http://rubygems.org/gems/jlog-rails'
16
16
 
17
17
  s.rubyforge_project = "jlog-rails"
18
-
19
- s.add_dependency "jquery-rails"
20
18
  end
data/lib/jlog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jlog
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -73,7 +73,7 @@ JLog.LoggingEvent.prototype = {
73
73
  Returns messages of the event joined with new line symbol.
74
74
  */
75
75
  getCombinedMessages: function() {
76
- return (this.messages.length == 1) ? this.messages[0] : this.messages.join(newLine);
76
+ return (this.messages.length == 1) ? this.messages[0] : this.messages.join(JLog.newLine);
77
77
  },
78
78
  toString: function() {
79
79
  return "LoggingEvent[" + this.level + "]";
metadata CHANGED
@@ -1,29 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jlog-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Helios Technologies
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-04-12 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: jquery-rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ! '>='
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ! '>='
25
- - !ruby/object:Gem::Version
26
- version: '0'
12
+ date: 2013-05-02 00:00:00.000000000 Z
13
+ dependencies: []
27
14
  description: A lightweight JavaScript logger (for Rails)
28
15
  email: contact@heliostech.fr
29
16
  executables: []
@@ -65,26 +52,27 @@ files:
65
52
  - vendor/assets/javascripts/mount.js
66
53
  homepage: http://rubygems.org/gems/jlog-rails
67
54
  licenses: []
68
- metadata: {}
69
55
  post_install_message:
70
56
  rdoc_options: []
71
57
  require_paths:
72
58
  - lib
73
59
  required_ruby_version: !ruby/object:Gem::Requirement
60
+ none: false
74
61
  requirements:
75
62
  - - ! '>='
76
63
  - !ruby/object:Gem::Version
77
64
  version: '0'
78
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
79
67
  requirements:
80
68
  - - ! '>='
81
69
  - !ruby/object:Gem::Version
82
70
  version: '0'
83
71
  requirements: []
84
72
  rubyforge_project: jlog-rails
85
- rubygems_version: 2.0.3
73
+ rubygems_version: 1.8.25
86
74
  signing_key:
87
- specification_version: 4
75
+ specification_version: 3
88
76
  summary: Jlog for Rails
89
77
  test_files:
90
78
  - test/ajax-appender-test.js
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MWIyNmJmYjViMmZkMzYwYmRmMzBiMWVkZjU2NGMyNWEyZDA3MmIwOA==
5
- data.tar.gz: !binary |-
6
- MjFmOGRhYmNmZWRhYWQ4ZjliMTkxOTNhOTc0Y2Y3N2VmMjhjOWU0Yw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NzdlNjlmMTQxMGE4NWQ0OThiZTg0ZmExOGI2ZGNmNTMzZWYzYzgyYTQxYTYx
10
- NmVmODRhNGVlMzYxODIxOGNiNzE3YjhmZmZiZjFmYzQzYTcyNzUxNzk2ZWUy
11
- MDBkOTEwN2EyZDIyMDA1ZTVjNjkxNTQ1ZDRlNDE0NDA1Y2QwNjQ=
12
- data.tar.gz: !binary |-
13
- YjllNmQ5YTdmYjBmMzk4Y2QzY2UyYmE5MjA5MDIyMGUxNjY5YTdhMjczNzY0
14
- YjFhOWM3NGJkYzRlOTdkZDcyZGQ2OWIyMWU1ZjkxMjY2MDRkY2NjYzI1ZWFi
15
- ODNhMTIwNTA4ODdhYWY3MDBlMDI3YmNkN2VhYjMzMzAxNDNiYTI=