resque-web 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -3
- data/app/views/resque_web/failures/index.html.erb +2 -2
- data/lib/resque_web/version.rb +1 -1
- data/test/dummy/log/development.log +215566 -0
- data/test/dummy/log/test.log +296 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/267d0243760c55e0ff8039158fbfa98d +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/373b0c58027ae58f732cc7e48e62a522 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4d22200fb380d8ae9d5f07525088622f +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/8fbf100e961e22baca23d1850b41e4d5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ade126a20aa1092d23cc0afaf17c164b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d2c37ec460e77ea6ea41bbc670889f89 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d9f00b466d45c065d1281b100de9311f +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e05ff4f8801c918dc89fef1d37880568 +0 -0
- metadata +6 -3
data/test/dummy/log/test.log
CHANGED
@@ -1349,3 +1349,299 @@ Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
1349
1349
|
Redirected to http://test.host/resque_web/queues
|
1350
1350
|
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1351
1351
|
[1m[35m (0.1ms)[0m rollback transaction
|
1352
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
1353
|
+
---------------------------------------------------
|
1354
|
+
DELETE /failures/:id: test_0001_deletes the failure
|
1355
|
+
---------------------------------------------------
|
1356
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
1357
|
+
Parameters: {"id"=>"123"}
|
1358
|
+
Redirected to http://test.host/resque_web/failures
|
1359
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1360
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1361
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1362
|
+
------------------------------------------------------------
|
1363
|
+
DELETE /failures/destroy_all: test_0001_deletes all failures
|
1364
|
+
------------------------------------------------------------
|
1365
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
1366
|
+
Redirected to http://test.host/resque_web/failures
|
1367
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1368
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1369
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1370
|
+
-----------------------------------------------
|
1371
|
+
GET /failures: test_0001_renders the index page
|
1372
|
+
-----------------------------------------------
|
1373
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
1374
|
+
Completed 500 Internal Server Error in 89ms
|
1375
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1376
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1377
|
+
--------------------------------------------------------------------------------------
|
1378
|
+
PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
1379
|
+
--------------------------------------------------------------------------------------
|
1380
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1381
|
+
Parameters: {"id"=>"123"}
|
1382
|
+
Redirected to http://test.host/resque_web/failures
|
1383
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
1384
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1385
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1386
|
+
-------------------------------------------------------------------------------------
|
1387
|
+
PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
1388
|
+
-------------------------------------------------------------------------------------
|
1389
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1390
|
+
Parameters: {"id"=>"123"}
|
1391
|
+
Redirected to http://test.host/resque_web/failures
|
1392
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1393
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1394
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1395
|
+
-------------------------------------------------------------------------------------------
|
1396
|
+
PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
1397
|
+
-------------------------------------------------------------------------------------------
|
1398
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1399
|
+
Redirected to http://test.host/resque_web/failures
|
1400
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1401
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1403
|
+
-----------------------------------------------------------------------------------------------
|
1404
|
+
PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
1405
|
+
-----------------------------------------------------------------------------------------------
|
1406
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1407
|
+
Redirected to http://test.host/resque_web/failures
|
1408
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1409
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1410
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1411
|
+
----------------------------------------------------------------------------------------------
|
1412
|
+
PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
1413
|
+
----------------------------------------------------------------------------------------------
|
1414
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1415
|
+
Parameters: {"queue"=>"myqueue"}
|
1416
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
1417
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
1418
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1419
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
1420
|
+
---------------------------------------------------------
|
1421
|
+
ResqueWeb::QueuesControllerTest: test_0001_deletes queues
|
1422
|
+
---------------------------------------------------------
|
1423
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1424
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1425
|
+
---------------------------------------------------
|
1426
|
+
DELETE /failures/:id: test_0001_deletes the failure
|
1427
|
+
---------------------------------------------------
|
1428
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
1429
|
+
Parameters: {"id"=>"123"}
|
1430
|
+
Redirected to http://test.host/resque_web/failures
|
1431
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1432
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1433
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1434
|
+
------------------------------------------------------------
|
1435
|
+
DELETE /failures/destroy_all: test_0001_deletes all failures
|
1436
|
+
------------------------------------------------------------
|
1437
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
1438
|
+
Redirected to http://test.host/resque_web/failures
|
1439
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1440
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1441
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1442
|
+
-----------------------------------------------
|
1443
|
+
GET /failures: test_0001_renders the index page
|
1444
|
+
-----------------------------------------------
|
1445
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
1446
|
+
Completed 200 OK in 133ms (Views: 132.4ms | ActiveRecord: 0.0ms)
|
1447
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1448
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1449
|
+
--------------------------------------------------------------------------------------
|
1450
|
+
PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
1451
|
+
--------------------------------------------------------------------------------------
|
1452
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1453
|
+
Parameters: {"id"=>"123"}
|
1454
|
+
Redirected to http://test.host/resque_web/failures
|
1455
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1456
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1458
|
+
-------------------------------------------------------------------------------------
|
1459
|
+
PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
1460
|
+
-------------------------------------------------------------------------------------
|
1461
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1462
|
+
Parameters: {"id"=>"123"}
|
1463
|
+
Redirected to http://test.host/resque_web/failures
|
1464
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1465
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1466
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1467
|
+
-------------------------------------------------------------------------------------------
|
1468
|
+
PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
1469
|
+
-------------------------------------------------------------------------------------------
|
1470
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1471
|
+
Redirected to http://test.host/resque_web/failures
|
1472
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1474
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1475
|
+
-----------------------------------------------------------------------------------------------
|
1476
|
+
PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
1477
|
+
-----------------------------------------------------------------------------------------------
|
1478
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1479
|
+
Redirected to http://test.host/resque_web/failures
|
1480
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1481
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1482
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1483
|
+
----------------------------------------------------------------------------------------------
|
1484
|
+
PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
1485
|
+
----------------------------------------------------------------------------------------------
|
1486
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1487
|
+
Parameters: {"queue"=>"myqueue"}
|
1488
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
1489
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1490
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1492
|
+
---------------------------------------------------------
|
1493
|
+
ResqueWeb::QueuesControllerTest: test_0001_deletes queues
|
1494
|
+
---------------------------------------------------------
|
1495
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
1496
|
+
Parameters: {"id"=>"example_queue"}
|
1497
|
+
Redirected to http://test.host/resque_web/queues
|
1498
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1499
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1500
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
1501
|
+
---------------------------------------------------
|
1502
|
+
DELETE /failures/:id: test_0001_deletes the failure
|
1503
|
+
---------------------------------------------------
|
1504
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
1505
|
+
Parameters: {"id"=>"123"}
|
1506
|
+
Redirected to http://test.host/resque_web/failures
|
1507
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1508
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1509
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1510
|
+
------------------------------------------------------------
|
1511
|
+
DELETE /failures/destroy_all: test_0001_deletes all failures
|
1512
|
+
------------------------------------------------------------
|
1513
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
1514
|
+
Redirected to http://test.host/resque_web/failures
|
1515
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1516
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1517
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1518
|
+
-----------------------------------------------
|
1519
|
+
GET /failures: test_0001_renders the index page
|
1520
|
+
-----------------------------------------------
|
1521
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
1522
|
+
Completed 500 Internal Server Error in 99ms
|
1523
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1524
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1525
|
+
--------------------------------------------------------------------------------------
|
1526
|
+
PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
1527
|
+
--------------------------------------------------------------------------------------
|
1528
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1529
|
+
Parameters: {"id"=>"123"}
|
1530
|
+
Redirected to http://test.host/resque_web/failures
|
1531
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1532
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1533
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1534
|
+
-------------------------------------------------------------------------------------
|
1535
|
+
PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
1536
|
+
-------------------------------------------------------------------------------------
|
1537
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1538
|
+
Parameters: {"id"=>"123"}
|
1539
|
+
Redirected to http://test.host/resque_web/failures
|
1540
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1541
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1542
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1543
|
+
-------------------------------------------------------------------------------------------
|
1544
|
+
PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
1545
|
+
-------------------------------------------------------------------------------------------
|
1546
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1547
|
+
Redirected to http://test.host/resque_web/failures
|
1548
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1549
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1550
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1551
|
+
-----------------------------------------------------------------------------------------------
|
1552
|
+
PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
1553
|
+
-----------------------------------------------------------------------------------------------
|
1554
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1555
|
+
Redirected to http://test.host/resque_web/failures
|
1556
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1557
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1558
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1559
|
+
----------------------------------------------------------------------------------------------
|
1560
|
+
PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
1561
|
+
----------------------------------------------------------------------------------------------
|
1562
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1563
|
+
Parameters: {"queue"=>"myqueue"}
|
1564
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
1565
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1566
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1567
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1568
|
+
---------------------------------------------------------
|
1569
|
+
ResqueWeb::QueuesControllerTest: test_0001_deletes queues
|
1570
|
+
---------------------------------------------------------
|
1571
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1572
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
1573
|
+
---------------------------------------------------
|
1574
|
+
DELETE /failures/:id: test_0001_deletes the failure
|
1575
|
+
---------------------------------------------------
|
1576
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
1577
|
+
Parameters: {"id"=>"123"}
|
1578
|
+
Redirected to http://test.host/resque_web/failures
|
1579
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1580
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1581
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1582
|
+
------------------------------------------------------------
|
1583
|
+
DELETE /failures/destroy_all: test_0001_deletes all failures
|
1584
|
+
------------------------------------------------------------
|
1585
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
1586
|
+
Redirected to http://test.host/resque_web/failures
|
1587
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1588
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1589
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1590
|
+
-----------------------------------------------
|
1591
|
+
GET /failures: test_0001_renders the index page
|
1592
|
+
-----------------------------------------------
|
1593
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
1594
|
+
Completed 200 OK in 273ms (Views: 271.8ms | ActiveRecord: 0.0ms)
|
1595
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1596
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1597
|
+
--------------------------------------------------------------------------------------
|
1598
|
+
PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
1599
|
+
--------------------------------------------------------------------------------------
|
1600
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1601
|
+
Parameters: {"id"=>"123"}
|
1602
|
+
Redirected to http://test.host/resque_web/failures
|
1603
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1604
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1605
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1606
|
+
-------------------------------------------------------------------------------------
|
1607
|
+
PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
1608
|
+
-------------------------------------------------------------------------------------
|
1609
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
1610
|
+
Parameters: {"id"=>"123"}
|
1611
|
+
Redirected to http://test.host/resque_web/failures
|
1612
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1613
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1614
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1615
|
+
-------------------------------------------------------------------------------------------
|
1616
|
+
PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
1617
|
+
-------------------------------------------------------------------------------------------
|
1618
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1619
|
+
Redirected to http://test.host/resque_web/failures
|
1620
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1621
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1622
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1623
|
+
-----------------------------------------------------------------------------------------------
|
1624
|
+
PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
1625
|
+
-----------------------------------------------------------------------------------------------
|
1626
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1627
|
+
Redirected to http://test.host/resque_web/failures
|
1628
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1629
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1630
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1631
|
+
----------------------------------------------------------------------------------------------
|
1632
|
+
PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
1633
|
+
----------------------------------------------------------------------------------------------
|
1634
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
1635
|
+
Parameters: {"queue"=>"myqueue"}
|
1636
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
1637
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1638
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1639
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1640
|
+
---------------------------------------------------------
|
1641
|
+
ResqueWeb::QueuesControllerTest: test_0001_deletes queues
|
1642
|
+
---------------------------------------------------------
|
1643
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
1644
|
+
Parameters: {"id"=>"example_queue"}
|
1645
|
+
Redirected to http://test.host/resque_web/queues
|
1646
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
1647
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Arcieri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08
|
11
|
+
date: 2013-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: resque
|
@@ -152,6 +152,7 @@ files:
|
|
152
152
|
- test/functional/overview_controller_test.rb
|
153
153
|
- test/functional/workers_controller_test.rb
|
154
154
|
- test/functional/queues_controller_test.rb
|
155
|
+
- test/dummy/log/development.log
|
155
156
|
- test/dummy/log/test.log
|
156
157
|
- test/dummy/Rakefile
|
157
158
|
- test/dummy/config/environment.rb
|
@@ -372,7 +373,8 @@ files:
|
|
372
373
|
- test/dummy/app/assets/javascripts/application.js
|
373
374
|
- test/dummy/app/controllers/application_controller.rb
|
374
375
|
homepage: https://github.com/resque/resque-web
|
375
|
-
licenses:
|
376
|
+
licenses:
|
377
|
+
- MIT
|
376
378
|
metadata: {}
|
377
379
|
post_install_message:
|
378
380
|
rdoc_options: []
|
@@ -410,6 +412,7 @@ test_files:
|
|
410
412
|
- test/functional/overview_controller_test.rb
|
411
413
|
- test/functional/workers_controller_test.rb
|
412
414
|
- test/functional/queues_controller_test.rb
|
415
|
+
- test/dummy/log/development.log
|
413
416
|
- test/dummy/log/test.log
|
414
417
|
- test/dummy/Rakefile
|
415
418
|
- test/dummy/config/environment.rb
|