baidu_ueditor_rails 0.0.5 → 0.1.0
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/Gemfile.lock +1 -75
- data/vendor/assets/javascripts/ueditor/dialogs/image/image.html +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e69009a7cb70ee60e2214f361d0e2b883cd1f68
|
|
4
|
+
data.tar.gz: b69aea61e4cd1d241fcb0ae27e0bb2d22d4d3466
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18ba6a90dc88025ced3bbc67d463aa877381fb2a5d382adf3a1b3141697c8d4cc8ade9b99017c5e1cdb9bd5ae4cd47dd7b7af8aa2ce5712b782e1259a45a23b1
|
|
7
|
+
data.tar.gz: 9d4489ee765a901eab69fc825848de976c9be52ba79f512b5f7a988eb66600de67ae32b0a27c1dd87b4a79609065ca9ab7393386882d7b3f3822373856748a21
|
data/Gemfile.lock
CHANGED
|
@@ -1,88 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
baidu_ueditor_rails (0.0.
|
|
5
|
-
rails (>= 3.1.1)
|
|
4
|
+
baidu_ueditor_rails (0.0.5)
|
|
6
5
|
|
|
7
6
|
GEM
|
|
8
7
|
remote: https://rubygems.org/
|
|
9
8
|
specs:
|
|
10
|
-
actionmailer (4.0.4)
|
|
11
|
-
actionpack (= 4.0.4)
|
|
12
|
-
mail (~> 2.5.4)
|
|
13
|
-
actionpack (4.0.4)
|
|
14
|
-
activesupport (= 4.0.4)
|
|
15
|
-
builder (~> 3.1.0)
|
|
16
|
-
erubis (~> 2.7.0)
|
|
17
|
-
rack (~> 1.5.2)
|
|
18
|
-
rack-test (~> 0.6.2)
|
|
19
|
-
activemodel (4.0.4)
|
|
20
|
-
activesupport (= 4.0.4)
|
|
21
|
-
builder (~> 3.1.0)
|
|
22
|
-
activerecord (4.0.4)
|
|
23
|
-
activemodel (= 4.0.4)
|
|
24
|
-
activerecord-deprecated_finders (~> 1.0.2)
|
|
25
|
-
activesupport (= 4.0.4)
|
|
26
|
-
arel (~> 4.0.0)
|
|
27
|
-
activerecord-deprecated_finders (1.0.3)
|
|
28
|
-
activesupport (4.0.4)
|
|
29
|
-
i18n (~> 0.6, >= 0.6.9)
|
|
30
|
-
minitest (~> 4.2)
|
|
31
|
-
multi_json (~> 1.3)
|
|
32
|
-
thread_safe (~> 0.1)
|
|
33
|
-
tzinfo (~> 0.3.37)
|
|
34
|
-
arel (4.0.2)
|
|
35
|
-
atomic (1.1.15)
|
|
36
|
-
builder (3.1.4)
|
|
37
|
-
erubis (2.7.0)
|
|
38
|
-
hike (1.2.3)
|
|
39
|
-
i18n (0.6.9)
|
|
40
|
-
mail (2.5.4)
|
|
41
|
-
mime-types (~> 1.16)
|
|
42
|
-
treetop (~> 1.4.8)
|
|
43
|
-
mime-types (1.25.1)
|
|
44
|
-
minitest (4.7.5)
|
|
45
|
-
multi_json (1.9.0)
|
|
46
|
-
polyglot (0.3.4)
|
|
47
|
-
rack (1.5.2)
|
|
48
|
-
rack-test (0.6.2)
|
|
49
|
-
rack (>= 1.0)
|
|
50
|
-
rails (4.0.4)
|
|
51
|
-
actionmailer (= 4.0.4)
|
|
52
|
-
actionpack (= 4.0.4)
|
|
53
|
-
activerecord (= 4.0.4)
|
|
54
|
-
activesupport (= 4.0.4)
|
|
55
|
-
bundler (>= 1.3.0, < 2.0)
|
|
56
|
-
railties (= 4.0.4)
|
|
57
|
-
sprockets-rails (~> 2.0.0)
|
|
58
|
-
railties (4.0.4)
|
|
59
|
-
actionpack (= 4.0.4)
|
|
60
|
-
activesupport (= 4.0.4)
|
|
61
|
-
rake (>= 0.8.7)
|
|
62
|
-
thor (>= 0.18.1, < 2.0)
|
|
63
|
-
rake (10.1.1)
|
|
64
|
-
sprockets (2.12.0)
|
|
65
|
-
hike (~> 1.2)
|
|
66
|
-
multi_json (~> 1.0)
|
|
67
|
-
rack (~> 1.0)
|
|
68
|
-
tilt (~> 1.1, != 1.3.0)
|
|
69
|
-
sprockets-rails (2.0.1)
|
|
70
|
-
actionpack (>= 3.0)
|
|
71
|
-
activesupport (>= 3.0)
|
|
72
|
-
sprockets (~> 2.8)
|
|
73
|
-
sqlite3 (1.3.9)
|
|
74
|
-
thor (0.18.1)
|
|
75
|
-
thread_safe (0.2.0)
|
|
76
|
-
atomic (>= 1.1.7, < 2)
|
|
77
|
-
tilt (1.4.1)
|
|
78
|
-
treetop (1.4.15)
|
|
79
|
-
polyglot
|
|
80
|
-
polyglot (>= 0.3.1)
|
|
81
|
-
tzinfo (0.3.39)
|
|
82
9
|
|
|
83
10
|
PLATFORMS
|
|
84
11
|
ruby
|
|
85
12
|
|
|
86
13
|
DEPENDENCIES
|
|
87
14
|
baidu_ueditor_rails!
|
|
88
|
-
sqlite3
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
<div class="wrapper">
|
|
12
12
|
<div id="imageTab">
|
|
13
13
|
<div id="tabHeads" class="tabhead">
|
|
14
|
-
|
|
14
|
+
<span tabSrc="local" class="focus"><var id="lang_tab_local"></var></span>
|
|
15
|
+
<span tabSrc="remote"><var id="lang_tab_remote"></var></span>
|
|
15
16
|
</div>
|
|
16
17
|
<div id="tabBodys" class="tabbody">
|
|
17
18
|
<div id="remote" class="panel">
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
<div id="preview"></div>
|
|
50
51
|
<div class="lock"><input id="lock" type="checkbox" checked="checked"></div>
|
|
51
52
|
</div>
|
|
52
|
-
|
|
53
|
+
<div id="local" class="panel">
|
|
53
54
|
<div id="flashContainer"></div>
|
|
54
55
|
<div><div id="upload" style="display: none" ></div><div id="duiqi" style="display: none"></div><div id="localFloat" style="display: none"></div></div>
|
|
55
56
|
<div class="saveDir" style="display: none">
|