resource_index 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -18,10 +18,17 @@ 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
22
  gem 'resource_index'
22
23
 
23
- Note that there is a dependency on xapian-ruby, and this can take a few minutes
24
- to install
24
+ ResourceIndex uses Xapian, and therefore this needs to be installed, along
25
+ with bindings for ruby. I have found the easiest way to achieve this is to use
26
+ the 'xapian-ruby' gem.
27
+
28
+ However, if you already have xapian installed, or wish to use a shared
29
+ Xapian engine, you may wish to install Xapian and the ruby bindings manually.
30
+ For installation information see: http://xapian.org/
31
+
25
32
 
26
33
  == Usage
27
34
 
@@ -1,3 +1,17 @@
1
1
  module ResourceIndex
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
4
+
5
+ # History
6
+ # =======
7
+ #
8
+ # Version 0.0.2
9
+ # -------------
10
+ #
11
+ # Removes dependency on xapian-ruby. This is now a recommended option
12
+ #
13
+ # Version 0.0.1
14
+ # -------------
15
+ #
16
+ # Initial release
17
+ #
@@ -1 +1 @@
1
- IAmChert�� iaM��K�� SH���
1
+ IAmChert�� ��%ތUCE�0��M
Binary file
@@ -2989,3 +2989,64 @@ Connecting to database specified by database.yml
2989
2989
   (0.1ms) rollback transaction
2990
2990
   (0.1ms) begin transaction
2991
2991
   (0.1ms) rollback transaction
2992
+ Connecting to database specified by database.yml
2993
+  (1.7ms) begin transaction
2994
+ Fixture Delete (2.4ms) DELETE FROM "things"
2995
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
2996
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
2997
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
2998
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
2999
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3000
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3001
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3002
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3003
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3004
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3005
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3006
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3007
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3008
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3009
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3010
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3011
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3012
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3013
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3014
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-20 10:09:00', '2013-02-20 10:09:00')
3015
+  (142.3ms) commit transaction
3016
+  (0.1ms) begin transaction
3017
+  (0.1ms) rollback transaction
3018
+  (0.1ms) begin transaction
3019
+  (0.1ms) rollback transaction
3020
+  (0.1ms) begin transaction
3021
+  (0.1ms) rollback transaction
3022
+  (0.1ms) begin transaction
3023
+ Thing Load (0.7ms) SELECT "things".* FROM "things" LIMIT 1
3024
+  (0.2ms) rollback transaction
3025
+  (0.1ms) begin transaction
3026
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3027
+  (0.1ms) rollback transaction
3028
+  (0.1ms) begin transaction
3029
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3030
+  (0.1ms) rollback transaction
3031
+  (0.1ms) begin transaction
3032
+  (0.0ms) rollback transaction
3033
+  (0.1ms) begin transaction
3034
+  (0.0ms) rollback transaction
3035
+  (0.1ms) begin transaction
3036
+ Thing Load (0.9ms) SELECT "things".* FROM "things" LIMIT 1
3037
+  (0.4ms) rollback transaction
3038
+  (0.0ms) begin transaction
3039
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
3040
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
3041
+  (1.0ms) SELECT COUNT(*) FROM "things" 
3042
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
3043
+  (0.3ms) rollback transaction
3044
+  (0.1ms) begin transaction
3045
+  (0.1ms) rollback transaction
3046
+  (0.1ms) begin transaction
3047
+  (0.1ms) rollback transaction
3048
+  (0.1ms) begin transaction
3049
+ Thing Load (0.3ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
3050
+  (0.1ms) rollback transaction
3051
+  (0.1ms) begin transaction
3052
+  (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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,7 +51,7 @@ dependencies:
51
51
  - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
- type: :runtime
54
+ type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  none: false