ocache 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1c7fb47a0d0e41c0300f719ea891414aa3b3b28
4
- data.tar.gz: b60f6665342f62405e8bb8cc3d15dd99ecd86a29
3
+ metadata.gz: e5fae8b73d3a958f66f13ef90b14e2cecdc090cc
4
+ data.tar.gz: e419762005f1b923a992dce75e67282f6ea0320e
5
5
  SHA512:
6
- metadata.gz: 568eba4bd47269a798175fe1e13b2424dbb225f72d96a85ad5766948bea4d2675a311cbedcf64b5b93cffec8c029368d53e857edc7294a19ddbd6216aab80983
7
- data.tar.gz: 41cf7aaa4db7f6af9db04c161139c8d9ea11c768aa0cb6a94ab9b8ad6a4cf48d261aa44481784db33c58cf13768370dfbe507513e5cfc6a3a2f19b260f4ee63b
6
+ metadata.gz: 3309f2b7f16dfb98c13f2e648ed2c82af94e3f9e1004bc897515a7c98680ab9f6512aad2fd3fb896bb781a3640ff633e93c956654622bb1ad32b85401e0dc914
7
+ data.tar.gz: 0c2a279bcbe24b6aa81880cabf28b3b728b33bb94e04540c451400fcf52b02835c94f7b92c83a77868e921afef008926763511e0abcb1c2861420ecd5378c26c
@@ -1,3 +1,3 @@
1
1
  module OCache
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -49162,3 +49162,297 @@ OCacheTest: test_cache_fetch_handles_options_on_instance_methods
49162
49162
  OCacheTest: test_ensure_caching_is_enabled
49163
49163
  ------------------------------------------
49164
49164
   (0.0ms) rollback transaction
