comfortable_mexican_sofa 1.3.6 → 1.3.7
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/VERSION +1 -1
- data/app/assets/stylesheets/comfortable_mexican_sofa/content.css +15 -15
- data/app/assets/stylesheets/comfortable_mexican_sofa/form.css +37 -37
- data/app/assets/stylesheets/comfortable_mexican_sofa/structure.css +45 -42
- data/app/assets/stylesheets/comfortable_mexican_sofa/typography.css +9 -9
- data/app/views/layouts/cms_admin/_body.html.erb +1 -1
- data/comfortable_mexican_sofa.gemspec +1 -1
- metadata +8 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.7
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/* -- Listings ----------------------------------------------------------- */
|
|
62
|
-
ul.list li .item {
|
|
62
|
+
#cms_body ul.list li .item {
|
|
63
63
|
overflow: hidden;
|
|
64
64
|
padding: 5px;
|
|
65
65
|
background-color: #f1f1f1;
|
|
@@ -67,62 +67,62 @@ ul.list li .item {
|
|
|
67
67
|
-moz-border-radius: 3px;
|
|
68
68
|
margin-bottom: 5px;
|
|
69
69
|
}
|
|
70
|
-
ul.list li .item .toggle {
|
|
70
|
+
#cms_body ul.list li .item .toggle {
|
|
71
71
|
float: left;
|
|
72
72
|
height: 28px;
|
|
73
73
|
width: 28px;
|
|
74
74
|
}
|
|
75
|
-
ul.list li .item .toggle a {
|
|
75
|
+
#cms_body ul.list li .item .toggle a {
|
|
76
76
|
display: block;
|
|
77
77
|
height: 28px;
|
|
78
78
|
width: 28px;
|
|
79
79
|
background: url(/assets/comfortable_mexican_sofa/arrow_right.gif) center center no-repeat;
|
|
80
80
|
}
|
|
81
|
-
ul.list li .item .toggle a span {
|
|
81
|
+
#cms_body ul.list li .item .toggle a span {
|
|
82
82
|
display: none;
|
|
83
83
|
}
|
|
84
|
-
ul.list li .item .toggle.open a {
|
|
84
|
+
#cms_body ul.list li .item .toggle.open a {
|
|
85
85
|
background-image: url(/assets/comfortable_mexican_sofa/arrow_bottom.gif);
|
|
86
86
|
}
|
|
87
|
-
ul.list li .item .icon {
|
|
87
|
+
#cms_body ul.list li .item .icon {
|
|
88
88
|
float: left;
|
|
89
89
|
width: 28px;
|
|
90
90
|
height: 28px;
|
|
91
91
|
background: url(/assets/comfortable_mexican_sofa/icon_regular.gif);
|
|
92
92
|
}
|
|
93
|
-
ul.list li .item .icon .dragger {
|
|
93
|
+
#cms_body ul.list li .item .icon .dragger {
|
|
94
94
|
width: 28px;
|
|
95
95
|
height: 28px;
|
|
96
96
|
background: url(/assets/comfortable_mexican_sofa/icon_move.gif);
|
|
97
97
|
cursor: move;
|
|
98
98
|
display: none;
|
|
99
99
|
}
|
|
100
|
-
ul.list li .item .icon:hover .dragger {
|
|
100
|
+
#cms_body ul.list li .item .icon:hover .dragger {
|
|
101
101
|
display: block;
|
|
102
102
|
}
|
|
103
|
-
ul.list li .item .icon .dragger span {
|
|
103
|
+
#cms_body ul.list li .item .icon .dragger span {
|
|
104
104
|
display: none;
|
|
105
105
|
}
|
|
106
|
-
ul.list li .item .label {
|
|
106
|
+
#cms_body ul.list li .item .label {
|
|
107
107
|
margin-left: 60px;
|
|
108
108
|
font-size: 14px;
|
|
109
109
|
font-weight: bold;
|
|
110
110
|
}
|
|
111
|
-
ul.list li .item .label .sublabel {
|
|
111
|
+
#cms_body ul.list li .item .label .sublabel {
|
|
112
112
|
font-size: 10px;
|
|
113
113
|
font-weight: normal;
|
|
114
114
|
}
|
|
115
|
-
ul.list li ul {
|
|
115
|
+
#cms_body ul.list li ul {
|
|
116
116
|
margin-left: 28px;
|
|
117
117
|
}
|
|
118
|
-
ul.list li .action_links {
|
|
118
|
+
#cms_body ul.list li .action_links {
|
|
119
119
|
float: right;
|
|
120
120
|
opacity: 0.2;
|
|
121
121
|
}
|
|
122
|
-
ul.list li .item:hover .action_links {
|
|
122
|
+
#cms_body ul.list li .item:hover .action_links {
|
|
123
123
|
opacity: 1;
|
|
124
124
|
}
|
|
125
|
-
ul.list li .item:hover {
|
|
125
|
+
#cms_body ul.list li .item:hover {
|
|
126
126
|
background-color: #fff;
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* -- Forms -------------------------------------------------------------- */
|
|
2
|
-
.form_element {
|
|
2
|
+
#cms_body .form_element {
|
|
3
3
|
overflow: hidden;
|
|
4
4
|
margin-bottom: 5px;
|
|
5
5
|
}
|
|
6
|
-
.form_element .label {
|
|
6
|
+
#cms_body .form_element .label {
|
|
7
7
|
width: 117px;
|
|
8
8
|
float: left;
|
|
9
9
|
text-align: right;
|
|
@@ -17,38 +17,38 @@
|
|
|
17
17
|
-moz-border-radius-bottomleft: 3px;
|
|
18
18
|
border-right: 3px solid #bbb;
|
|
19
19
|
}
|
|
20
|
-
.form_element .value {
|
|
20
|
+
#cms_body .form_element .value {
|
|
21
21
|
margin-left: 150px;
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
}
|
|
24
|
-
.form_element .value input[type='text'],
|
|
25
|
-
.form_element .value input[type='password'],
|
|
26
|
-
.form_element .value input[type='datetime'],
|
|
27
|
-
.form_element .value input[type='number'],
|
|
28
|
-
.form_element .value select,
|
|
29
|
-
.form_element .value textarea {
|
|
24
|
+
#cms_body .form_element .value input[type='text'],
|
|
25
|
+
#cms_body .form_element .value input[type='password'],
|
|
26
|
+
#cms_body .form_element .value input[type='datetime'],
|
|
27
|
+
#cms_body .form_element .value input[type='number'],
|
|
28
|
+
#cms_body .form_element .value select,
|
|
29
|
+
#cms_body .form_element .value textarea {
|
|
30
30
|
border: 0px;
|
|
31
31
|
width: 100%;
|
|
32
32
|
padding: 2px 0px;
|
|
33
33
|
font-family: 'Courier New', Courier, monospace;
|
|
34
34
|
}
|
|
35
|
-
.form_element .value input[type='datetime'],
|
|
36
|
-
.form_element .value input[type='number'] {
|
|
35
|
+
#cms_body .form_element .value input[type='datetime'],
|
|
36
|
+
#cms_body .form_element .value input[type='number'] {
|
|
37
37
|
width: 200px;
|
|
38
38
|
}
|
|
39
|
-
.form_element .value textarea {
|
|
39
|
+
#cms_body .form_element .value textarea {
|
|
40
40
|
height: 300px;
|
|
41
41
|
}
|
|
42
|
-
.form_element .value .CodeMirror-wrapping {
|
|
42
|
+
#cms_body .form_element .value .CodeMirror-wrapping {
|
|
43
43
|
background-color: #fff;
|
|
44
44
|
}
|
|
45
|
-
.form_element.check_box_element input {
|
|
45
|
+
#cms_body .form_element.check_box_element input {
|
|
46
46
|
width: auto;
|
|
47
47
|
}
|
|
48
|
-
.page_form_extras {
|
|
48
|
+
#cms_body .page_form_extras {
|
|
49
49
|
margin-bottom: 10px;
|
|
50
50
|
}
|
|
51
|
-
#form_blocks .no_tags {
|
|
51
|
+
#cms_body #form_blocks .no_tags {
|
|
52
52
|
background-color: #252525;
|
|
53
53
|
color: #aaa;
|
|
54
54
|
border-radius: 3px;
|
|
@@ -56,30 +56,30 @@
|
|
|
56
56
|
text-align: center;
|
|
57
57
|
padding: 10px;
|
|
58
58
|
}
|
|
59
|
-
#form_blocks .no_tags a {
|
|
59
|
+
#cms_body #form_blocks .no_tags a {
|
|
60
60
|
color: #fff;
|
|
61
61
|
}
|
|
62
|
-
#form_blocks .no_tags a:hover {
|
|
62
|
+
#cms_body #form_blocks .no_tags a:hover {
|
|
63
63
|
color: #aaa;
|
|
64
64
|
text-decoration: underline;
|
|
65
65
|
}
|
|
66
|
-
#form_blocks .no_tags code {
|
|
66
|
+
#cms_body #form_blocks .no_tags code {
|
|
67
67
|
color: #B85042;
|
|
68
68
|
}
|
|
69
|
-
.form_element.field_datetime .label,
|
|
70
|
-
.form_element.field_integer .label,
|
|
71
|
-
.form_element.field_string .label,
|
|
72
|
-
.form_element.field_text .label {
|
|
69
|
+
#cms_body .form_element.field_datetime .label,
|
|
70
|
+
#cms_body .form_element.field_integer .label,
|
|
71
|
+
#cms_body .form_element.field_string .label,
|
|
72
|
+
#cms_body .form_element.field_text .label {
|
|
73
73
|
border-color: #48699C;
|
|
74
74
|
}
|
|
75
|
-
.form_element.page_datetime .label,
|
|
76
|
-
.form_element.page_integer .label,
|
|
77
|
-
.form_element.page_string .label,
|
|
78
|
-
.form_element.page_text .label,
|
|
79
|
-
.form_element.page_rich_text .label {
|
|
75
|
+
#cms_body .form_element.page_datetime .label,
|
|
76
|
+
#cms_body .form_element.page_integer .label,
|
|
77
|
+
#cms_body .form_element.page_string .label,
|
|
78
|
+
#cms_body .form_element.page_text .label,
|
|
79
|
+
#cms_body .form_element.page_rich_text .label {
|
|
80
80
|
border-color: #3F7300;
|
|
81
81
|
}
|
|
82
|
-
.form_error {
|
|
82
|
+
#cms_body .form_error {
|
|
83
83
|
background-color: #9e0b0f;
|
|
84
84
|
font-size: 14px;
|
|
85
85
|
color: #fff;
|
|
@@ -87,31 +87,31 @@
|
|
|
87
87
|
text-align: center;
|
|
88
88
|
margin-bottom: 10px;
|
|
89
89
|
}
|
|
90
|
-
.form_element.errors .label {
|
|
90
|
+
#cms_body .form_element.errors .label {
|
|
91
91
|
border-color: #9e0b0f;
|
|
92
92
|
}
|
|
93
|
-
.form_element.errors .errors {
|
|
93
|
+
#cms_body .form_element.errors .errors {
|
|
94
94
|
margin: 2px 0px 0px 150px;
|
|
95
95
|
font-size: 11px;
|
|
96
96
|
color: #9e0b0f;
|
|
97
97
|
}
|
|
98
|
-
.form_element.submit_element {
|
|
98
|
+
#cms_body .form_element.submit_element {
|
|
99
99
|
margin-top: 10px;
|
|
100
100
|
}
|
|
101
|
-
.form_element.submit_element .value {
|
|
101
|
+
#cms_body .form_element.submit_element .value {
|
|
102
102
|
background-color: #f1f1f1;
|
|
103
103
|
border-radius: 3px;
|
|
104
104
|
-moz-border-radius: 3px;
|
|
105
105
|
padding: 5px;
|
|
106
106
|
}
|
|
107
|
-
.form_element.submit_element label {
|
|
107
|
+
#cms_body .form_element.submit_element label {
|
|
108
108
|
margin: 0px 5px;
|
|
109
109
|
}
|
|
110
|
-
.form_element.submit_element input[name='commit'],
|
|
111
|
-
.form_element.submit_element input[name='save'] {
|
|
110
|
+
#cms_body .form_element.submit_element input[name='commit'],
|
|
111
|
+
#cms_body .form_element.submit_element input[name='save'] {
|
|
112
112
|
float: right;
|
|
113
113
|
}
|
|
114
|
-
.form_element .desc {
|
|
114
|
+
#cms_body .form_element .desc {
|
|
115
115
|
margin: 2px 0px 0px 150px;
|
|
116
116
|
font-size: 11px;
|
|
117
117
|
color: #777;
|
|
@@ -1,39 +1,42 @@
|
|
|
1
1
|
/* -- Containers --------------------------------------------------------- */
|
|
2
|
-
html
|
|
2
|
+
html {
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
body#cms_body {
|
|
3
6
|
height: 100%;
|
|
4
7
|
background-color: #252525;
|
|
5
8
|
}
|
|
6
|
-
.body_wrapper {
|
|
9
|
+
#cms_body .body_wrapper {
|
|
7
10
|
height: 100%;
|
|
8
11
|
}
|
|
9
|
-
.left_column {
|
|
12
|
+
#cms_body .left_column {
|
|
10
13
|
width: 175px;
|
|
11
14
|
float: left;
|
|
12
15
|
}
|
|
13
|
-
.center_column {
|
|
16
|
+
#cms_body .center_column {
|
|
14
17
|
position: relative;
|
|
15
18
|
margin: 0px 250px 0px 175px;
|
|
16
19
|
min-height: 100%;
|
|
17
20
|
background-color: #e6e6e6;
|
|
18
21
|
}
|
|
19
|
-
.center_column .center_column_content {
|
|
22
|
+
#cms_body .center_column .center_column_content {
|
|
20
23
|
padding: 25px;
|
|
21
24
|
}
|
|
22
|
-
.right_column {
|
|
25
|
+
#cms_body .right_column {
|
|
23
26
|
width: 250px;
|
|
24
27
|
float: right;
|
|
25
28
|
}
|
|
26
|
-
.right_column_content {
|
|
29
|
+
#cms_body .right_column_content {
|
|
27
30
|
padding: 25px 10px;
|
|
28
31
|
width: 230px;
|
|
29
32
|
position: fixed;
|
|
30
33
|
}
|
|
31
|
-
.left_column_content {
|
|
34
|
+
#cms_body .left_column_content {
|
|
32
35
|
padding: 25px 0px 25px 10px;
|
|
33
36
|
width: 165px;
|
|
34
37
|
position: fixed;
|
|
35
38
|
}
|
|
36
|
-
.left_column_content ul.nav a {
|
|
39
|
+
#cms_body .left_column_content ul.nav a {
|
|
37
40
|
display: block;
|
|
38
41
|
padding: 3px 10px;
|
|
39
42
|
margin-bottom: 5px;
|
|
@@ -48,17 +51,17 @@ html, body {
|
|
|
48
51
|
color: #fff;
|
|
49
52
|
opacity: 0.3;
|
|
50
53
|
}
|
|
51
|
-
.left_column_content ul.nav a:hover,
|
|
52
|
-
.left_column_content ul.nav a.active {
|
|
54
|
+
#cms_body .left_column_content ul.nav a:hover,
|
|
55
|
+
#cms_body .left_column_content ul.nav a.active {
|
|
53
56
|
color: #fff;
|
|
54
57
|
opacity: 1;
|
|
55
58
|
}
|
|
56
|
-
.right_column_content h2 {
|
|
59
|
+
#cms_body .right_column_content h2 {
|
|
57
60
|
color: #d8d8d8;
|
|
58
61
|
text-shadow: #000 1px 1px;
|
|
59
62
|
margin-bottom: 5px;
|
|
60
63
|
}
|
|
61
|
-
.right_column_content .box {
|
|
64
|
+
#cms_body .right_column_content .box {
|
|
62
65
|
background-color: #484848;
|
|
63
66
|
padding: 5px;
|
|
64
67
|
border-radius: 3px;
|
|
@@ -68,24 +71,24 @@ html, body {
|
|
|
68
71
|
color: #fff;
|
|
69
72
|
}
|
|
70
73
|
/* -- Flash Messages ----------------------------------------------------- */
|
|
71
|
-
.flash {
|
|
74
|
+
#cms_body .flash {
|
|
72
75
|
text-align: center;
|
|
73
76
|
padding: 8px;
|
|
74
77
|
color: #fff;
|
|
75
78
|
background-color: #066B12;
|
|
76
79
|
}
|
|
77
|
-
.flash.error {
|
|
80
|
+
#cms_body .flash.error {
|
|
78
81
|
background-color: #9e0b0f;
|
|
79
82
|
}
|
|
80
83
|
/* -- Buttons ------------------------------------------------------------ */
|
|
81
|
-
a.button,
|
|
82
|
-
button,
|
|
83
|
-
input[type='button'],
|
|
84
|
-
input[type='submit'],
|
|
85
|
-
input[type='reset'],
|
|
86
|
-
input[type='file'],
|
|
87
|
-
.action_links a,
|
|
88
|
-
a.ui-dialog-titlebar-close {
|
|
84
|
+
#cms_body a.button,
|
|
85
|
+
#cms_body button,
|
|
86
|
+
#cms_body input[type='button'],
|
|
87
|
+
#cms_body input[type='submit'],
|
|
88
|
+
#cms_body input[type='reset'],
|
|
89
|
+
#cms_body input[type='file'],
|
|
90
|
+
#cms_body .action_links a,
|
|
91
|
+
#cms_body a.ui-dialog-titlebar-close {
|
|
89
92
|
margin-left: 3px;
|
|
90
93
|
background-color: #b4b4b4;
|
|
91
94
|
color: #1b1b1b;
|
|
@@ -99,34 +102,34 @@ a.ui-dialog-titlebar-close {
|
|
|
99
102
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(34%,#D5D5D5), color-stop(100%,#B4B4B4));
|
|
100
103
|
text-shadow: #f5f5f5 1px 1px;
|
|
101
104
|
}
|
|
102
|
-
a.button:hover,
|
|
103
|
-
button:hover,
|
|
104
|
-
input[type='button']:hover,
|
|
105
|
-
input[type='submit']:hover,
|
|
106
|
-
input[type='reset']:hover,
|
|
107
|
-
input[type='file']:hover,
|
|
108
|
-
.action_links a:hover,
|
|
109
|
-
a.ui-dialog-titlebar-close:hover {
|
|
105
|
+
#cms_body a.button:hover,
|
|
106
|
+
#cms_body button:hover,
|
|
107
|
+
#cms_body input[type='button']:hover,
|
|
108
|
+
#cms_body input[type='submit']:hover,
|
|
109
|
+
#cms_body input[type='reset']:hover,
|
|
110
|
+
#cms_body input[type='file']:hover,
|
|
111
|
+
#cms_body .action_links a:hover,
|
|
112
|
+
#cms_body a.ui-dialog-titlebar-close:hover {
|
|
110
113
|
box-shadow: inset 0px 0px 5px #aaa;
|
|
111
114
|
-moz-box-shadow: inset 0px 0px 5px #aaa;
|
|
112
115
|
-webkit-box-shadow: inset 0px 0px 5px #aaa;
|
|
113
116
|
border-color: #484848;
|
|
114
117
|
}
|
|
115
|
-
a.button.big,
|
|
116
|
-
button,
|
|
117
|
-
input[type='button'],
|
|
118
|
-
input[type='submit'],
|
|
119
|
-
input[type='reset'],
|
|
120
|
-
input[type='file'] {
|
|
118
|
+
#cms_body a.button.big,
|
|
119
|
+
#cms_body button,
|
|
120
|
+
#cms_body input[type='button'],
|
|
121
|
+
#cms_body input[type='submit'],
|
|
122
|
+
#cms_body input[type='reset'],
|
|
123
|
+
#cms_body input[type='file'] {
|
|
121
124
|
padding: 3px 10px;
|
|
122
125
|
font-size: 10px;
|
|
123
126
|
letter-spacing: 0.5px;
|
|
124
127
|
}
|
|
125
|
-
a.button.big {
|
|
128
|
+
#cms_body a.button.big {
|
|
126
129
|
float: right;
|
|
127
130
|
}
|
|
128
131
|
/* -- Sofa Version ------------------------------------------------------- */
|
|
129
|
-
.center_column .sofa {
|
|
132
|
+
#cms_body .center_column .sofa {
|
|
130
133
|
position: absolute;
|
|
131
134
|
background: #000;
|
|
132
135
|
bottom: 0px;
|
|
@@ -135,13 +138,13 @@ a.button.big {
|
|
|
135
138
|
padding: 5px 10px;
|
|
136
139
|
font-size: 10px;
|
|
137
140
|
}
|
|
138
|
-
.center_column .sofa a {
|
|
141
|
+
#cms_body .center_column .sofa a {
|
|
139
142
|
color: #484848;
|
|
140
143
|
}
|
|
141
|
-
.center_column .sofa a:hover {
|
|
144
|
+
#cms_body .center_column .sofa a:hover {
|
|
142
145
|
color: #f1f1f1;
|
|
143
146
|
}
|
|
144
|
-
.center_column .sofa span.version {
|
|
147
|
+
#cms_body .center_column .sofa span.version {
|
|
145
148
|
color: #f1f1f1;
|
|
146
149
|
font-size: 9px;
|
|
147
150
|
margin-left: 2px;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
body {
|
|
1
|
+
body#cms_body {
|
|
2
2
|
font: 13px 'Lucida Grande', 'Tahoma', sans-serif;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
h1 {
|
|
5
|
+
#cms_body h1 {
|
|
6
6
|
font: bold 25px/25px 'Lucida Grande', 'Tahoma', serif;
|
|
7
7
|
margin-bottom: 25px;
|
|
8
8
|
padding-bottom: 5px;
|
|
@@ -10,27 +10,27 @@ h1 {
|
|
|
10
10
|
text-shadow: #fff 1px 1px;
|
|
11
11
|
border-bottom: 2px solid #9f9f9f;
|
|
12
12
|
}
|
|
13
|
-
h2 {
|
|
13
|
+
#cms_body h2 {
|
|
14
14
|
font: bold 16px/16px 'Lucida Grande', 'Tahoma', serif;
|
|
15
15
|
text-shadow: #fff 1px 1px;
|
|
16
16
|
margin-bottom: 15px;
|
|
17
17
|
}
|
|
18
|
-
h1 + h2 {
|
|
18
|
+
#cms_body h1 + h2 {
|
|
19
19
|
margin-top: -15px;
|
|
20
20
|
}
|
|
21
|
-
a {
|
|
21
|
+
#cms_body a {
|
|
22
22
|
text-decoration: none;
|
|
23
23
|
color: #384E66;
|
|
24
24
|
}
|
|
25
|
-
a:hover {
|
|
25
|
+
#cms_body a:hover {
|
|
26
26
|
color: #1C2733;
|
|
27
27
|
}
|
|
28
|
-
strong {
|
|
28
|
+
#cms_body strong {
|
|
29
29
|
font-weight: bold;
|
|
30
30
|
}
|
|
31
|
-
em {
|
|
31
|
+
#cms_body em {
|
|
32
32
|
font-style: italic;
|
|
33
33
|
}
|
|
34
|
-
code {
|
|
34
|
+
#cms_body code {
|
|
35
35
|
font: 13px Consolas, Monaco, Courier New, Courier, monospace;
|
|
36
36
|
}
|
|
@@ -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.3.
|
|
8
|
+
s.version = "1.3.7"
|
|
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"]
|
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.3.
|
|
4
|
+
version: 1.3.7
|
|
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: &70175748607080 !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: *70175748607080
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: active_link_to
|
|
29
|
-
requirement: &
|
|
29
|
+
requirement: &70175748602620 !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: *70175748602620
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: paperclip
|
|
40
|
-
requirement: &
|
|
40
|
+
requirement: &70175748597980 !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: *70175748597980
|
|
49
49
|
description: ''
|
|
50
50
|
email: oleg@theworkinggroup.ca
|
|
51
51
|
executables: []
|
|
@@ -321,7 +321,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
321
321
|
version: '0'
|
|
322
322
|
segments:
|
|
323
323
|
- 0
|
|
324
|
-
hash:
|
|
324
|
+
hash: 1037417411978385818
|
|
325
325
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
326
326
|
none: false
|
|
327
327
|
requirements:
|