markitup-rails 1.1.0 → 1.1.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/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.9.3
|
|
1
|
+
1.9.3-p392
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
width:22px; height:5px;
|
|
43
43
|
margin-left:auto;
|
|
44
44
|
margin-right:auto;
|
|
45
|
-
background-image:url(
|
|
45
|
+
background-image:url(/assets/markitup/skins/simple/handle.png);
|
|
46
46
|
cursor:n-resize;
|
|
47
47
|
}
|
|
48
48
|
/***************************************************************************************/
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
display:block;
|
|
57
57
|
}
|
|
58
58
|
.markItUpHeader ul .markItUpDropMenu {
|
|
59
|
-
background:transparent url(
|
|
59
|
+
background:transparent url(/assets/markitup/skins/simple/menu.png) no-repeat 115% 50%;
|
|
60
60
|
margin-right:5px;
|
|
61
61
|
}
|
|
62
62
|
.markItUpHeader ul .markItUpDropMenu li {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
border-bottom:1px solid #000;
|
|
76
76
|
}
|
|
77
77
|
.markItUpHeader ul ul .markItUpDropMenu {
|
|
78
|
-
background:#FFF url(
|
|
78
|
+
background:#FFF url(/assets/markitup/skins/simple/submenu.png) no-repeat 100% 50%;
|
|
79
79
|
}
|
|
80
80
|
.markItUpHeader ul .markItUpSeparator {
|
|
81
81
|
margin:0 10px;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: markitup-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-06-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -459,7 +459,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
459
459
|
version: '0'
|
|
460
460
|
requirements: []
|
|
461
461
|
rubyforge_project:
|
|
462
|
-
rubygems_version: 1.8.
|
|
462
|
+
rubygems_version: 1.8.23
|
|
463
463
|
signing_key:
|
|
464
464
|
specification_version: 3
|
|
465
465
|
summary: The markItUp! universal markup editor, bundled for Rails 3.1+ Asset Pipeline.
|