49165
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
49166
+  (0.1ms) begin transaction
49167
+ ----------------------------------------------
49168
+ OCacheTest: test_cache_fetch_handles_arguments
49169
+ ----------------------------------------------
49170
+ Queryable Load (0.6ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49171
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49172
+  (0.1ms) SAVEPOINT active_record_1
49173
+ SQL (1.0ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.107581"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.107581"]]
49174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49175
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49176
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49177
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49178
+  (0.4ms) rollback transaction
49179
+  (0.1ms) begin transaction
49180
+ ---------------------------------------------------------------
49181
+ OCacheTest: test_cache_fetch_handles_arguments_on_class_methods
49182
+ ---------------------------------------------------------------
49183
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49184
+  (0.1ms) SAVEPOINT active_record_1
49185
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.117709"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.117709"]]
49186
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49187
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49188
+  (0.4ms) rollback transaction
49189
+  (0.1ms) begin transaction
49190
+ ------------------------------------------------------------------
49191
+ OCacheTest: test_cache_fetch_handles_arguments_on_instance_methods
49192
+ ------------------------------------------------------------------
49193
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49194
+  (0.1ms) SAVEPOINT active_record_1
49195
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.123279"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.123279"]]
49196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49197
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49198
+  (0.4ms) rollback transaction
49199
+  (0.0ms) begin transaction
49200
+ --------------------------------------------------
49201
+ OCacheTest: test_cache_fetch_handles_class_methods
49202
+ --------------------------------------------------
49203
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49204
+  (0.1ms) SAVEPOINT active_record_1
49205
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.128992"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.128992"]]
49206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49207
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49208
+  (0.4ms) rollback transaction
49209
+  (0.0ms) begin transaction
49210
+ -----------------------------------------------------
49211
+ OCacheTest: test_cache_fetch_handles_instance_methods
49212
+ -----------------------------------------------------
49213
+  (0.0ms) SAVEPOINT active_record_1
49214
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.132566"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.132566"]]
49215
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49216
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49217
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49218
+  (0.0ms) SAVEPOINT active_record_1
49219
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.136257"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.136257"]]
49220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49221
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49222
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49223
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49224
+  (0.6ms) rollback transaction
49225
+  (0.1ms) begin transaction
49226
+ --------------------------------------------
49227
+ OCacheTest: test_cache_fetch_handles_options
49228
+ --------------------------------------------
49229
+  (0.4ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49230
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49231
+  (0.1ms) SAVEPOINT active_record_1
49232
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.145552"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.145552"]]
49233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49234
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49235
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49236
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49237
+  (0.9ms) rollback transaction
49238
+  (0.2ms) begin transaction
49239
+ -------------------------------------------------------------
49240
+ OCacheTest: test_cache_fetch_handles_options_on_class_methods
49241
+ -------------------------------------------------------------
49242
+  (0.3ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49243
+  (0.1ms) SAVEPOINT active_record_1
49244
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.158683"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.158683"]]
49245
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49246
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49247
+  (0.4ms) rollback transaction
49248
+  (0.1ms) begin transaction
49249
+ ----------------------------------------------------------------
49250
+ OCacheTest: test_cache_fetch_handles_options_on_instance_methods
49251
+ ----------------------------------------------------------------
49252
+  (0.3ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49253
+  (0.1ms) SAVEPOINT active_record_1
49254
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:18.168034"], ["string", "string"], ["updated_at", "2014-12-15 03:29:18.168034"]]
49255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49256
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49257
+  (0.4ms) rollback transaction
49258
+  (0.1ms) begin transaction
49259
+ ------------------------------------------
49260
+ OCacheTest: test_ensure_caching_is_enabled
49261
+ ------------------------------------------
49262
+  (0.1ms) rollback transaction
49263
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
49264
+  (0.1ms) begin transaction
49265
+ ----------------------------------------------
49266
+ OCacheTest: test_cache_fetch_handles_arguments
49267
+ ----------------------------------------------
49268
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49269
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49270
+  (0.1ms) SAVEPOINT active_record_1
49271
+ SQL (0.5ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.940180"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.940180"]]
49272
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49273
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49274
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49275
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49276
+  (0.3ms) rollback transaction
49277
+  (0.1ms) begin transaction
49278
+ ---------------------------------------------------------------
49279
+ OCacheTest: test_cache_fetch_handles_arguments_on_class_methods
49280
+ ---------------------------------------------------------------
49281
+  (0.4ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49282
+  (0.1ms) SAVEPOINT active_record_1
49283
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.950104"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.950104"]]
49284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49285
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49286
+  (0.5ms) rollback transaction
49287
+  (0.1ms) begin transaction
49288
+ ------------------------------------------------------------------
49289
+ OCacheTest: test_cache_fetch_handles_arguments_on_instance_methods
49290
+ ------------------------------------------------------------------
49291
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49292
+  (0.1ms) SAVEPOINT active_record_1
49293
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.957020"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.957020"]]
49294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49295
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49296
+  (0.3ms) rollback transaction
49297
+  (0.0ms) begin transaction
49298
+ --------------------------------------------------
49299
+ OCacheTest: test_cache_fetch_handles_class_methods
49300
+ --------------------------------------------------
49301
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49302
+  (0.1ms) SAVEPOINT active_record_1
49303
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.962179"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.962179"]]
49304
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49305
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49306
+  (0.3ms) rollback transaction
49307
+  (0.1ms) begin transaction
49308
+ -----------------------------------------------------
49309
+ OCacheTest: test_cache_fetch_handles_instance_methods
49310
+ -----------------------------------------------------
49311
+  (0.0ms) SAVEPOINT active_record_1
49312
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.966229"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.966229"]]
49313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49314
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49315
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49316
+  (0.0ms) SAVEPOINT active_record_1
49317
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.969905"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.969905"]]
49318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49319
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49320
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49321
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49322
+  (0.7ms) rollback transaction
49323
+  (0.1ms) begin transaction
49324
+ --------------------------------------------
49325
+ OCacheTest: test_cache_fetch_handles_options
49326
+ --------------------------------------------
49327
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49328
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49329
+  (0.1ms) SAVEPOINT active_record_1
49330
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.979596"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.979596"]]
49331
+  (0.2ms) RELEASE SAVEPOINT active_record_1
49332
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49333
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49334
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49335
+  (0.4ms) rollback transaction
49336
+  (0.1ms) begin transaction
49337
+ -------------------------------------------------------------
49338
+ OCacheTest: test_cache_fetch_handles_options_on_class_methods
49339
+ -------------------------------------------------------------
49340
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49341
+  (0.1ms) SAVEPOINT active_record_1
49342
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.988594"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.988594"]]
49343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49344
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49345
+  (0.3ms) rollback transaction
49346
+  (0.1ms) begin transaction
49347
+ ----------------------------------------------------------------
49348
+ OCacheTest: test_cache_fetch_handles_options_on_instance_methods
49349
+ ----------------------------------------------------------------
49350
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49351
+  (0.1ms) SAVEPOINT active_record_1
49352
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:32.995563"], ["string", "string"], ["updated_at", "2014-12-15 03:29:32.995563"]]
49353
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49354
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49355
+  (0.5ms) rollback transaction
49356
+  (0.1ms) begin transaction
49357
+ ------------------------------------------
49358
+ OCacheTest: test_ensure_caching_is_enabled
49359
+ ------------------------------------------
49360
+  (0.1ms) rollback transaction
49361
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
49362
+  (0.1ms) begin transaction
49363
+ ----------------------------------------------
49364
+ OCacheTest: test_cache_fetch_handles_arguments
49365
+ ----------------------------------------------
49366
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49367
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49368
+  (0.1ms) SAVEPOINT active_record_1
49369
+ SQL (0.5ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.014504"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.014504"]]
49370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49371
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49372
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49373
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
49374
+  (0.3ms) rollback transaction
49375
+  (0.1ms) begin transaction
49376
+ ---------------------------------------------------------------
49377
+ OCacheTest: test_cache_fetch_handles_arguments_on_class_methods
49378
+ ---------------------------------------------------------------
49379
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49380
+  (0.1ms) SAVEPOINT active_record_1
49381
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.026949"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.026949"]]
49382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49383
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49384
+  (0.4ms) rollback transaction
49385
+  (0.1ms) begin transaction
49386
+ ------------------------------------------------------------------
49387
+ OCacheTest: test_cache_fetch_handles_arguments_on_instance_methods
49388
+ ------------------------------------------------------------------
49389
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49390
+  (0.1ms) SAVEPOINT active_record_1
49391
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.033750"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.033750"]]
49392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49393
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49394
+  (0.5ms) rollback transaction
49395
+  (0.1ms) begin transaction
49396
+ --------------------------------------------------
49397
+ OCacheTest: test_cache_fetch_handles_class_methods
49398
+ --------------------------------------------------
49399
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
49400
+  (0.1ms) SAVEPOINT active_record_1
49401
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.041051"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.041051"]]
49402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49403
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49404
+  (0.5ms) rollback transaction
49405
+  (0.1ms) begin transaction
49406
+ -----------------------------------------------------
49407
+ OCacheTest: test_cache_fetch_handles_instance_methods
49408
+ -----------------------------------------------------
49409
+  (0.1ms) SAVEPOINT active_record_1
49410
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.046750"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.046750"]]
49411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49412
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49413
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49414
+  (0.1ms) SAVEPOINT active_record_1
49415
+ SQL (0.8ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.052476"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.052476"]]
49416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49417
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49418
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" LIMIT 1
49419
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49420
+  (0.8ms) rollback transaction
49421
+  (0.1ms) begin transaction
49422
+ --------------------------------------------
49423
+ OCacheTest: test_cache_fetch_handles_options
49424
+ --------------------------------------------
49425
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49426
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49427
+  (0.1ms) SAVEPOINT active_record_1
49428
+ SQL (0.2ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.063856"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.063856"]]
49429
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49430
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49431
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49432
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
49433
+  (0.3ms) rollback transaction
49434
+  (0.1ms) begin transaction
49435
+ -------------------------------------------------------------
49436
+ OCacheTest: test_cache_fetch_handles_options_on_class_methods
49437
+ -------------------------------------------------------------
49438
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49439
+  (0.1ms) SAVEPOINT active_record_1
49440
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.071762"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.071762"]]
49441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49442
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49443
+  (0.4ms) rollback transaction
49444
+  (0.1ms) begin transaction
49445
+ ----------------------------------------------------------------
49446
+ OCacheTest: test_cache_fetch_handles_options_on_instance_methods
49447
+ ----------------------------------------------------------------
49448
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49449
+  (0.1ms) SAVEPOINT active_record_1
49450
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-15 03:29:43.079218"], ["string", "string"], ["updated_at", "2014-12-15 03:29:43.079218"]]
49451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49452
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
49453
+  (0.4ms) rollback transaction
49454
+  (0.1ms) begin transaction
49455
+ ------------------------------------------
49456
+ OCacheTest: test_ensure_caching_is_enabled
49457
+ ------------------------------------------
49458
+  (0.1ms) rollback transaction
@@ -0,0 +1 @@
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614183.057597:@expires_in0
@@ -0,0 +1 @@
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614158.139491:@expires_in0
@@ -0,0 +1 @@
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614172.97331:@expires_in0
@@ -1 +1 @@
1
- o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418292965.5448341:@expires_in0
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614183.03585:@expires_in0
@@ -1 +1 @@
1
- o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418292965.569152:@expires_in0
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614183.0672388:@expires_in0
@@ -1 +1 @@
1
- o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418292965.5847502:@expires_in0
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614183.082988:@expires_in0
@@ -1 +1 @@
1
- o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418292965.550739:@expires_in0
1
+ o: ActiveSupport::Cache::Entry: @valuei:@created_atf1418614183.0441291:@expires_in0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Heuer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2014-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -162,6 +162,7 @@ files:
162
162
  - test/dummy/tmp/cache/569/141/queryables%2F1-20141210003948417039000%2Fexpensive_instance_method%2F
