web-console 1.0.1 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f368997dc7df236384d53519e7238a94dcdffaa1
4
- data.tar.gz: d6af7b41d7c01c8f3acb64ce35c597565e01cc8d
3
+ metadata.gz: 647eeb94403f12eb6417e9efef39f3e774d310cf
4
+ data.tar.gz: b7d76fc21a1a9d29e040cb85225954bcd70859a6
5
5
  SHA512:
6
- metadata.gz: f7e67b57677a145ad91e36feaf87a2a138821701b27fd858452afa558c30b75794fabc554c372b5fe1e97056310ccc85881a2caa3f6054218ce87dae55ad9261
7
- data.tar.gz: 0237a23ce4cb9075b8a3c2776f4f71fb075a2e399d0e3ba8b45936708a89b861a279f9545f680f183054086b3ed3e6ffc03b8ee8dbe385e34bb162aa4a41e97f
6
+ metadata.gz: 172dfd1ba3acf85a94be51149225c77cd8c138bf6f12bb54f8c1058868f70d09b9b69905980da0c3e14fb5ed8e1f43e0d10b43a9a8ac72dedc1c284e5fc54cc8
7
+ data.tar.gz: 4c3edc80a684ff45fd9f798f14e776c5a734072b8eb98cc2eff6518353f416e4710561ac7a195e1c86df58cf6ea913408281d816eaac686b138f4c797ff97e28
data/README.markdown CHANGED
@@ -44,7 +44,7 @@ To install it in your current application, add the following to your `Gemfile`.
44
44
 
45
45
  ```ruby
46
46
  group :development do
47
- gem 'web-console', '~> 1.0.1'
47
+ gem 'web-console', '~> 1.0.2'
48
48
  end
49
49
  ```
50
50
 
data/Rakefile CHANGED
@@ -25,7 +25,7 @@ Bundler::GemHelper.install_tasks if defined? Bundler::GemHelper
25
25
  namespace :docker do
26
26
  task :sync do
27
27
  Dir.chdir(EXPANDED_CWD) do
28
- sh 'git fetch && git reset --hard origin/master', verbose: false
28
+ sh 'git fetch && git reset --hard origin/master', verbose: false
29
29
  end
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module WebConsole
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
@@ -1244,5 +1244,317 @@ WebConsole::SlaveTest: test_#pending_output_returns_nil_on_no_pending_output
1244
1244
   (0.0ms) begin transaction
1245
1245
  -------------------------------------------------------------------------
1246
1246
  WebConsole::SlaveTest: test_#send_input_raises_ArgumentError_on_bad_input
