contour 1.1.2.pre2 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +46 -46
- data/LICENSE +28 -28
- data/README.rdoc +3 -3
- data/contour.gemspec +2 -2
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +238 -0
- metadata +9 -9
data/CHANGELOG.rdoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
== 1.1.2
|
1
|
+
== 1.1.2 (January 3, 2013)
|
2
2
|
|
3
3
|
* Enhancements
|
4
4
|
* Recommended Ruby bumped to 1.9.3-p327
|
@@ -7,16 +7,16 @@
|
|
7
7
|
* Kaminari Pagination styling now provided, available themes:
|
8
8
|
* <%= paginate @items, theme: "contour[-large|-small|-mini]" %>
|
9
9
|
* Update Gem Dependencies
|
10
|
-
* rails 3.2.
|
10
|
+
* rails 3.2.10, jquery-rails 2.1.4, omniauth-cas 1.0.1, omniauth-twitter 0.0.14
|
11
11
|
* Updated Bootstrap-Scroll-Modal to version 1.2
|
12
12
|
* nonStandardClick(event) helper JavaScript added to capture clicks
|
13
13
|
|
14
|
-
== 1.1.1
|
14
|
+
== 1.1.1 (October 30, 2012)
|
15
15
|
|
16
16
|
* Bug Fix
|
17
17
|
* Renamed LICENSE to LICENSE.txt to keep assets from failing to compile in Rails 3.2.9.rc1
|
18
18
|
|
19
|
-
== 1.1.0
|
19
|
+
== 1.1.0 (September 18, 2012)
|
20
20
|
|
21
21
|
* Enhancements
|
22
22
|
* Updated jQuery UI to 1.8.22, the following modules are included:
|
@@ -29,17 +29,17 @@
|
|
29
29
|
* Breaking Changes
|
30
30
|
* Unobtrusive JS now required, JavaScript is now included at bottom of HTML to improve perceived page load
|
31
31
|
|
32
|
-
== 1.0.6
|
32
|
+
== 1.0.6 (September 10, 2012)
|
33
33
|
|
34
34
|
* Enhancements
|
35
35
|
* Login and Registration API now return authentication token, first_name, last_name, id, and email for JSON requests on successful login
|
36
36
|
|
37
|
-
== 1.0.5
|
37
|
+
== 1.0.5 (August 21, 2012)
|
38
38
|
|
39
39
|
* Bug Fix
|
40
40
|
* IE8 no longer shows security warning due to http reference to shim.js when using https by default
|
41
41
|
|
42
|
-
== 1.0.4
|
42
|
+
== 1.0.4 (August 14, 2012)
|
43
43
|
|
44
44
|
* Enhancements
|
45
45
|
* Rails updated to minimum 3.2.8
|
@@ -52,7 +52,7 @@
|
|
52
52
|
* Testing
|
53
53
|
* Use ActionDispatch for Integration tests instead of ActionController
|
54
54
|
|
55
|
-
== 1.0.3
|
55
|
+
== 1.0.3 (July 11, 2012)
|
56
56
|
|
57
57
|
* Enhancements
|
58
58
|
* JavaScript includes reordered to allow Twitter Bootstrap buttons to be the default $().button() instead of jQuery UI
|
@@ -63,7 +63,7 @@
|
|
63
63
|
* alert_type can be 'success' (default), 'error', 'info', or '', which are green, red, blue, and yellow respectively
|
64
64
|
* overwrite can be <tt>true</tt> (default), or <tt>false</tt> in which case it will append to the already existing alerts
|
65
65
|
|
66
|
-
== 1.0.2
|
66
|
+
== 1.0.2 (June 19, 2012)
|
67
67
|
|
68
68
|
* Enhancements
|
69
69
|
* Rails updated to minimum 3.2.6
|
@@ -75,13 +75,13 @@
|
|
75
75
|
* Subnav Partial added, can be called as follows:
|
76
76
|
* <tt>render partial: 'contour/layouts/subnav', locals: { links: [{name: 'Link A', sublinks: [{name: 'Sublink 1'}, {name: 'Sublink 2'}]}, {name: 'Link B'}]}</tt>
|
77
77
|
|
78
|
-
== 1.0.1
|
78
|
+
== 1.0.1 (June 1, 2012)
|
79
79
|
|
80
80
|
* Enhancements
|
81
81
|
* Rails updated to minimum 3.2.5
|
82
82
|
* Recommended use of Ruby 1.9.3-p194
|
83
83
|
|
84
|
-
== 1.0.0
|
84
|
+
== 1.0.0 (May 31, 2012)
|
85
85
|
|
86
86
|
* Enhancements
|
87
87
|
* Twitter-Bootstrap CSS layout is now default!
|
@@ -107,24 +107,24 @@
|
|
107
107
|
* Authentication model is no longer required to be the user model
|
108
108
|
* Authentication model creation no longer assigns application specific variables, i.e. first_name, last_name
|
109
109
|
|
110
|
-
== 0.10.2
|
110
|
+
== 0.10.2 (March 2, 2012)
|
111
111
|
|
112
112
|
* Bug Fix
|
113
113
|
* CSS fixed for positive and negative classes for buttons
|
114
114
|
|
115
|
-
== 0.10.1
|
115
|
+
== 0.10.1 (February 14, 2012)
|
116
116
|
|
117
117
|
* Enhancements
|
118
118
|
* Added options for setting body_background_{image|color} and link_color
|
119
119
|
* Setting these as arrays will rotate through on a daily basis
|
120
120
|
* Use the month_day configuration to set specific colors/images for select days
|
121
121
|
|
122
|
-
== 0.10.0
|
122
|
+
== 0.10.0 (February 13, 2012)
|
123
123
|
|
124
124
|
* Enhancements
|
125
125
|
* Changes made to accomodate contour template gems like contour-minimalist
|
126
126
|
|
127
|
-
== 0.9.4
|
127
|
+
== 0.9.4 (February 13, 2012)
|
128
128
|
|
129
129
|
* Enhancements
|
130
130
|
* Dependency for Rails updated to 3.2.1 and Devise 2.0.1
|
@@ -134,7 +134,7 @@
|
|
134
134
|
* Testing
|
135
135
|
* Passwords controller test added for "Forget Password"
|
136
136
|
|
137
|
-
== 0.9.3
|
137
|
+
== 0.9.3 (January 20, 2012)
|
138
138
|
|
139
139
|
* Enhancements
|
140
140
|
* Dependency for Rails updated to 3.2.0 and OmniAuth 1.0.2
|
@@ -144,17 +144,17 @@
|
|
144
144
|
* Refactoring
|
145
145
|
* Removed debug logging information
|
146
146
|
|
147
|
-
== 0.9.2
|
147
|
+
== 0.9.2 (January 18, 2012)
|
148
148
|
|
149
149
|
* Bug Fix
|
150
150
|
* HTTP Basic Auth failure fix for Devise added, (Do not use ActiveSupport::Base64, https://github.com/plataformatec/devise/commit/9549a32500301c0a60a41bc31311b6198a8f0670)
|
151
151
|
|
152
|
-
== 0.9.1
|
152
|
+
== 0.9.1 (January 16, 2012)
|
153
153
|
|
154
154
|
* Bug Fix
|
155
155
|
* rails generate contour:install now installs the correct omniauth.rb configuration file
|
156
156
|
|
157
|
-
== 0.9.0
|
157
|
+
== 0.9.0 (January 13, 2012)
|
158
158
|
|
159
159
|
* Enhancements
|
160
160
|
* Updated Contour to work with OmniAuth 1.0
|
@@ -170,7 +170,7 @@
|
|
170
170
|
* Testing
|
171
171
|
* SimpleCov testing updated to show gem test coverage
|
172
172
|
|
173
|
-
== 0.8.4
|
173
|
+
== 0.8.4 (January 12, 2012)
|
174
174
|
|
175
175
|
* Bug Fix
|
176
176
|
* OmniAuth Builder updated to work with Rack 1.4.0
|
@@ -186,7 +186,7 @@
|
|
186
186
|
* Unit Tests for User Model
|
187
187
|
* Continuous Integration using TravisCI (travis-ci.org)
|
188
188
|
|
189
|
-
== 0.8.3
|
189
|
+
== 0.8.3 (January 9, 2012)
|
190
190
|
|
191
191
|
* Enhancements
|
192
192
|
* Added icons from gentleface.com (see LICENSE in /app/assets/images/gentleface/LICENSE)
|
@@ -194,17 +194,17 @@
|
|
194
194
|
<%= image_tag('gentleface/[16|32|48]/checkmark.png') %>
|
195
195
|
* Note: in 1.0.0+ the images/contour/gentleface icons will be removed and be moved to images/gentleface
|
196
196
|
|
197
|
-
== 0.8.2
|
197
|
+
== 0.8.2 (January 9, 2012)
|
198
198
|
|
199
199
|
* Bug Fix
|
200
200
|
* Submit buttons on new registration, new session, and new password have been fixed
|
201
201
|
|
202
|
-
== 0.8.1
|
202
|
+
== 0.8.1 (January 6, 2012)
|
203
203
|
|
204
204
|
* Bug Fix
|
205
205
|
* rake assets:precompile now works due to Sprockets 2.1.2 incorrectly assuming that .src was a x-wais-source file instead of a javascript file
|
206
206
|
|
207
|
-
== 0.8.0
|
207
|
+
== 0.8.0 (January 3, 2012)
|
208
208
|
|
209
209
|
* Enhancements
|
210
210
|
* Updated to require Rails 3.2.x for ~> 0.8.0
|
@@ -219,12 +219,12 @@
|
|
219
219
|
* Bug Fix
|
220
220
|
* Fixed Rails 3.2.x deprecation warning due to passing the format in the template name for render :template
|
221
221
|
|
222
|
-
== 0.7.2
|
222
|
+
== 0.7.2 (January 3, 2012)
|
223
223
|
|
224
224
|
* Bug Fix
|
225
225
|
* Print layouts can now be specified using @media print{} block in CSS
|
226
226
|
|
227
|
-
== 0.7.1
|
227
|
+
== 0.7.1 (December 14, 2011)
|
228
228
|
|
229
229
|
* Bug Fix
|
230
230
|
* Settings default menu item removed
|
@@ -233,7 +233,7 @@
|
|
233
233
|
* Contour Menu Items no longer require a unique id
|
234
234
|
* README updated to reflects that Contour requires Rails 3.1.3 for ~> 0.7.0
|
235
235
|
|
236
|
-
== 0.7.0
|
236
|
+
== 0.7.0 (December 13, 2011)
|
237
237
|
|
238
238
|
* Enhancements
|
239
239
|
* Restructuring gem to be more in line with a gem created by 'rails plugin new'
|
@@ -246,12 +246,12 @@
|
|
246
246
|
* Bug Fix
|
247
247
|
* New Menu system is now IE7+ compatible
|
248
248
|
|
249
|
-
== 0.6.1
|
249
|
+
== 0.6.1 (November 14, 2011)
|
250
250
|
|
251
251
|
* Bug Fix
|
252
252
|
* Samples Index page now correctly displays the Contour version number
|
253
253
|
|
254
|
-
== 0.6.0
|
254
|
+
== 0.6.0 (November 14, 2011)
|
255
255
|
|
256
256
|
* Enhancements
|
257
257
|
* Underlying HighCharts Library updated to 2.1.9 to work with jQuery 1.7.0
|
@@ -260,7 +260,7 @@
|
|
260
260
|
* Bug Fix
|
261
261
|
* CSS classes negative and positive now properly apply color to their corresponding links
|
262
262
|
|
263
|
-
== 0.5.7
|
263
|
+
== 0.5.7 (November 14, 2011)
|
264
264
|
|
265
265
|
* Enhancements
|
266
266
|
* Authentications link is now hidden by default if no additional providers have been specified for Omniauth
|
@@ -268,17 +268,17 @@
|
|
268
268
|
* Bug Fix
|
269
269
|
* Dependency added for jquery-rails 1.0.0 to 1.0.16 since jquery-rails 1.0.17 switches to jQuery 1.7.0 which is incompatible with HighCharts 2.1.4 which requires jQuery 1.6.4
|
270
270
|
|
271
|
-
== 0.5.6
|
271
|
+
== 0.5.6 (October 11, 2011)
|
272
272
|
|
273
273
|
* Bug Fix
|
274
274
|
* SSL Verify Mode set to VERIFY_NONE so that RSS feeds using https can be read and parsed
|
275
275
|
|
276
|
-
== 0.5.5
|
276
|
+
== 0.5.5 (October 10, 2011)
|
277
277
|
|
278
278
|
* Bug Fix
|
279
279
|
* after_inactive_sign_up_path_for is now set to redirect to new_session_path(resource) to properly show message and to avoid redirect when the root_path is not publicly available
|
280
280
|
|
281
|
-
== 0.5.4
|
281
|
+
== 0.5.4 (October 10, 2011)
|
282
282
|
|
283
283
|
* Enhancements
|
284
284
|
* Added arrow.png image asset
|
@@ -288,17 +288,17 @@
|
|
288
288
|
* Refactoring
|
289
289
|
* Code cleanup and additional logger information for Devise Registrations (Omniauth) controller
|
290
290
|
|
291
|
-
== 0.5.3
|
291
|
+
== 0.5.3 (September 30, 2011)
|
292
292
|
|
293
293
|
* Enhancements
|
294
294
|
* Added warning.png image asset
|
295
295
|
|
296
|
-
== 0.5.2
|
296
|
+
== 0.5.2 (September 19, 2011)
|
297
297
|
|
298
298
|
* Bug Fix
|
299
299
|
* Password reset functionality fixed
|
300
300
|
|
301
|
-
== 0.5.1
|
301
|
+
== 0.5.1 (September 12, 2011)
|
302
302
|
|
303
303
|
* Refactoring
|
304
304
|
* Removed debug output
|
@@ -306,7 +306,7 @@
|
|
306
306
|
* Documentation
|
307
307
|
* Contour Walkthrough from an empty Rails 3.1 application now works correctly (# Devise.config.sign_out_via = :delete)
|
308
308
|
|
309
|
-
== 0.5.0
|
309
|
+
== 0.5.0 (September 8, 2011)
|
310
310
|
|
311
311
|
* Enhancements
|
312
312
|
* rails generate contour:install now appends routes
|
@@ -319,7 +319,7 @@
|
|
319
319
|
* Removed registration page requirement for first_name and last_name
|
320
320
|
* Incorrect redirect on LDAP authentication failure for Rails apps on subdomains fixed
|
321
321
|
|
322
|
-
== 0.4.0
|
322
|
+
== 0.4.0 (September 7, 2011)
|
323
323
|
|
324
324
|
* Enhancements
|
325
325
|
* Added new image assets
|
@@ -327,17 +327,17 @@
|
|
327
327
|
* Added application_name_html configuration so that users can specify the html for the application name
|
328
328
|
* :image and :image_options can now be passed to links to specify an image that appears to the right of the link
|
329
329
|
|
330
|
-
== 0.3.2
|
330
|
+
== 0.3.2 (September 6, 2011)
|
331
331
|
|
332
332
|
* Bug Fix
|
333
333
|
* Fixing asset paths in production and development by restructuring asset (image and stylesheet) relative placement
|
334
334
|
|
335
|
-
== 0.3.1
|
335
|
+
== 0.3.1 (September 5, 2011)
|
336
336
|
|
337
337
|
* Bug Fix
|
338
338
|
* Fixed assets location for images specified in the stylesheets
|
339
339
|
|
340
|
-
== 0.3.0
|
340
|
+
== 0.3.0 (September 5, 2011)
|
341
341
|
|
342
342
|
* Enhancements
|
343
343
|
* Update dependencies to Devise 1.4.4, (needed for Rails 3.1.0)
|
@@ -348,23 +348,23 @@
|
|
348
348
|
* Testing
|
349
349
|
* Created limited tests for authentications controller and registrations
|
350
350
|
|
351
|
-
== 0.2.1
|
351
|
+
== 0.2.1 (September 1, 2011)
|
352
352
|
|
353
353
|
* Bug Fix
|
354
354
|
* Apparently add_dependency doesn't work with (= ) signs either
|
355
355
|
|
356
|
-
== 0.2.0
|
356
|
+
== 0.2.0 (September 1, 2011)
|
357
357
|
|
358
358
|
* Enhancements
|
359
359
|
* Stock assets added
|
360
360
|
* Sign in, password reset, and registration pages redesigned
|
361
361
|
|
362
|
-
== 0.1.1
|
362
|
+
== 0.1.1 (September 1, 2011)
|
363
363
|
|
364
364
|
* Bug Fix
|
365
365
|
* Apparently add_dependency doesn't currently work without ~> Set Omniauth dependency to increment on bug fix revision
|
366
366
|
|
367
|
-
== 0.1.0
|
367
|
+
== 0.1.0 (September 1, 2011)
|
368
368
|
|
369
369
|
* Enhancements
|
370
370
|
* Contour can now be used as a default template for the application layout
|
@@ -372,6 +372,6 @@
|
|
372
372
|
* Contour provides CSS based on Bluetrip to provide cross-browser compatiblity
|
373
373
|
* Contour rails generator provides fixes to Rack and Omniauth to allow correct reverse proxy (chaining) authentication to machines behind firewalls
|
374
374
|
|
375
|
-
== 0.0.0
|
375
|
+
== 0.0.0 (August 29, 2011)
|
376
376
|
|
377
377
|
* Skeleton files to compile gem and make it available on rubygems.org
|
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c)
|
1
|
+
Copyright (c) 2013 Remo Mueller
|
2
2
|
https://github.com/remomueller
|
3
3
|
https://rubygems.org/profiles/remomueller
|
4
4
|
|
@@ -12,7 +12,7 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
|
|
12
12
|
Creative Commons
|
13
13
|
Attribution-NonCommercial-ShareAlike 3.0 Unported
|
14
14
|
|
15
|
-
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
|
15
|
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
|
16
16
|
|
17
17
|
License
|
18
18
|
|
@@ -23,23 +23,23 @@ License
|
|
23
23
|
1. Definitions
|
24
24
|
|
25
25
|
a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
|
26
|
-
|
26
|
+
|
27
27
|
b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(g) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.
|
28
|
-
|
28
|
+
|
29
29
|
c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
|
30
|
-
|
30
|
+
|
31
31
|
d. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, Noncommercial, ShareAlike.
|
32
|
-
|
32
|
+
|
33
33
|
e. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
|
34
|
-
|
34
|
+
|
35
35
|
f. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
|
36
|
-
|
36
|
+
|
37
37
|
g. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
|
38
|
-
|
38
|
+
|
39
39
|
h. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
|
40
|
-
|
40
|
+
|
41
41
|
i. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
|
42
|
-
|
42
|
+
|
43
43
|
j."Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
|
44
44
|
|
45
45
|
2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
|
@@ -47,11 +47,11 @@ License
|
|
47
47
|
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
|
48
48
|
|
49
49
|
a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
|
50
|
-
|
50
|
+
|
51
51
|
b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
|
52
|
-
|
52
|
+
|
53
53
|
c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
|
54
|
-
|
54
|
+
|
55
55
|
d. to Distribute and Publicly Perform Adaptations.
|
56
56
|
|
57
57
|
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved, including but not limited to the rights described in Section 4(e).
|
@@ -59,21 +59,21 @@ The above rights may be exercised in all media and formats whether now known or
|
|
59
59
|
4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
|
60
60
|
|
61
61
|
a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(d), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(d), as requested.
|
62
|
-
|
62
|
+
|
63
63
|
b. You may Distribute or Publicly Perform an Adaptation only under: (i) the terms of this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License"). You must include a copy of, or the URI, for Applicable License with every copy of each Adaptation You Distribute or Publicly Perform. You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License. You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
|
64
|
-
|
64
|
+
|
65
65
|
c. You may not exercise any of the rights granted to You in Section 3 above in any manner that is primarily intended for or directed toward commercial advantage or private monetary compensation. The exchange of the Work for other copyrighted works by means of digital file-sharing or otherwise shall not be considered to be intended for or directed toward commercial advantage or private monetary compensation, provided there is no payment of any monetary compensation in con-nection with the exchange of copyrighted works.
|
66
|
-
|
66
|
+
|
67
67
|
d. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and, (iv) consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(d) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
|
68
68
|
|
69
69
|
e. For the avoidance of doubt:
|
70
|
-
|
70
|
+
|
71
71
|
i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
|
72
|
-
|
72
|
+
|
73
73
|
ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License if Your exercise of such rights is for a purpose or use which is otherwise than noncommercial as permitted under Section 4(c) and otherwise waives the right to collect royalties through any statutory or compulsory licensing scheme; and,
|
74
|
-
|
74
|
+
|
75
75
|
iii. Voluntary License Schemes. The Licensor reserves the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License that is for a purpose or use which is otherwise than noncommercial as permitted under Section 4(c).
|
76
|
-
|
76
|
+
|
77
77
|
f. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
|
78
78
|
|
79
79
|
5. Representations, Warranties and Disclaimer
|
@@ -85,21 +85,21 @@ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE FULLEST
|
|
85
85
|
7. Termination
|
86
86
|
|
87
87
|
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
|
88
|
-
|
88
|
+
|
89
89
|
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
|
90
90
|
|
91
91
|
8. Miscellaneous
|
92
92
|
|
93
93
|
a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
|
94
|
-
|
94
|
+
|
95
95
|
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
|
96
|
-
|
96
|
+
|
97
97
|
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
|
98
|
-
|
98
|
+
|
99
99
|
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
|
100
|
-
|
100
|
+
|
101
101
|
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
|
102
|
-
|
102
|
+
|
103
103
|
f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
|
104
104
|
|
105
105
|
|
@@ -109,4 +109,4 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve
|
|
109
109
|
|
110
110
|
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License.
|
111
111
|
|
112
|
-
Creative Commons may be contacted at http://creativecommons.org/.
|
112
|
+
Creative Commons may be contacted at http://creativecommons.org/.
|
data/README.rdoc
CHANGED
@@ -14,7 +14,7 @@ Or update your <tt>Gemfile</tt> to include
|
|
14
14
|
|
15
15
|
== Getting started
|
16
16
|
|
17
|
-
Make sure you have Rails 3.2.
|
17
|
+
Make sure you have Rails 3.2.10
|
18
18
|
|
19
19
|
rails -v
|
20
20
|
|
@@ -24,7 +24,7 @@ Make sure you have Rails 3.2.8
|
|
24
24
|
|
25
25
|
Modify <tt>Gemfile</tt> and add
|
26
26
|
|
27
|
-
gem 'contour', '~> 1.1.
|
27
|
+
gem 'contour', '~> 1.1.2'
|
28
28
|
|
29
29
|
Run Bundle install
|
30
30
|
|
@@ -191,5 +191,5 @@ For those interested in having better control on modifying the Twitter Bootstrap
|
|
191
191
|
|
192
192
|
== Copyright {<img style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/>}[http://creativecommons.org/licenses/by-nc-sa/3.0/]
|
193
193
|
|
194
|
-
Copyright (c)
|
194
|
+
Copyright (c) 2013 Remo Mueller. See {LICENSE}[https://github.com/remomueller/contour/blob/master/LICENSE] for further details.
|
195
195
|
|
data/contour.gemspec
CHANGED
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
|
24
24
|
s.test_files = Dir["test/**/*"]
|
25
25
|
|
26
|
-
s.add_dependency 'rails', '~> 3.2.
|
26
|
+
s.add_dependency 'rails', '~> 3.2.10'
|
27
27
|
s.add_dependency 'jquery-rails', '~> 2.1.4'
|
28
28
|
s.add_dependency 'devise', '~> 2.1.2'
|
29
29
|
s.add_dependency 'omniauth', '~> 1.1.1'
|
30
|
-
s.add_dependency 'omniauth-cas', '~> 1.0.
|
30
|
+
s.add_dependency 'omniauth-cas', '~> 1.0.1'
|
31
31
|
s.add_dependency 'omniauth-facebook', '~> 1.4.1'
|
32
32
|
s.add_dependency 'omniauth-ldap', '~> 1.0.2'
|
33
33
|
s.add_dependency 'omniauth-linkedin', '~> 0.0.8'
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -48272,3 +48272,241 @@ Completed 401 Unauthorized in 303ms
|
|
48272
48272
|
[1m[35m (0.1ms)[0m begin transaction
|
48273
48273
|
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48274
48274
|
[1m[35m (0.1ms)[0m rollback transaction
|
48275
|
+
Connecting to database specified by database.yml
|
48276
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48277
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "authentications"
|
48278
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 949717663, 201799169)[0m
|
48279
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 876923740, 201799169)
|
48280
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 864673665, 201799169)[0m
|
48281
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
48282
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 201799169)[0m
|
48283
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 999914115)
|
48284
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 725306934)[0m
|
48285
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2013-01-03 19:28:25', '2013-01-03 19:28:25', 349534908)
|
48286
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
48287
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48288
|
+
[1m[36mAuthentication Load (2.8ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
48289
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48290
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48291
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48292
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48293
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48294
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48295
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48296
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
48297
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
48298
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-01-03 19:28:25 UTC", "updated_at"=>"2013-01-03 19:28:25 UTC"}}
|
48299
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
48300
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48301
|
+
Logged in user found, creating associated authentication.
|
48302
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48303
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00], ["user_id", 201799169]]
|
48304
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48305
|
+
Redirected to http://test.host/authentications
|
48306
|
+
Completed 302 Found in 86ms (ActiveRecord: 1.1ms)
|
48307
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
48308
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
48309
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48310
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48311
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
48312
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
48313
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
48314
|
+
Parameters: {"id"=>"949717663"}
|
48315
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48316
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
48317
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48318
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
48319
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48320
|
+
Redirected to http://test.host/authentications
|
48321
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
48322
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
48323
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
48324
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48325
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48326
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48327
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
48328
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48329
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
48330
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
48331
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (3.9ms)
|
48332
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.3ms)
|
48333
|
+
Completed 200 OK in 104ms (Views: 100.8ms | ActiveRecord: 0.5ms)
|
48334
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48335
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48336
|
+
Processing by Contour::PasswordsController#create as HTML
|
48337
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
48338
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
48339
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'mHZNdTfDnvNRACUkCs8m' LIMIT 1[0m
|
48340
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48341
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'mHZNdTfDnvNRACUkCs8m', "reset_password_sent_at" = '2013-01-03 19:28:26.326816', "updated_at" = '2013-01-03 19:28:26.328216' WHERE "users"."id" = 201799169[0m
|
48342
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48343
|
+
|
48344
|
+
Sent mail to valid@example.com (36ms)
|
48345
|
+
Date: Thu, 03 Jan 2013 14:28:26 -0500
|
48346
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
48347
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
48348
|
+
To: valid@example.com
|
48349
|
+
Message-ID: <50e5dbda75d7e_a2533fdf49835adc34212@edge2.partners.org.mail>
|
48350
|
+
Subject: Reset password instructions
|
48351
|
+
Mime-Version: 1.0
|
48352
|
+
Content-Type: text/html;
|
48353
|
+
charset=UTF-8
|
48354
|
+
Content-Transfer-Encoding: 7bit
|
48355
|
+
|
48356
|
+
<p>Hello valid@example.com!</p>
|
48357
|
+
|
48358
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
48359
|
+
|
48360
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=mHZNdTfDnvNRACUkCs8m">Change my password</a></p>
|
48361
|
+
|
48362
|
+
<p>If you didn't request this, please ignore this email.</p>
|
48363
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
48364
|
+
|
48365
|
+
Redirected to http://test.host/users/login
|
48366
|
+
Completed 302 Found in 200ms (ActiveRecord: 0.0ms)
|
48367
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
48368
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48369
|
+
Processing by Contour::PasswordsController#new as HTML
|
48370
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (3.2ms)
|
48371
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (3.6ms)
|
48372
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (7.6ms)
|
48373
|
+
Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)
|
48374
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48375
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48376
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48378
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48379
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48380
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48381
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48382
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48383
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48384
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48385
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48386
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48387
|
+
Completed 401 Unauthorized in 1ms
|
48388
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48389
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
48390
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48391
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$VXQP5OXIMuBdhO7Au0mEJe.JoPHGF8U7EJKY3UF0RG0fpYQ/rrArS"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00]]
|
48392
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48393
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48394
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
48395
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48396
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
48397
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
|
48398
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48399
|
+
Processing by Contour::SessionsController#create as HTML
|
48400
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
48401
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
48402
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48403
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48404
|
+
Completed 401 Unauthorized in 14ms
|
48405
|
+
Started GET "/users/login" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48406
|
+
Processing by Contour::SessionsController#new as HTML
|
48407
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.1ms)
|
48408
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.7ms)
|
48409
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (1.0ms)
|
48410
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
|
48411
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.6ms)
|
48412
|
+
Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.0ms)
|
48413
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
48414
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48415
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48416
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48417
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48418
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48419
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48420
|
+
Completed 401 Unauthorized in 1ms
|
48421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48422
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
48423
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48424
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$hdbVA7Vmk0mNKQrsAvk.Qu8EnTcKfOzZAFr46FRu/k.ukkHDR8Gcy"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00]]
|
48425
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48426
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48427
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
48428
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48429
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
48430
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
48431
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48432
|
+
Processing by Contour::SessionsController#create as HTML
|
48433
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
48434
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
48435
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48436
|
+
[1m[35m (0.2ms)[0m UPDATE "users" SET "last_sign_in_at" = '2013-01-03 19:28:26.834751', "current_sign_in_at" = '2013-01-03 19:28:26.834751', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-01-03 19:28:26.835838' WHERE "users"."id" = 999914116
|
48437
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48438
|
+
Redirected to http://www.example.com/logged_in_page
|
48439
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
48440
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48441
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48442
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
48443
|
+
Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.2ms)
|
48444
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
48445
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48446
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48447
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48448
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48449
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48450
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48451
|
+
Completed 401 Unauthorized in 1ms
|
48452
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48453
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
48454
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48455
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$h1BiqWG6KDdFwJMFlqEyYebGkaLfCO9KCq3tkS3eRnwSh/Cg8wdxK"], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 03 Jan 2013 19:28:26 UTC +00:00]]
|
48456
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48457
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48458
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
48459
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48460
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
48461
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
|
48462
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48463
|
+
Processing by Contour::SessionsController#create as HTML
|
48464
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
48465
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
48466
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48467
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48468
|
+
Completed 401 Unauthorized in 10ms
|
48469
|
+
Started GET "/users/login" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48470
|
+
Processing by Contour::SessionsController#new as HTML
|
48471
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
|
48472
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.6ms)
|
48473
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
48474
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
|
48475
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.2ms)
|
48476
|
+
Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms)
|
48477
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
48478
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48479
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48480
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48481
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48482
|
+
Started GET "/" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48483
|
+
Processing by WelcomeController#index as HTML
|
48484
|
+
Completed 401 Unauthorized in 1ms
|
48485
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48486
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48487
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48488
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48489
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48490
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-01-03 14:28:26 -0500
|
48491
|
+
Processing by WelcomeController#logged_in_page as JSON
|
48492
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
48493
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48494
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "last_sign_in_at" = '2013-01-03 19:28:27.258903', "current_sign_in_at" = '2013-01-03 19:28:27.258903', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-01-03 19:28:27.260275' WHERE "users"."id" = 201799169
|
48495
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48496
|
+
Completed 200 OK in 296ms (Views: 0.4ms | ActiveRecord: 0.6ms)
|
48497
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
48498
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48499
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48500
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48501
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48502
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-01-03 14:28:27 -0500
|
48503
|
+
Processing by WelcomeController#logged_in_page as JSON
|
48504
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
48505
|
+
Completed 401 Unauthorized in 291ms
|
48506
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48507
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48508
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48509
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48510
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48511
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.2
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.2
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Remo Mueller
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.2.
|
21
|
+
version: 3.2.10
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 3.2.
|
29
|
+
version: 3.2.10
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: jquery-rails
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
requirements:
|
83
83
|
- - ~>
|
84
84
|
- !ruby/object:Gem::Version
|
85
|
-
version: 1.0.
|
85
|
+
version: 1.0.1
|
86
86
|
type: :runtime
|
87
87
|
prerelease: false
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -90,7 +90,7 @@ dependencies:
|
|
90
90
|
requirements:
|
91
91
|
- - ~>
|
92
92
|
- !ruby/object:Gem::Version
|
93
|
-
version: 1.0.
|
93
|
+
version: 1.0.1
|
94
94
|
- !ruby/object:Gem::Dependency
|
95
95
|
name: omniauth-facebook
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
@@ -638,9 +638,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
638
638
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
639
639
|
none: false
|
640
640
|
requirements:
|
641
|
-
- - ! '
|
641
|
+
- - ! '>='
|
642
642
|
- !ruby/object:Gem::Version
|
643
|
-
version:
|
643
|
+
version: '0'
|
644
644
|
requirements: []
|
645
645
|
rubyforge_project:
|
646
646
|
rubygems_version: 1.8.24
|