163
163
  - test/dummy/tmp/cache/569/1B1/queryables%2F1-20141210082529004288000%2Fexpensive_instance_method%2F
164
164
  - test/dummy/tmp/cache/569/481/queryables%2F1-20141210085555271208000%2Fexpensive_instance_method%2F
165
+ - test/dummy/tmp/cache/569/4C1/queryables%2F1-20141215032943046750000%2Fexpensive_instance_method%2F
165
166
  - test/dummy/tmp/cache/569/DF1/queryables%2F1-20141210002634084399000%2Fexpensive_instance_method%2F
166
167
  - test/dummy/tmp/cache/56A/151/queryables%2F1-20141210104327282389000%2Fexpensive_instance_method%2F
167
168
  - test/dummy/tmp/cache/56A/2F1/queryables%2F1-20141210021427948615000%2Fexpensive_instance_method%2F
@@ -179,6 +180,7 @@ files:
179
180
  - test/dummy/tmp/cache/56C/8F1/queryables%2F1-20141210082514438727000%2Fexpensive_instance_method%2F
180
181
  - test/dummy/tmp/cache/56C/9F1/queryables%2F1-20141209120106299544000%2Fexpensive_instance_method%2F
181
182
  - test/dummy/tmp/cache/56C/AB1/queryables%2F1-20141210082729215906000%2Fexpensive_instance_method%2F
