rails-footnotes 4.1.4 → 4.1.5
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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/CHANGELOG +2 -0
- data/README.rdoc +1 -1
- data/gemfiles/Gemfile.rails-4.1.x +1 -1
- data/gemfiles/Gemfile.rails-4.2.x +5 -0
- data/lib/generators/templates/rails_footnotes.rb +1 -1
- data/lib/rails-footnotes/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a41c090b37697dabd6c9f5925e39efe2c63de144
|
|
4
|
+
data.tar.gz: c80e75844ceb6eddfcc436b318acf0bf4c49e736
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a13390246b039b93557322cccfc8af102fb0fce960ddd63231992757b7de4c6c697576f04d24c50a1d8cad6e32d0cefda2319bd3c7f6a98a9309cb155beb9126
|
|
7
|
+
data.tar.gz: c221e2c64876ac31bbd8f9f0c469adfd4c7670445922733fabc5e4a529fa0b4e6e8bf0bc777375a95f41ead43273fc0b37a8aca7ac14b129335edb223decd562
|
data/.travis.yml
CHANGED
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
|
@@ -100,7 +100,7 @@ Another option is to allow multiple notes to be opened at the same time:
|
|
|
100
100
|
|
|
101
101
|
Finally, you can control which notes you want to show. The default are:
|
|
102
102
|
|
|
103
|
-
f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log
|
|
103
|
+
f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log]
|
|
104
104
|
|
|
105
105
|
Setting <tt>f.notes = []</tt> will show none of the available notes, although the supporting CSS and JavaScript will still be included. To completely disable all rails-footnotes content on a page, include <tt>params[:footnotes] = 'false'</tt> in the request.
|
|
106
106
|
|
|
@@ -8,7 +8,7 @@ defined?(Footnotes) && Footnotes.setup do |f|
|
|
|
8
8
|
# and should not be modified anywhere else.
|
|
9
9
|
|
|
10
10
|
# Only toggle some notes :
|
|
11
|
-
# f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log
|
|
11
|
+
# f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log]
|
|
12
12
|
|
|
13
13
|
# Change the prefix :
|
|
14
14
|
# f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-footnotes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman V. Babenko
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date:
|
|
15
|
+
date: 2015-02-04 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rails
|
|
@@ -75,6 +75,7 @@ files:
|
|
|
75
75
|
- gemfiles/Gemfile.rails-3.2.x
|
|
76
76
|
- gemfiles/Gemfile.rails-4.0.x
|
|
77
77
|
- gemfiles/Gemfile.rails-4.1.x
|
|
78
|
+
- gemfiles/Gemfile.rails-4.2.x
|
|
78
79
|
- gemfiles/Gemfile.rails-edge
|
|
79
80
|
- lib/generators/rails_footnotes/install_generator.rb
|
|
80
81
|
- lib/generators/templates/rails_footnotes.rb
|
|
@@ -137,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
138
|
version: '0'
|
|
138
139
|
requirements: []
|
|
139
140
|
rubyforge_project: rails-footnotes
|
|
140
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.4.5
|
|
141
142
|
signing_key:
|
|
142
143
|
specification_version: 4
|
|
143
144
|
summary: Every Rails page has footnotes that gives information about your application
|