rails-client-logger 1.0.0 → 1.0.1
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.
data/README.md
CHANGED
|
@@ -8,6 +8,8 @@ Supports Rails 4 (permitted parameters) as well as a CoffeeScript implementation
|
|
|
8
8
|
|
|
9
9
|
For Rails 3.x use gem version `0.0.2`.
|
|
10
10
|
|
|
11
|
+
[](http://badge.fury.io/rb/rails-client-logger)
|
|
12
|
+
|
|
11
13
|
## Installation
|
|
12
14
|
|
|
13
15
|
Add this line to your application's Gemfile:
|
|
@@ -24,6 +24,7 @@ class RailsClientLoggerGenerator < Rails::Generators::Base
|
|
|
24
24
|
if mode == :coffee
|
|
25
25
|
insert_into_file path, :after => %r{#= require ['"]?jquery['"]?\s*$} do
|
|
26
26
|
"\n#= require rails_client_logger"
|
|
27
|
+
end
|
|
27
28
|
else
|
|
28
29
|
insert_into_file path, :after => %r{//= require ['"]?jquery['"]?\s*$} do
|
|
29
30
|
"\n//= require rails_client_logger"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-client-logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
segments:
|
|
131
131
|
- 0
|
|
132
132
|
version: '0'
|
|
133
|
-
hash:
|
|
133
|
+
hash: 1536274441077663104
|
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
none: false
|
|
136
136
|
requirements:
|
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
segments:
|
|
140
140
|
- 0
|
|
141
141
|
version: '0'
|
|
142
|
-
hash:
|
|
142
|
+
hash: 1536274441077663104
|
|
143
143
|
requirements: []
|
|
144
144
|
rubyforge_project:
|
|
145
145
|
rubygems_version: 1.8.25
|