183
+ - test/dummy/tmp/cache/56C/B01/queryables%2F1-20141215032918132566000%2Fexpensive_instance_method%2F
182
184
  - test/dummy/tmp/cache/56D/AD1/queryables%2F1-20141211015504786762000%2Fexpensive_instance_method%2F
183
185
  - test/dummy/tmp/cache/56E/1F1/queryables%2F1-20141209082432274319000%2Fexpensive_instance_method%2F
184
186
  - test/dummy/tmp/cache/56E/3F1/queryables%2F1-20141209125857122723000%2Fexpensive_instance_method%2F
@@ -199,6 +201,7 @@ files:
199
201
  - test/dummy/tmp/cache/573/2C1/queryables%2F1-20141209091839692120000%2Fexpensive_instance_method%2F
200
202
  - test/dummy/tmp/cache/573/6C1/queryables%2F1-20141211013148449698000%2Fexpensive_instance_method%2F
201
203
  - test/dummy/tmp/cache/573/B91/queryables%2F1-20141210082656575338000%2Fexpensive_instance_method%2F
204
+ - test/dummy/tmp/cache/573/C51/queryables%2F1-20141215032932966229000%2Fexpensive_instance_method%2F
202
205
  - test/dummy/tmp/cache/573/D11/queryables%2F1-20141209092135154677000%2Fexpensive_instance_method%2F
