jquery-iframe_auto_resize 0.0.1 → 0.0.2
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.rdoc +6 -0
- data/app/assets/javascripts/jquery.iframe_auto_resize.js.coffee +64 -18
- data/lib/jquery-iframe_auto_resize/version.rb +2 -1
- data/test/dummy/app/views/static/container.html.haml +4 -2
- data/test/dummy/app/views/static/iframe.html.haml +2 -2
- data/test/dummy/log/development.log +2530 -0
- data/test/dummy/tmp/cache/assets/C83/200/sprockets%2F9f17e19443d1498ad1ff448310126e53 +0 -0
- data/test/dummy/tmp/cache/assets/D02/1D0/sprockets%2F56536bb3e46ab1f153ba27f0640e57b5 +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +6 -4
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
12256
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-iframe_auto_resize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Patrick Helm
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-09-
|
18
|
+
date: 2011-09-08 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
type: :runtime
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- test/dummy/public/422.html
|
135
135
|
- test/dummy/public/favicon.ico
|
136
136
|
- test/dummy/public/500.html
|
137
|
+
- test/dummy/tmp/pids/server.pid
|
137
138
|
- test/dummy/tmp/cache/assets/D02/1D0/sprockets%2F56536bb3e46ab1f153ba27f0640e57b5
|
138
139
|
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
139
140
|
- test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|
@@ -225,6 +226,7 @@ test_files:
|
|
225
226
|
- test/dummy/public/422.html
|
226
227
|
- test/dummy/public/favicon.ico
|
227
228
|
- test/dummy/public/500.html
|
229
|
+
- test/dummy/tmp/pids/server.pid
|
228
230
|
- test/dummy/tmp/cache/assets/D02/1D0/sprockets%2F56536bb3e46ab1f153ba27f0640e57b5
|
229
231
|
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
230
232
|
- test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
|