comfortable_mexican_sofa 1.4.4 → 1.4.5
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.5
|
@@ -198,7 +198,7 @@
|
|
198
198
|
display: none;
|
199
199
|
}
|
200
200
|
#cms_body ul.list li .item .label {
|
201
|
-
margin-left:
|
201
|
+
margin-left: 32px;
|
202
202
|
font-size: 14px;
|
203
203
|
font-weight: bold;
|
204
204
|
}
|
@@ -233,11 +233,8 @@
|
|
233
233
|
text-decoration: blink;
|
234
234
|
}
|
235
235
|
/* -- Page Specific stuff ------------------------------------------------ */
|
236
|
-
#cms_body.
|
237
|
-
|
238
|
-
#cms_body.c_cms_admin_snippets.a_index ul.list li .item .label,
|
239
|
-
#cms_body.c_cms_admin_files.a_index ul.list li .item .label {
|
240
|
-
margin-left: 32px;
|
236
|
+
#cms_body.c_cms_admin_pages.a_index ul.list li .item .label {
|
237
|
+
margin-left: 60px;
|
241
238
|
}
|
242
239
|
#cms_body.c_cms_admin_layouts.a_index ul.list li .item .icon {
|
243
240
|
background-image: url(/assets/comfortable_mexican_sofa/icon_layout.gif);
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{comfortable_mexican_sofa}
|
8
|
-
s.version = "1.4.
|
8
|
+
s.version = "1.4.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Oleg Khabarov", "The Working Group Inc"]
|
@@ -7,9 +7,9 @@ namespace :comfortable_mexican_sofa do
|
|
7
7
|
namespace :fixtures do
|
8
8
|
|
9
9
|
desc 'Import Fixture data into database (options: FROM=example.local TO=example.com)'
|
10
|
-
task :import => :environment do
|
11
|
-
to =
|
12
|
-
from =
|
10
|
+
task :import => :environment do
|
11
|
+
to = ENV['TO'] || ENV['FROM']
|
12
|
+
from = ENV['FROM']
|
13
13
|
|
14
14
|
abort "Site with hostname [#{to}] not found. Aborting." if !Cms::Site.find_by_hostname(to)
|
15
15
|
puts "Importing from Folder [#{from}] to Site [#{to}] ..."
|
@@ -18,9 +18,9 @@ namespace :comfortable_mexican_sofa do
|
|
18
18
|
end
|
19
19
|
|
20
20
|
desc 'Export database data into Fixtures (options: FROM=example.com TO=example.local)'
|
21
|
-
task :export => :environment do
|
22
|
-
to =
|
23
|
-
from =
|
21
|
+
task :export => :environment do
|
22
|
+
to = ENV['TO'] || ENV['FROM']
|
23
|
+
from = ENV['FROM']
|
24
24
|
|
25
25
|
abort "Site with hostname [#{from}] not found. Aborting." if !Cms::Site.find_by_hostname(from)
|
26
26
|
puts "Exporting from Site [#{from}] to Folder [#{to}] ..."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comfortable_mexican_sofa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -15,7 +15,7 @@ default_executable:
|
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
18
|
-
requirement: &
|
18
|
+
requirement: &70196080386120 !ruby/object:Gem::Requirement
|
19
19
|
none: false
|
20
20
|
requirements:
|
21
21
|
- - ! '>='
|
@@ -23,10 +23,10 @@ dependencies:
|
|
23
23
|
version: 3.0.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
|
-
version_requirements: *
|
26
|
+
version_requirements: *70196080386120
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: active_link_to
|
29
|
-
requirement: &
|
29
|
+
requirement: &70196080385640 !ruby/object:Gem::Requirement
|
30
30
|
none: false
|
31
31
|
requirements:
|
32
32
|
- - ! '>='
|
@@ -34,10 +34,10 @@ dependencies:
|
|
34
34
|
version: 1.0.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
|
-
version_requirements: *
|
37
|
+
version_requirements: *70196080385640
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: paperclip
|
40
|
-
requirement: &
|
40
|
+
requirement: &70196080385160 !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
43
|
- - ! '>='
|
@@ -45,7 +45,7 @@ dependencies:
|
|
45
45
|
version: 2.3.14
|
46
46
|
type: :runtime
|
47
47
|
prerelease: false
|
48
|
-
version_requirements: *
|
48
|
+
version_requirements: *70196080385160
|
49
49
|
description: ''
|
50
50
|
email: oleg@theworkinggroup.ca
|
51
51
|
executables: []
|
@@ -347,7 +347,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
347
347
|
version: '0'
|
348
348
|
segments:
|
349
349
|
- 0
|
350
|
-
hash:
|
350
|
+
hash: 1153917626965436207
|
351
351
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
352
352
|
none: false
|
353
353
|
requirements:
|