contour 0.3.1 → 0.3.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.
- data/CHANGELOG.rdoc +5 -0
- data/app/views/contour/authentications/_index.html.erb +1 -1
- data/app/views/contour/authentications/_menu.html.erb +1 -1
- data/app/views/contour/authentications/index.html.erb +1 -1
- data/app/views/contour/passwords/new.html.erb +1 -1
- data/app/views/contour/registrations/new.html.erb +1 -1
- data/app/views/contour/sessions/new.html.erb +1 -1
- data/lib/contour/version.rb +1 -1
- data/vendor/assets/images/{stock → contour}/addfile.png +0 -0
- data/vendor/assets/images/{stock → contour}/blank.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/cas_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/cas_64.png +0 -0
- data/vendor/assets/images/{stock → contour}/cross.png +0 -0
- data/vendor/assets/images/{stock → contour}/delete.png +0 -0
- data/vendor/assets/images/{stock → contour}/doc.png +0 -0
- data/vendor/assets/images/{stock → contour}/download.png +0 -0
- data/vendor/assets/images/{stock → contour}/edit.png +0 -0
- data/vendor/assets/images/{stock → contour}/email.png +0 -0
- data/vendor/assets/images/{stock → contour}/external.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/facebook_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/facebook_64.png +0 -0
- data/vendor/assets/images/{stock → contour}/favorite_no.png +0 -0
- data/vendor/assets/images/{stock → contour}/favorite_yes.png +0 -0
- data/vendor/assets/images/{stock → contour}/feed.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/google_apps_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/google_apps_64.png +0 -0
- data/vendor/assets/images/{stock → contour}/im.png +0 -0
- data/vendor/assets/images/{stock → contour}/information.png +0 -0
- data/vendor/assets/images/{stock → contour}/key.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/ldap_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/ldap_64.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/linkedin_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/linkedin_64.png +0 -0
- data/vendor/assets/images/{stock → contour}/mydocuments.png +0 -0
- data/vendor/assets/images/{stock → contour}/open.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/openid_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/openid_64.png +0 -0
- data/vendor/assets/images/{stock → contour}/pdf.png +0 -0
- data/vendor/assets/images/{stock → contour}/save.png +0 -0
- data/vendor/assets/images/{stock → contour}/tag_blue.png +0 -0
- data/vendor/assets/images/{stock → contour}/tag_green.png +0 -0
- data/vendor/assets/images/{stock → contour}/tag_neutral.png +0 -0
- data/vendor/assets/images/{stock → contour}/tag_red.png +0 -0
- data/vendor/assets/images/{stock → contour}/tick.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/twitter_32.png +0 -0
- data/vendor/assets/images/{authbuttons → contour}/twitter_64.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_217bc0_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_469bdd_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_6da8d5_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_d8e7f3_256x240.png +0 -0
- data/vendor/assets/images/{redmond → contour}/ui-icons_f9bd01_256x240.png +0 -0
- data/vendor/assets/images/{stock → contour}/visited.png +0 -0
- data/vendor/assets/images/{stock → contour}/xls.png +0 -0
- data/vendor/assets/stylesheets/{external/bluetrip-screen.css → bluetrip-screen.css} +9 -9
- data/vendor/assets/stylesheets/contour.css +2 -2
- data/vendor/assets/stylesheets/{external/jquery-ui-1.8.10.custom.css → jquery-ui-1.8.10.custom.css} +17 -17
- metadata +63 -63
data/CHANGELOG.rdoc
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<% image_name = provider.to_s.downcase %>
|
|
17
17
|
<% end %>
|
|
18
18
|
<td style="white-space:nowrap;text-align:center;border-width:0px">
|
|
19
|
-
<a href="<%= SITE_URL %>/<%= OmniAuth.config.path_prefix.split('/').last.to_s %>/<%= provider.to_s.downcase %><%= url_params %>" class="noicon"><%= image_tag "
|
|
19
|
+
<a href="<%= SITE_URL %>/<%= OmniAuth.config.path_prefix.split('/').last.to_s %>/<%= provider.to_s.downcase %><%= url_params %>" class="noicon"><%= image_tag "contour/#{image_name}_64.png", :align => 'absmiddle', :size => "64x64", :alt => provider_name %></a>
|
|
20
20
|
<br /><br />
|
|
21
21
|
<%= provider_name %>
|
|
22
22
|
</td>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<div style="float:right;margin-right:15px;width:32px;position:relative">
|
|
18
18
|
<div style="position:absolute;top:-4px">
|
|
19
19
|
<a href="<%= SITE_URL %>/<%= OmniAuth.config.path_prefix.split('/').last.to_s %>/<%= provider.to_s.downcase %><%= url_params %>" class="noicon">
|
|
20
|
-
<%= image_tag "
|
|
20
|
+
<%= image_tag "contour/#{image_name}_32.png", :align => 'absmiddle', :size => "28x28", :title => provider_name %>
|
|
21
21
|
</a>
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<div class="authentications">
|
|
10
10
|
<% for authentication in @authentications %>
|
|
11
11
|
<div class="authentication">
|
|
12
|
-
<%= image_tag "
|
|
12
|
+
<%= image_tag "contour/#{authentication.provider}_32.png", :size => "32x32" %>
|
|
13
13
|
<div class="provider"><%= authentication.provider.titleize %></div>
|
|
14
14
|
<div class="uid"><%= authentication.uid %></div>
|
|
15
15
|
<%= link_to "X", authentication, :confirm => 'Are you sure you want to remove this authentication option?', :method => :delete, :class => "remove" %>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</fieldset>
|
|
13
13
|
<div class="actions">
|
|
14
14
|
<% form_name = 'user_new' %>
|
|
15
|
-
<%= link_to_function image_tag('
|
|
15
|
+
<%= link_to_function image_tag('contour/tick.png', :alt => '') + "Send me reset password instructions", "$('##{form_name}').submit();", :class => "button positive" %>
|
|
16
16
|
<div style="clear:both"></div><br />
|
|
17
17
|
<%= link_to "Login here!", new_session_path(resource_name) %> or <%= link_to "Register here!", new_registration_path(resource_name) %>
|
|
18
18
|
</div>
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</fieldset>
|
|
35
35
|
<div class="actions">
|
|
36
36
|
<% form_name = 'user_new' %>
|
|
37
|
-
<%= link_to_function image_tag('
|
|
37
|
+
<%= link_to_function image_tag('contour/tick.png', :alt => '') + "Sign up", "$('##{form_name}').submit();", :class => "button positive" %>
|
|
38
38
|
<div style="clear:both"></div><br />
|
|
39
39
|
<%= link_to "Already signed up? Login here!", new_session_path(resource_name) %>
|
|
40
40
|
</div>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</fieldset>
|
|
16
16
|
<div class="actions">
|
|
17
17
|
<% form_name = 'user_new' %>
|
|
18
|
-
<%= link_to_function image_tag('
|
|
18
|
+
<%= link_to_function image_tag('contour/tick.png', :alt => '') + "Login", "$('##{form_name}').submit();", :class => "button positive" %>
|
|
19
19
|
<% if devise_mapping.rememberable? -%>
|
|
20
20
|
<div style="padding-top:5px;padding-bottom:4px;"><%= f.check_box :remember_me %> <%= f.label :remember_me %></div>
|
|
21
21
|
<% end -%>
|
data/lib/contour/version.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -94,7 +94,7 @@ code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about
|
|
|
94
94
|
|
|
95
95
|
/*** 24 COLUMN GRID ***/
|
|
96
96
|
.container {width:950px;margin:0 auto;}
|
|
97
|
-
.showgrid {background:url(
|
|
97
|
+
.showgrid {background:url(contour/grid.png);}
|
|
98
98
|
body {margin:1.5em 0;}
|
|
99
99
|
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {float:left;margin-right:10px;}
|
|
100
100
|
div.span-24 {float:left;}
|
|
@@ -250,20 +250,20 @@ a[href$=".rdf"],
|
|
|
250
250
|
a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }
|
|
251
251
|
|
|
252
252
|
/*** EXTERNAL LINK ICONS ***/
|
|
253
|
-
a[href^="http:"] { background-image: url(
|
|
254
|
-
a[href^="mailto:"] { background-image: url(
|
|
255
|
-
a[href^="http:"]:visited { background-image: url(
|
|
253
|
+
a[href^="http:"] { background-image: url(contour/external.png); padding-right: 14px; }
|
|
254
|
+
a[href^="mailto:"] { background-image: url(contour/email.png); }
|
|
255
|
+
a[href^="http:"]:visited { background-image: url(contour/visited.png); }
|
|
256
256
|
|
|
257
257
|
/*** FILE LINK ICONS ***/
|
|
258
|
-
a[href$=".pdf"] { background-image: url(
|
|
258
|
+
a[href$=".pdf"] { background-image: url(contour/pdf.png); }
|
|
259
259
|
a[href$=".doc"],
|
|
260
|
-
a[href$=".docx"] { background-image: url(
|
|
261
|
-
a[href$=".xls"] { background-image: url(
|
|
260
|
+
a[href$=".docx"] { background-image: url(contour/doc.png); }
|
|
261
|
+
a[href$=".xls"] { background-image: url(contour/xls.png); }
|
|
262
262
|
|
|
263
263
|
/*** MISCELLANEOUS LINK ICONS ***/
|
|
264
264
|
a[href$=".rss"],
|
|
265
|
-
a[href$=".rdf"] { background-image: url(
|
|
266
|
-
a[href^="aim:"] { background-image: url(
|
|
265
|
+
a[href$=".rdf"] { background-image: url(contour/feed.png); }
|
|
266
|
+
a[href^="aim:"] { background-image: url(contour/im.png); }
|
|
267
267
|
a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }
|
|
268
268
|
|
|
269
269
|
/*** TEXT CLASSES ***/
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
4
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
5
|
*= require_self
|
|
6
|
-
*= require
|
|
7
|
-
*= require
|
|
6
|
+
*= require jquery-ui-1.8.10.custom
|
|
7
|
+
*= require bluetrip-screen
|
|
8
8
|
*= require contour/global
|
|
9
9
|
*= require contour/header
|
|
10
10
|
*= require contour/message
|
data/vendor/assets/stylesheets/{external/jquery-ui-1.8.10.custom.css → jquery-ui-1.8.10.custom.css}
RENAMED
|
@@ -59,26 +59,26 @@
|
|
|
59
59
|
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
|
|
60
60
|
.ui-widget .ui-widget { font-size: 1em; }
|
|
61
61
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
|
|
62
|
-
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(
|
|
62
|
+
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(contour/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
|
|
63
63
|
.ui-widget-content a { color: #222222; }
|
|
64
|
-
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(
|
|
64
|
+
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(contour/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
|
|
65
65
|
.ui-widget-header a { color: #ffffff; }
|
|
66
66
|
|
|
67
67
|
/* Interaction states
|
|
68
68
|
----------------------------------*/
|
|
69
|
-
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(
|
|
69
|
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(contour/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
|
|
70
70
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
|
|
71
|
-
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(
|
|
71
|
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(contour/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
|
|
72
72
|
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
|
|
73
|
-
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(
|
|
73
|
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(contour/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
|
|
74
74
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
|
|
75
75
|
.ui-widget :active { outline: none; }
|
|
76
76
|
|
|
77
77
|
/* Interaction Cues
|
|
78
78
|
----------------------------------*/
|
|
79
|
-
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(
|
|
79
|
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(contour/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
|
|
80
80
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
|
81
|
-
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(
|
|
81
|
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(contour/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
|
82
82
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
|
83
83
|
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
|
84
84
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
----------------------------------*/
|
|
90
90
|
|
|
91
91
|
/* states and images */
|
|
92
|
-
.ui-icon { width: 16px; height: 16px; background-image: url(
|
|
93
|
-
.ui-widget-content .ui-icon {background-image: url(
|
|
94
|
-
.ui-widget-header .ui-icon {background-image: url(
|
|
95
|
-
.ui-state-default .ui-icon { background-image: url(
|
|
96
|
-
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(
|
|
97
|
-
.ui-state-active .ui-icon {background-image: url(
|
|
98
|
-
.ui-state-highlight .ui-icon {background-image: url(
|
|
99
|
-
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(
|
|
92
|
+
.ui-icon { width: 16px; height: 16px; background-image: url(contour/ui-icons_469bdd_256x240.png); }
|
|
93
|
+
.ui-widget-content .ui-icon {background-image: url(contour/ui-icons_469bdd_256x240.png); }
|
|
94
|
+
.ui-widget-header .ui-icon {background-image: url(contour/ui-icons_d8e7f3_256x240.png); }
|
|
95
|
+
.ui-state-default .ui-icon { background-image: url(contour/ui-icons_6da8d5_256x240.png); }
|
|
96
|
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(contour/ui-icons_217bc0_256x240.png); }
|
|
97
|
+
.ui-state-active .ui-icon {background-image: url(contour/ui-icons_f9bd01_256x240.png); }
|
|
98
|
+
.ui-state-highlight .ui-icon {background-image: url(contour/ui-icons_2e83ff_256x240.png); }
|
|
99
|
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(contour/ui-icons_cd0a0a_256x240.png); }
|
|
100
100
|
|
|
101
101
|
/* positioning */
|
|
102
102
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
|
@@ -291,8 +291,8 @@
|
|
|
291
291
|
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
|
|
292
292
|
|
|
293
293
|
/* Overlays */
|
|
294
|
-
.ui-widget-overlay { background: #aaaaaa url(
|
|
295
|
-
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(
|
|
294
|
+
.ui-widget-overlay { background: #aaaaaa url(contour/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
|
295
|
+
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(contour/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
|
|
296
296
|
* jQuery UI Resizable 1.8.10
|
|
297
297
|
*
|
|
298
298
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contour
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-09-
|
|
12
|
+
date: 2011-09-06 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: devise
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70307445387320 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 1.4.4
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70307445387320
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: omniauth
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70307445386780 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: 0.2.6
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70307445386780
|
|
36
36
|
description: Basic Rails Framework files and assets for layout and authentication
|
|
37
37
|
email: remosm@gmail.com
|
|
38
38
|
executables: []
|
|
@@ -75,61 +75,61 @@ files:
|
|
|
75
75
|
- test/functional/registrations_controller_test.rb
|
|
76
76
|
- test/unit/authentication_test.rb
|
|
77
77
|
- test/unit/helpers/registrations_helper_test.rb
|
|
78
|
-
- vendor/assets/images/
|
|
79
|
-
- vendor/assets/images/
|
|
80
|
-
- vendor/assets/images/
|
|
81
|
-
- vendor/assets/images/
|
|
82
|
-
- vendor/assets/images/
|
|
83
|
-
- vendor/assets/images/
|
|
84
|
-
- vendor/assets/images/
|
|
85
|
-
- vendor/assets/images/
|
|
86
|
-
- vendor/assets/images/
|
|
87
|
-
- vendor/assets/images/
|
|
88
|
-
- vendor/assets/images/
|
|
89
|
-
- vendor/assets/images/
|
|
90
|
-
- vendor/assets/images/
|
|
91
|
-
- vendor/assets/images/
|
|
92
|
-
- vendor/assets/images/
|
|
93
|
-
- vendor/assets/images/
|
|
94
|
-
- vendor/assets/images/
|
|
95
|
-
- vendor/assets/images/
|
|
96
|
-
- vendor/assets/images/
|
|
97
|
-
- vendor/assets/images/
|
|
98
|
-
- vendor/assets/images/
|
|
99
|
-
- vendor/assets/images/
|
|
100
|
-
- vendor/assets/images/
|
|
101
|
-
- vendor/assets/images/
|
|
102
|
-
- vendor/assets/images/
|
|
103
|
-
- vendor/assets/images/
|
|
104
|
-
- vendor/assets/images/
|
|
105
|
-
- vendor/assets/images/
|
|
106
|
-
- vendor/assets/images/
|
|
107
|
-
- vendor/assets/images/
|
|
108
|
-
- vendor/assets/images/
|
|
109
|
-
- vendor/assets/images/
|
|
110
|
-
- vendor/assets/images/
|
|
111
|
-
- vendor/assets/images/
|
|
112
|
-
- vendor/assets/images/
|
|
113
|
-
- vendor/assets/images/
|
|
114
|
-
- vendor/assets/images/
|
|
115
|
-
- vendor/assets/images/
|
|
116
|
-
- vendor/assets/images/
|
|
117
|
-
- vendor/assets/images/
|
|
118
|
-
- vendor/assets/images/
|
|
119
|
-
- vendor/assets/images/
|
|
120
|
-
- vendor/assets/images/
|
|
121
|
-
- vendor/assets/images/
|
|
122
|
-
- vendor/assets/images/
|
|
123
|
-
- vendor/assets/images/
|
|
124
|
-
- vendor/assets/images/
|
|
125
|
-
- vendor/assets/images/
|
|
126
|
-
- vendor/assets/images/
|
|
127
|
-
- vendor/assets/images/
|
|
128
|
-
- vendor/assets/images/
|
|
129
|
-
- vendor/assets/images/
|
|
130
|
-
- vendor/assets/images/
|
|
131
|
-
- vendor/assets/images/
|
|
132
|
-
- vendor/assets/images/
|
|
78
|
+
- vendor/assets/images/contour/addfile.png
|
|
79
|
+
- vendor/assets/images/contour/blank.png
|
|
80
|
+
- vendor/assets/images/contour/cas_32.png
|
|
81
|
+
- vendor/assets/images/contour/cas_64.png
|
|
82
|
+
- vendor/assets/images/contour/cross.png
|
|
83
|
+
- vendor/assets/images/contour/delete.png
|
|
84
|
+
- vendor/assets/images/contour/doc.png
|
|
85
|
+
- vendor/assets/images/contour/download.png
|
|
86
|
+
- vendor/assets/images/contour/edit.png
|
|
87
|
+
- vendor/assets/images/contour/email.png
|
|
88
|
+
- vendor/assets/images/contour/external.png
|
|
89
|
+
- vendor/assets/images/contour/facebook_32.png
|
|
90
|
+
- vendor/assets/images/contour/facebook_64.png
|
|
91
|
+
- vendor/assets/images/contour/favorite_no.png
|
|
92
|
+
- vendor/assets/images/contour/favorite_yes.png
|
|
93
|
+
- vendor/assets/images/contour/feed.png
|
|
94
|
+
- vendor/assets/images/contour/google_apps_32.png
|
|
95
|
+
- vendor/assets/images/contour/google_apps_64.png
|
|
96
|
+
- vendor/assets/images/contour/im.png
|
|
97
|
+
- vendor/assets/images/contour/information.png
|
|
98
|
+
- vendor/assets/images/contour/key.png
|
|
99
|
+
- vendor/assets/images/contour/ldap_32.png
|
|
100
|
+
- vendor/assets/images/contour/ldap_64.png
|
|
101
|
+
- vendor/assets/images/contour/linkedin_32.png
|
|
102
|
+
- vendor/assets/images/contour/linkedin_64.png
|
|
103
|
+
- vendor/assets/images/contour/mydocuments.png
|
|
104
|
+
- vendor/assets/images/contour/open.png
|
|
105
|
+
- vendor/assets/images/contour/openid_32.png
|
|
106
|
+
- vendor/assets/images/contour/openid_64.png
|
|
107
|
+
- vendor/assets/images/contour/pdf.png
|
|
108
|
+
- vendor/assets/images/contour/save.png
|
|
109
|
+
- vendor/assets/images/contour/tag_blue.png
|
|
110
|
+
- vendor/assets/images/contour/tag_green.png
|
|
111
|
+
- vendor/assets/images/contour/tag_neutral.png
|
|
112
|
+
- vendor/assets/images/contour/tag_red.png
|
|
113
|
+
- vendor/assets/images/contour/tick.png
|
|
114
|
+
- vendor/assets/images/contour/twitter_32.png
|
|
115
|
+
- vendor/assets/images/contour/twitter_64.png
|
|
116
|
+
- vendor/assets/images/contour/ui-bg_flat_0_aaaaaa_40x100.png
|
|
117
|
+
- vendor/assets/images/contour/ui-bg_flat_55_fbec88_40x100.png
|
|
118
|
+
- vendor/assets/images/contour/ui-bg_glass_75_d0e5f5_1x400.png
|
|
119
|
+
- vendor/assets/images/contour/ui-bg_glass_85_dfeffc_1x400.png
|
|
120
|
+
- vendor/assets/images/contour/ui-bg_glass_95_fef1ec_1x400.png
|
|
121
|
+
- vendor/assets/images/contour/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
|
122
|
+
- vendor/assets/images/contour/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
|
123
|
+
- vendor/assets/images/contour/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
|
124
|
+
- vendor/assets/images/contour/ui-icons_217bc0_256x240.png
|
|
125
|
+
- vendor/assets/images/contour/ui-icons_2e83ff_256x240.png
|
|
126
|
+
- vendor/assets/images/contour/ui-icons_469bdd_256x240.png
|
|
127
|
+
- vendor/assets/images/contour/ui-icons_6da8d5_256x240.png
|
|
128
|
+
- vendor/assets/images/contour/ui-icons_cd0a0a_256x240.png
|
|
129
|
+
- vendor/assets/images/contour/ui-icons_d8e7f3_256x240.png
|
|
130
|
+
- vendor/assets/images/contour/ui-icons_f9bd01_256x240.png
|
|
131
|
+
- vendor/assets/images/contour/visited.png
|
|
132
|
+
- vendor/assets/images/contour/xls.png
|
|
133
133
|
- vendor/assets/javascripts/contour.js
|
|
134
134
|
- vendor/assets/javascripts/contour/errors.js.coffee
|
|
135
135
|
- vendor/assets/javascripts/contour/global.js.coffee
|
|
@@ -139,6 +139,7 @@ files:
|
|
|
139
139
|
- vendor/assets/javascripts/external/highcharts-2.1.4.src.js
|
|
140
140
|
- vendor/assets/javascripts/external/jquery-ui-1.8.10.custom.min.js
|
|
141
141
|
- vendor/assets/javascripts/external/waypoints.js
|
|
142
|
+
- vendor/assets/stylesheets/bluetrip-screen.css
|
|
142
143
|
- vendor/assets/stylesheets/contour.css
|
|
143
144
|
- vendor/assets/stylesheets/contour/authentication.css
|
|
144
145
|
- vendor/assets/stylesheets/contour/global.css
|
|
@@ -146,8 +147,7 @@ files:
|
|
|
146
147
|
- vendor/assets/stylesheets/contour/menu.css
|
|
147
148
|
- vendor/assets/stylesheets/contour/message.css
|
|
148
149
|
- vendor/assets/stylesheets/contour/popup.css
|
|
149
|
-
- vendor/assets/stylesheets/
|
|
150
|
-
- vendor/assets/stylesheets/external/jquery-ui-1.8.10.custom.css
|
|
150
|
+
- vendor/assets/stylesheets/jquery-ui-1.8.10.custom.css
|
|
151
151
|
homepage: https://github.com/remomueller
|
|
152
152
|
licenses: []
|
|
153
153
|
post_install_message:
|