203
206
  - test/dummy/tmp/cache/573/F11/queryables%2F1-20141209125804677442000%2Fexpensive_instance_method%2F
204
207
  - test/dummy/tmp/cache/574/0B1/queryables%2F1-20141209224613688092000%2Fexpensive_instance_method%2F
@@ -467,7 +470,7 @@ require_paths:
467
470
  - lib
468
471
  required_ruby_version: !ruby/object:Gem::Requirement
469
472
  requirements:
470
- - - '='
473
+ - - '>='
471
474
  - !ruby/object:Gem::Version
472
475
  version: 1.9.3
473
476
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -606,6 +609,7 @@ test_files:
606
609
  - test/dummy/tmp/cache/569/141/queryables%2F1-20141210003948417039000%2Fexpensive_instance_method%2F
607
610
  - test/dummy/tmp/cache/569/1B1/queryables%2F1-20141210082529004288000%2Fexpensive_instance_method%2F
608
611
  - test/dummy/tmp/cache/569/481/queryables%2F1-20141210085555271208000%2Fexpensive_instance_method%2F
612
+ - test/dummy/tmp/cache/569/4C1/queryables%2F1-20141215032943046750000%2Fexpensive_instance_method%2F
609
613
  - test/dummy/tmp/cache/569/DF1/queryables%2F1-20141210002634084399000%2Fexpensive_instance_method%2F
610
614
  - test/dummy/tmp/cache/56A/151/queryables%2F1-20141210104327282389000%2Fexpensive_instance_method%2F
611
615
  - test/dummy/tmp/cache/56A/2F1/queryables%2F1-20141210021427948615000%2Fexpensive_instance_method%2F
@@ -623,6 +627,7 @@ test_files:
623
627
  - test/dummy/tmp/cache/56C/8F1/queryables%2F1-20141210082514438727000%2Fexpensive_instance_method%2F
624
628
  - test/dummy/tmp/cache/56C/9F1/queryables%2F1-20141209120106299544000%2Fexpensive_instance_method%2F
625
629
  - test/dummy/tmp/cache/56C/AB1/queryables%2F1-20141210082729215906000%2Fexpensive_instance_method%2F
630
+ - test/dummy/tmp/cache/56C/B01/queryables%2F1-20141215032918132566000%2Fexpensive_instance_method%2F
626
631
  - test/dummy/tmp/cache/56D/AD1/queryables%2F1-20141211015504786762000%2Fexpensive_instance_method%2F
627
632
  - test/dummy/tmp/cache/56E/1F1/queryables%2F1-20141209082432274319000%2Fexpensive_instance_method%2F
628
633
  - test/dummy/tmp/cache/56E/3F1/queryables%2F1-20141209125857122723000%2Fexpensive_instance_method%2F
@@ -643,6 +648,7 @@ test_files:
643
648
  - test/dummy/tmp/cache/573/2C1/queryables%2F1-20141209091839692120000%2Fexpensive_instance_method%2F
644
649
  - test/dummy/tmp/cache/573/6C1/queryables%2F1-20141211013148449698000%2Fexpensive_instance_method%2F
645
650
  - test/dummy/tmp/cache/573/B91/queryables%2F1-20141210082656575338000%2Fexpensive_instance_method%2F
651
+ - test/dummy/tmp/cache/573/C51/queryables%2F1-20141215032932966229000%2Fexpensive_instance_method%2F
646
652
  - test/dummy/tmp/cache/573/D11/queryables%2F1-20141209092135154677000%2Fexpensive_instance_method%2F
647
653
  - test/dummy/tmp/cache/573/F11/queryables%2F1-20141209125804677442000%2Fexpensive_instance_method%2F
648
654
  - test/dummy/tmp/cache/574/0B1/queryables%2F1-20141209224613688092000%2Fexpensive_instance_method%2F