resource_index 0.0.5 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -18,7 +18,7 @@ See /test/dummy/app/models/thing.rb
18
18
 
19
19
  Add this to your Gemfile:
20
20
 
21
- gem 'xapian-ruby' # or use your preferred method of installing xapian with ruby bindings
21
+ gem 'xapian-ruby' # or your preferred method of installing xapian with ruby bindings
22
22
  gem 'resource_index'
23
23
 
24
24
  ResourceIndex uses Xapian, and therefore this needs to be installed, along
@@ -29,6 +29,10 @@ However, if you already have xapian installed, or wish to use a shared
29
29
  Xapian engine, you may wish to install Xapian and the ruby bindings manually.
30
30
  For installation information see: http://xapian.org
31
31
 
32
+ Also if 'xapian-ruby' fails to install, it can be easier to diagnose the
33
+ underlying issue by trying to install xapian and the bindings manually.
34
+ For example, do discover that you need to install 'uuid-dev' first on some
35
+ ubuntu systems.
32
36
 
33
37
  == Usage
34
38
 
@@ -5,7 +5,7 @@ module ResourceIndex
5
5
  class Search < XapianDb
6
6
 
7
7
  def self.engine_for(klass, args = {})
8
- instance = klass.first
8
+ instance = klass.new
9
9
  config = {
10
10
  :dir => klass.to_s.downcase,
11
11
  :store => instance.attributes.keys,
@@ -1,9 +1,14 @@
1
1
  module ResourceIndex
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.0"
3
3
  end
4
4
 
5
5
  # History
6
6
  # =======
7
+ #
8
+ # Version 0.1.0
9
+ # -------------
10
+ # Removes requirement for resource to have a first method.
11
+ # Used in a couple of apps now, so moving to beta.
7
12
  #
8
13
  # Version 0.0.5
9
14
  # -------------
Binary file
@@ -3306,3 +3306,182 @@ Connecting to database specified by database.yml
3306
3306
   (0.0ms) begin transaction
3307
3307
   (0.2ms) SELECT COUNT(*) FROM "things"
3308
3308
   (0.1ms) rollback transaction
3309
+ Connecting to database specified by database.yml
3310
+  (2.7ms) begin transaction
3311
+ Fixture Delete (2.9ms) DELETE FROM "things"
3312
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3313
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3314
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3315
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3316
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3317
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3318
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3319
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3320
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3321
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3322
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3323
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3324
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3325
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3326
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3327
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3328
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3329
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3330
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3331
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:02', '2013-07-09 12:40:02')
3332
+  (279.6ms) commit transaction
3333
+  (0.2ms) begin transaction
3334
+  (0.1ms) rollback transaction
3335
+  (0.1ms) begin transaction
3336
+  (0.1ms) rollback transaction
3337
+  (0.1ms) begin transaction
3338
+  (0.1ms) rollback transaction
3339
+  (0.1ms) begin transaction
3340
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
3341
+  (0.1ms) rollback transaction
3342
+  (0.0ms) begin transaction
3343
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3344
+  (0.1ms) rollback transaction
3345
+  (0.0ms) begin transaction
3346
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3347
+  (0.1ms) rollback transaction
3348
+  (0.0ms) begin transaction
3349
+  (0.0ms) rollback transaction
3350
+  (0.1ms) begin transaction
3351
+  (0.1ms) rollback transaction
3352
+  (0.1ms) begin transaction
3353
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3354
+  (0.1ms) rollback transaction
3355
+  (0.0ms) begin transaction
3356
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3357
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
3358
+  (1.9ms) SELECT COUNT(*) FROM "things" 
3359
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3360
+  (0.4ms) rollback transaction
3361
+  (0.1ms) begin transaction
3362
+  (0.0ms) rollback transaction
3363
+  (0.0ms) begin transaction
3364
+  (0.0ms) rollback transaction
3365
+  (0.0ms) begin transaction
3366
+ Thing Load (0.2ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
3367
+  (0.1ms) rollback transaction
3368
+  (0.0ms) begin transaction
3369
+  (0.0ms) rollback transaction
3370
+  (0.1ms) begin transaction
3371
+  (0.1ms) SELECT COUNT(*) FROM "things"
3372
+  (0.1ms) rollback transaction
3373
+ Connecting to database specified by database.yml
3374
+  (2.2ms) begin transaction
3375
+ Fixture Delete (3.1ms) DELETE FROM "things"
3376
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3377
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3378
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3379
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3380
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3381
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3382
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3383
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3384
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3385
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3386
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3387
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3388
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3389
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3390
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3391
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3392
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3393
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3394
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3395
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:18', '2013-07-09 12:40:18')
3396
+  (168.3ms) commit transaction
3397
+  (0.1ms) begin transaction
3398
+  (0.1ms) rollback transaction
3399
+  (0.1ms) begin transaction
3400
+  (0.2ms) rollback transaction
3401
+  (0.1ms) begin transaction
3402
+  (0.1ms) rollback transaction
3403
+  (0.1ms) begin transaction
3404
+  (0.2ms) rollback transaction
3405
+  (0.1ms) begin transaction
3406
+  (0.1ms) rollback transaction
3407
+  (0.1ms) begin transaction
3408
+  (0.1ms) rollback transaction
3409
+  (0.0ms) begin transaction
3410
+  (0.1ms) rollback transaction
3411
+  (0.1ms) begin transaction
3412
+  (0.1ms) rollback transaction
3413
+  (0.1ms) begin transaction
3414
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3415
+  (0.1ms) rollback transaction
3416
+  (0.1ms) begin transaction
3417
+ Thing Load (0.3ms) SELECT "things".* FROM "things"
3418
+  (1.5ms) SELECT COUNT(*) FROM "things" 
3419
+  (0.4ms) rollback transaction
3420
+  (0.2ms) begin transaction
3421
+  (0.1ms) rollback transaction
3422
+  (0.1ms) begin transaction
3423
+  (0.1ms) rollback transaction
3424
+  (0.1ms) begin transaction
3425
+ Thing Load (0.2ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
3426
+  (0.1ms) rollback transaction
3427
+  (0.0ms) begin transaction
3428
+  (0.0ms) rollback transaction
3429
+  (0.0ms) begin transaction
3430
+  (0.1ms) SELECT COUNT(*) FROM "things" 
3431
+  (0.1ms) rollback transaction
3432
+ Connecting to database specified by database.yml
3433
+  (2.6ms) begin transaction
3434
+ Fixture Delete (2.9ms) DELETE FROM "things"
3435
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3436
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3437
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3438
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3439
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3440
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3441
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3442
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3443
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3444
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3445
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3446
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3447
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3448
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3449
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3450
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3451
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3452
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3453
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3454
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-07-09 12:40:48', '2013-07-09 12:40:48')
3455
+  (175.0ms) commit transaction
3456
+  (0.1ms) begin transaction
3457
+  (0.1ms) rollback transaction
3458
+  (0.1ms) begin transaction
3459
+  (0.1ms) rollback transaction
3460
+  (0.1ms) begin transaction
3461
+  (0.2ms) rollback transaction
3462
+  (0.2ms) begin transaction
3463
+  (0.0ms) rollback transaction
3464
+  (0.2ms) begin transaction
3465
+  (0.2ms) rollback transaction
3466
+  (0.2ms) begin transaction
3467
+  (0.4ms) rollback transaction
3468
+  (0.1ms) begin transaction
3469
+  (0.1ms) rollback transaction
3470
+  (0.2ms) begin transaction
3471
+  (0.1ms) rollback transaction
3472
+  (0.1ms) begin transaction
3473
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
3474
+  (0.1ms) rollback transaction
3475
+  (0.1ms) begin transaction
3476
+  (0.0ms) rollback transaction
3477
+  (0.0ms) begin transaction
3478
+  (0.0ms) rollback transaction
3479
+  (0.0ms) begin transaction
3480
+  (0.0ms) rollback transaction
3481
+  (0.0ms) begin transaction
3482
+  (0.1ms) rollback transaction
3483
+  (0.1ms) begin transaction
3484
+  (0.0ms) rollback transaction
3485
+  (0.1ms) begin transaction
3486
+  (0.2ms) SELECT COUNT(*) FROM "things"
3487
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resource_index
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-21 00:00:00.000000000 Z
12
+ date: 2013-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails