ChangeLog

2016-06-27

2016-06-27 Michael Granger <ged@FaerieMUD.org>

.gems, .ruby-gemset, .ruby-version, .rvmrc, Gemfile, History.md, History.rdoc, README.md, README.rdoc, Rakefile, thingfish-metastore- pg.gemspec

Update build env [0a1c87687905] [tip]

2015-12-14

2015-12-14 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/metastore/pg.rb, lib/thingfish/metastore/pg/metadata.rb

Consider user metadata for ordering, too [d69c38e41d05] [github/master]

2015-12-10

2015-12-10 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/metastore/pg.rb

Don't raise a NoMethodError on missing metadata keys [99ac5402317a]

Rakefile

Use latest semantic versioning for the gemspec [7c7236fda1e2]

2015-11-02

2015-11-02 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/metastore/pg.rb

Rename obsoleted metastore API to correct name. [993664929f87]

LICENSE.rdoc, README.rdoc, Rakefile

Fix README and LICENSE file. [e9c83aeb5889]

2015-04-01

2015-04-01 Mahlon E. Smith <mahlon@martini.nu>

.gems, .rvm.gems, .rvmrc

Bump development default ruby version, rename rvm gems file. [3e762af58fc9]

2015-01-29

2015-01-29 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/metastore/pg.rb

Fix the apply_search_order method [41dec81585a4]

lib/thingfish/metastore/pg.rb

Make the return from search not use a lazy enumerator. It was an interesting experiment, but I don't think it's going to work without retooling the handler to support enumerators. [7e3215bec4f4]

lib/thingfish/metastore/pg/metadata.rb

Ensure the “uploadaddress” is a string [e367a26e6d3b]

lib/thingfish/metastore/pg.rb

Rearrange the config methods. The `::configure` method needs to be below the methods it calls in case it's called upon definition. [485bf6854980]

.hgignore

Ignore the package directory. [21423daeb9ce]

2015-01-28

2015-01-28 Michael Granger <ged@FaerieMUD.org>

data/thingfish-metastore-pg/migrations/20150114_initial.rb, lib/thingfish/metastore/pg.rb, lib/thingfish/metastore/pg/metadata.rb, spec/spec_helper.rb

Add initial Thingfish::Metastore API [3b0d1b844ad6]

.hgignore, .pryrc, Manifest.txt

Update some project files [95106fe17011]

2015-01-14

2015-01-14 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, data/thingfish-metastore- pg/migrations/20150114_initial.rb, lib/thingfish/metastore/pg.rb, spec/spec_helper.rb, spec/thingfish/metastore/pg_spec.rb

Got the schema loading and spec helpers set up [62f8eaf03619]

.document, .gitignore, .hgignore, .pryrc, .rvm.gems, .rvmrc, .simplecov, History.rdoc, LICENSE.rdoc, README.rdoc, Rakefile, lib/thingfish/metastore/pg.rb, spec/spec_helper.rb, spec/thingfish/metastore/pg_spec.rb

Initial boilerplate [d4cb46c1f0b5]