cmstyle 0.1.1 → 0.1.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.
- checksums.yaml +7 -0
- data/lib/assets/stylesheets/{bootstrap.css → bootstrap.css.erb} +2 -2
- data/lib/cmstyle/version.rb +1 -1
- metadata +10 -14
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e800a7602a1ab832a1c19eeb85276ea0b5e2445e
|
4
|
+
data.tar.gz: cc4eae5d3dd8cc37b40fa0c49488e5c7190c2bb2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f9632bc54e27b877189f0c6acf34d9d447af4652f1522fbfaa6d04172db2083766fb3738a0c4ebe53a0689e0ceebd8732ac5402d90f3a2566f4315bc0ffd5dfe
|
7
|
+
data.tar.gz: 6ddb4e5655c25d71517dc7e57cafb422a7b27f4e29c0506f3f5082be20ebbcb3569b9a9549ea9f453bb00cd8ab00acb5b89d2c3f1cde05225554cb2e91362d35
|
@@ -2282,7 +2282,7 @@ table th[class*="span"],
|
|
2282
2282
|
*margin-right: .3em;
|
2283
2283
|
line-height: 14px;
|
2284
2284
|
vertical-align: text-top;
|
2285
|
-
background-image: url(
|
2285
|
+
background-image: url(<%= asset_path 'glyphicons-halflings.png' %>);
|
2286
2286
|
background-position: 14px 14px;
|
2287
2287
|
background-repeat: no-repeat;
|
2288
2288
|
}
|
@@ -2306,7 +2306,7 @@ table th[class*="span"],
|
|
2306
2306
|
.dropdown-submenu:focus > a > [class^="icon-"],
|
2307
2307
|
.dropdown-submenu:hover > a > [class*=" icon-"],
|
2308
2308
|
.dropdown-submenu:focus > a > [class*=" icon-"] {
|
2309
|
-
background-image: url(
|
2309
|
+
background-image: url(<%= asset_path 'glyphicons-halflings-white.png' %>);
|
2310
2310
|
}
|
2311
2311
|
|
2312
2312
|
.icon-glass {
|
data/lib/cmstyle/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmstyle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Thomas Steiner
|
@@ -10,22 +9,20 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2013-
|
12
|
+
date: 2013-08-27 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: json
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
|
-
- -
|
18
|
+
- - '>='
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: '0'
|
23
21
|
type: :development
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
|
-
- -
|
25
|
+
- - '>='
|
29
26
|
- !ruby/object:Gem::Version
|
30
27
|
version: '0'
|
31
28
|
description: CM specific styles
|
@@ -50,7 +47,7 @@ files:
|
|
50
47
|
- lib/assets/javascripts/html5.js
|
51
48
|
- lib/assets/javascripts/prettify.js
|
52
49
|
- lib/assets/stylesheets/bootstrap-responsive.css
|
53
|
-
- lib/assets/stylesheets/bootstrap.css
|
50
|
+
- lib/assets/stylesheets/bootstrap.css.erb
|
54
51
|
- lib/assets/stylesheets/prettify.css
|
55
52
|
- lib/cmstyle/navigation_helpers.rb
|
56
53
|
- lib/cmstyle/railtie.rb
|
@@ -61,26 +58,25 @@ files:
|
|
61
58
|
- lib/tasks/setup.rake
|
62
59
|
homepage: http://github.com/thomis/cmstyle
|
63
60
|
licenses: []
|
61
|
+
metadata: {}
|
64
62
|
post_install_message:
|
65
63
|
rdoc_options: []
|
66
64
|
require_paths:
|
67
65
|
- lib
|
68
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
69
|
-
none: false
|
70
67
|
requirements:
|
71
|
-
- -
|
68
|
+
- - '>='
|
72
69
|
- !ruby/object:Gem::Version
|
73
70
|
version: '0'
|
74
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
|
-
none: false
|
76
72
|
requirements:
|
77
|
-
- -
|
73
|
+
- - '>='
|
78
74
|
- !ruby/object:Gem::Version
|
79
75
|
version: '0'
|
80
76
|
requirements: []
|
81
77
|
rubyforge_project:
|
82
|
-
rubygems_version:
|
78
|
+
rubygems_version: 2.0.3
|
83
79
|
signing_key:
|
84
|
-
specification_version:
|
80
|
+
specification_version: 4
|
85
81
|
summary: CM specific styles
|
86
82
|
test_files: []
|