1247
+ -------------------------------------------------------------------------
1248
+  (0.1ms) rollback transaction
1249
+  (0.3ms) begin transaction
1250
+ --------------------------------------------------------------------
1251
+ WebConsole::ColorsTest: test_#background=_is_an_alias_of_#background
1252
+ --------------------------------------------------------------------
1253
+  (0.1ms) rollback transaction
1254
+  (0.1ms) begin transaction
1255
+ --------------------------------------------------------------------
1256
+ WebConsole::ColorsTest: test_#background_can_be_explicitly_specified
1257
+ --------------------------------------------------------------------
1258
+  (0.1ms) rollback transaction
1259
+  (0.1ms) begin transaction
1260
+ ----------------------------------------------------------------------------
1261
+ WebConsole::ColorsTest: test_#background_is_the_first_color_if_not_specified
1262
+ ----------------------------------------------------------------------------
1263
+  (0.1ms) rollback transaction
1264
+  (0.1ms) begin transaction
1265
+ -----------------------------------------------
1266
+ WebConsole::ColorsTest: test_#default_is_:light
1267
+ -----------------------------------------------
1268
+  (0.1ms) rollback transaction
1269
+  (0.0ms) begin transaction
1270
+ --------------------------------------------------------------------
1271
+ WebConsole::ColorsTest: test_#foreground=_is_an_alias_of_#foreground
1272
+ --------------------------------------------------------------------
1273
+  (0.0ms) rollback transaction
1274
+  (0.0ms) begin transaction
1275
+ --------------------------------------------------------------------
1276
+ WebConsole::ColorsTest: test_#foreground_can_be_explicitly_specified
1277
+ --------------------------------------------------------------------
1278
+  (0.0ms) rollback transaction
1279
+  (0.0ms) begin transaction
1280
+ ---------------------------------------------------------------------------
1281
+ WebConsole::ColorsTest: test_#foreground_is_the_last_color_if_not_specified
1282
+ ---------------------------------------------------------------------------
1283
+  (0.0ms) rollback transaction
1284
+  (0.0ms) begin transaction
1285
+ --------------------------------------------------------------------------------
1286
+ WebConsole::ColorsTest: test_#to_json_includes_the_background_and_the_foreground
1287
+ --------------------------------------------------------------------------------
1288
+  (0.0ms) rollback transaction
1289
+  (0.0ms) begin transaction
1290
+ -----------------------------------------------------------
1291
+ WebConsole::ColorsTest: test_.[]_is_an_alias_for_.themes#[]
1292
+ -----------------------------------------------------------
1293
+  (0.1ms) rollback transaction
1294
+  (0.0ms) begin transaction
1295
+ ----------------------------------------------------------------------------------
1296
+ WebConsole::ColorsTest: test_.register_theme_creates_Colors_instance_for_the_block
1297
+ ----------------------------------------------------------------------------------
1298
+  (0.0ms) rollback transaction
1299
+  (0.1ms) begin transaction
1300
+ --------------------------------------------------------------------------------------
1301
+ WebConsole::ConsoleSessionTest: test_can_be_used_as_slave_as_the_methods_are_delegated
1302
+ --------------------------------------------------------------------------------------
1303
+  (0.1ms) rollback transaction
1304
+  (0.0ms) begin transaction
1305
+ --------------------------------------------------------------------------
1306
+ WebConsole::ConsoleSessionTest: test_create_gives_already_persisted_models
1307
+ --------------------------------------------------------------------------
1308
+  (0.1ms) rollback transaction
1309
+  (0.0ms) begin transaction
1310
+ ------------------------------------------------
1311
+ WebConsole::ConsoleSessionTest: test_errors_aref
1312
+ ------------------------------------------------
1313
+  (0.1ms) rollback transaction
1314
+  (0.1ms) begin transaction
1315
+ -----------------------------------------------------
1316
+ WebConsole::ConsoleSessionTest: test_find_coerces_ids
1317
+ -----------------------------------------------------
1318
+  (0.1ms) rollback transaction
1319
+  (0.0ms) begin transaction
1320
+ -------------------------------------------------
1321
+ WebConsole::ConsoleSessionTest: test_model_naming
1322
+ -------------------------------------------------
1323
+  (0.1ms) rollback transaction
1324
+  (0.1ms) begin transaction
1325
+ ------------------------------------------------------------------
1326
+ WebConsole::ConsoleSessionTest: test_no_gives_not_persisted_models
1327
+ ------------------------------------------------------------------
1328
+  (0.1ms) rollback transaction
1329
+  (0.1ms) begin transaction
1330
+ -------------------------------------------------------------------------------
1331
+ WebConsole::ConsoleSessionTest: test_not_found_exceptions_are_json_serializable
1332
+ -------------------------------------------------------------------------------
1333
+  (0.1ms) rollback transaction
1334
+  (0.0ms) begin transaction
1335
+ -----------------------------------------------
1336
+ WebConsole::ConsoleSessionTest: test_persisted?
1337
+ -----------------------------------------------
1338
+  (0.1ms) rollback transaction
1339
+  (0.1ms) begin transaction
1340
+ ----------------------------------------------------------------------------
1341
+ WebConsole::ConsoleSessionTest: test_persisted_models_knows_about_their_keys
1342
+ ----------------------------------------------------------------------------
1343
+  (0.1ms) rollback transaction
1344
+  (0.1ms) begin transaction
1345
+ -----------------------------------------------------------------------------------
1346
+ WebConsole::ConsoleSessionTest: test_persisted_models_knows_that_they_are_in_memory
1347
+ -----------------------------------------------------------------------------------
1348
+  (0.1ms) rollback transaction
1349
+  (0.0ms) begin transaction
1350
+ ---------------------------------------------------------------------------------------------
1351
+ WebConsole::ConsoleSessionTest: test_raises_ConsoleSession::Unavailable_on_not_found_sessions
1352
+ ---------------------------------------------------------------------------------------------
1353
+  (0.1ms) rollback transaction
1354
+  (0.1ms) begin transaction
1355
+ ------------------------------------------------------------------------------
1356
+ WebConsole::ConsoleSessionTest: test_slave_methods_are_cached_on_the_singleton
1357
+ ------------------------------------------------------------------------------
1358
+  (0.1ms) rollback transaction
1359
+  (0.0ms) begin transaction
1360
+ -------------------------------------------
1361
+ WebConsole::ConsoleSessionTest: test_to_key
1362
+ -------------------------------------------
1363
+  (0.1ms) rollback transaction
1364
+  (0.1ms) begin transaction
1365
+ ---------------------------------------------
1366
+ WebConsole::ConsoleSessionTest: test_to_param
1367
+ ---------------------------------------------
1368
+  (0.1ms) rollback transaction
1369
+  (0.1ms) begin transaction
1370
+ ----------------------------------------------------
1371
+ WebConsole::ConsoleSessionTest: test_to_partial_path
1372
+ ----------------------------------------------------
1373
+  (0.1ms) rollback transaction
1374
+  (0.1ms) begin transaction
1375
+ -------------------------------------------------------------------------------------
1376
+ WebConsole::ConsoleSessionsControllerTest: test_GET_index_creates_new_console_session
1377
+ -------------------------------------------------------------------------------------
1378
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1379
+ Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)
1380
+  (0.1ms) rollback transaction
1381
+  (0.1ms) begin transaction
1382
+ -------------------------------------------------------------------------------------------------
1383
+ WebConsole::ConsoleSessionsControllerTest: test_GET_pending_output_gives_the_slave_pending_output
1384
+ -------------------------------------------------------------------------------------------------
1385
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1386
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1387
+ Processing by WebConsole::ConsoleSessionsController#pending_output as HTML
1388
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1389
+  (0.1ms) rollback transaction
1390
+  (0.0ms) begin transaction
1391
+ --------------------------------------------------------------------------------------------------------
1392
+ WebConsole::ConsoleSessionsControllerTest: test_GET_pending_output_raises_410_on_exitted_slave_processes
1393
+ --------------------------------------------------------------------------------------------------------
1394
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1395
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1396
+ Processing by WebConsole::ConsoleSessionsController#pending_output as HTML
1397
+ Completed 410 Gone in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1398
+  (0.1ms) rollback transaction
1399
+  (0.0ms) begin transaction
1400
+ ------------------------------------------------------------------------------------------
1401
+ WebConsole::ConsoleSessionsControllerTest: test_PUT_configuration_adjust_the_terminal_size
1402
+ ------------------------------------------------------------------------------------------
1403
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1404
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1405
+ Processing by WebConsole::ConsoleSessionsController#configuration as HTML
1406
+ Unpermitted parameters: id
1407
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1408
+  (0.1ms) rollback transaction
1409
+  (0.1ms) begin transaction
1410
+ ----------------------------------------------------------------------------------
1411
+ WebConsole::ConsoleSessionsControllerTest: test_PUT_input_sends_input_to_the_slave
1412
+ ----------------------------------------------------------------------------------
1413
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1414
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1415
+ Processing by WebConsole::ConsoleSessionsController#input as HTML
1416
+ Unpermitted parameters: id
1417
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1418
+  (0.1ms) rollback transaction
1419
+  (0.1ms) begin transaction
1420
+ -------------------------------------------------------------------------------------
1421
+ WebConsole::ConsoleSessionsControllerTest: test_PUT_input_validates_for_missing_input
1422
+ -------------------------------------------------------------------------------------
1423
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1424
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1425
+ Processing by WebConsole::ConsoleSessionsController#input as HTML
1426
+ Unpermitted parameters: id
1427
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1428
+  (0.1ms) rollback transaction
1429
+  (0.1ms) begin transaction
1430
+ ------------------------------------------------------------------------------------
1431
+ WebConsole::ConsoleSessionsControllerTest: test_allows_requests_from_whitelisted_ips
1432
+ ------------------------------------------------------------------------------------
1433
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1434
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1435
+  (0.1ms) rollback transaction
1436
+  (0.1ms) begin transaction
1437
+ ----------------------------------------------------------------------------------------
1438
+ WebConsole::ConsoleSessionsControllerTest: test_blocks_requests_from_non-whitelisted_ips
1439
+ ----------------------------------------------------------------------------------------
1440
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1441
+ Filter chain halted as :prevent_unauthorized_requests! rendered or redirected
1442
+ Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1443
+  (0.1ms) rollback transaction
1444
+  (0.0ms) begin transaction
1445
+ --------------------------------------------------------------------
1446
+ WebConsole::ConsoleSessionsControllerTest: test_index_generated_path
1447
+ --------------------------------------------------------------------
1448
+  (0.1ms) rollback transaction
1449
+  (0.1ms) begin transaction
1450
+ -------------------------------------------------------------------
1451
+ WebConsole::ConsoleSessionsControllerTest: test_index_is_successful
1452
+ -------------------------------------------------------------------
1453
+ Processing by WebConsole::ConsoleSessionsController#index as HTML
1454
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1455
+  (0.1ms) rollback transaction
1456
+  (0.1ms) begin transaction
1457
+ -----------------------------------------------------------------------------
1458
+ WebConsole::EngineTest: test_blank_commands_are_expanded_to_the_rails_console
1459
+ -----------------------------------------------------------------------------
1460
+  (0.2ms) begin transaction
1461
+ ------------------------------------------------------
1462
+ WebConsole::EngineTest: test_custom_default_mount_path
1463
+ ------------------------------------------------------
1464
+  (0.2ms) begin transaction
1465
+ ---------------------------------------------------
1466
+ WebConsole::EngineTest: test_disabling_automounting
1467
+ ---------------------------------------------------
1468
+  (0.2ms) begin transaction
1469
+ ---------------------------------------------------------------
1470
+ WebConsole::EngineTest: test_present_commands_are_not_processed
1471
+ ---------------------------------------------------------------
1472
+  (0.2ms) begin transaction
1473
+ --------------------------------------------------------
1474
+ WebConsole::EngineTest: test_whitelist_multiple_networks
1475
+ --------------------------------------------------------
1476
+  (0.2ms) begin transaction
1477
+ -----------------------------------------------------
1478
+ WebConsole::EngineTest: test_whitelist_whole_networks
1479
+ -----------------------------------------------------
1480
+  (0.2ms) begin transaction
1481
+ -----------------------------------------------------------------------
1482
+ WebConsole::EngineTest: test_whitelisted_ips.include?_coerces_to_IPAddr
1483
+ -----------------------------------------------------------------------
1484
+  (0.2ms) begin transaction
1485
+ -----------------------------------------------------------------------
1486
+ WebConsole::EngineTest: test_whitelisted_ips.include?_works_with_IPAddr
1487
+ -----------------------------------------------------------------------
1488
+  (0.2ms) begin transaction
1489
+ ------------------------------------------------------------------
1490
+ WebConsole::EngineTest: test_whitelisted_ips_are_courced_to_IPAddr
1491
+ ------------------------------------------------------------------
1492
+  (0.2ms) begin transaction
1493
+ -----------------------------------------------------------------------------
1494
+ WebConsole::EngineTest: test_whitelisted_ips_are_normalized_and_unique_IPAddr
1495
+ -----------------------------------------------------------------------------
1496
+  (0.2ms) begin transaction
1497
+ ----------------------------------------------------------------
1498
+ WebConsole::SlaveTest: test_#configure_changes_@input_dimentions
1499
+ ----------------------------------------------------------------
1500
+  (0.1ms) rollback transaction
1501
+  (0.0ms) begin transaction
1502
+ -------------------------------------------------------------------------------------------
1503
+ WebConsole::SlaveTest: test_#configure_only_changes_the_@input_dimentions_if_height_is_zero
1504
+ -------------------------------------------------------------------------------------------
1505
+  (0.1ms) rollback transaction
1506
+  (0.0ms) begin transaction
1507
+ ------------------------------------------------------------------------------------------
1508
+ WebConsole::SlaveTest: test_#configure_only_changes_the_@input_dimentions_if_width_is_zero
1509
+ ------------------------------------------------------------------------------------------
1510
+  (0.1ms) rollback transaction
1511
+  (0.0ms) begin transaction
1512
+ ---------------------------------------------------------------------------
1513
+ WebConsole::SlaveTest: test_#dispose!_can_reraise_Errno::ESRCH_if_requested
1514
+ ---------------------------------------------------------------------------
1515
+  (0.1ms) rollback transaction
1516
+  (0.0ms) begin transaction
1517
+ ----------------------------------------------------------------------------------
1518
+ WebConsole::SlaveTest: test_#dispose!_sends_SIGKILL_to_the_process_and_detaches_it
1519
+ ----------------------------------------------------------------------------------
1520
+  (0.1ms) rollback transaction
1521
+  (0.0ms) begin transaction
1522
+ --------------------------------------------------------------------------
1523
+ WebConsole::SlaveTest: test_#dispose_can_reraise_Errno::ESRCH_if_requested
1524
+ --------------------------------------------------------------------------
1525
+  (0.1ms) rollback transaction
1526
+  (0.0ms) begin transaction
1527
+ ---------------------------------------------------------------------------------
1528
+ WebConsole::SlaveTest: test_#dispose_sends_SIGTERM_to_the_process_and_detaches_it
1529
+ ---------------------------------------------------------------------------------
1530
+  (0.1ms) rollback transaction
1531
+  (0.0ms) begin transaction
1532
+ --------------------------------------------------------------------------
1533
+ WebConsole::SlaveTest: test_#pending_output_always_encodes_output_in_UTF-8
1534
+ --------------------------------------------------------------------------
1535
+  (0.1ms) rollback transaction
1536
+  (0.0ms) begin transaction
1537
+ ---------------------------------------------------------------------------------------------
1538
+ WebConsole::SlaveTest: test_#pending_output_raises_Slave::Closed_when_the_end_raises_EOFError
1539
+ ---------------------------------------------------------------------------------------------
1540
+  (0.1ms) rollback transaction
1541
+  (0.0ms) begin transaction
1542
+ -----------------------------------------------------------------------------------------------
1543
+ WebConsole::SlaveTest: test_#pending_output_raises_Slave::Closed_when_the_end_raises_Errno::EIO
1544
+ -----------------------------------------------------------------------------------------------
1545
+  (0.1ms) rollback transaction
1546
+  (0.0ms) begin transaction
1547
+ ------------------------------------------------------------------------------------
1548
+ WebConsole::SlaveTest: test_#pending_output_returns_a_string_with_the_current_output
1549
+ ------------------------------------------------------------------------------------
1550
+  (0.1ms) rollback transaction
1551
+  (0.0ms) begin transaction
1552
+ ----------------------------------------------------------------------------
1553
+ WebConsole::SlaveTest: test_#pending_output_returns_nil_on_no_pending_output
1554
+ ----------------------------------------------------------------------------
1555
+  (0.1ms) rollback transaction
1556
+  (0.0ms) begin transaction
1557
+ -------------------------------------------------------------------------
1558
+ WebConsole::SlaveTest: test_#send_input_raises_ArgumentError_on_bad_input
1247
1559
  -------------------------------------------------------------------------
1248
1560
   (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genadi Samokovarov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-20 00:00:00.000000000 Z
12
+ date: 2013-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -17,70 +17,70 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 4.0.0
20
+ version: '4.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- version: 4.0.0
27
+ version: '4.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: activemodel
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ~>
33
33
  - !ruby/object:Gem::Version
34
- version: 4.0.0
34
+ version: '4.0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - ~>
40
40
  - !ruby/object:Gem::Version
41
- version: 4.0.0
41
+ version: '4.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: sprockets-rails
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ~>
47
47
  - !ruby/object:Gem::Version
48
- version: 2.0.0
48
+ version: '2.0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
- version: 2.0.0
55
+ version: '2.0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: actionmailer
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - ~>
61
61
  - !ruby/object:Gem::Version
62
- version: 4.0.0
62
+ version: '4.0'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: 4.0.0
69
+ version: '4.0'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: activerecord
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ~>
75
75
  - !ruby/object:Gem::Version
76
- version: 4.0.0
76
+ version: '4.0'
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ~>
82
82
  - !ruby/object:Gem::Version
83
- version: 4.0.0
83
+ version: '4.0'
84
84
  description:
85
85
  email:
86
86
  - gsamokovarov@gmail.com