spec/database.yml | 100644 | 0 | 0 | | | 356 Bytes | 1a4c4dddfb8e04237d9c265b4ba8aff143eecafe47c52d53276e5e516cec054e |
.gitignore | 100644 | 0 | 0 | | | 179 Bytes | d1c9bcdf3ad338b804e9f225decc9c2eb7d945b66c85dbfaed1772055a275b1b |
.rspec | 100644 | 0 | 0 | | | 31 Bytes | 3c1e0e3627dc030a4c0095acd12ac6b4eb367e6e2095fa1c89653d97006beb7e |
.travis.yml | 100644 | 0 | 0 | | | 192 Bytes | 7aed1ad5902f1c350f20b3f35be7da180856fc691fed3470f6c5cbbd4c951f95 |
CHANGELOG.md | 100644 | 0 | 0 | | | 1.73 KB | b2fe875c2fa7eb9b0b29aa26ebd7776fd6f23d8bfc887e7f99d463d73e5e50b9 |
Gemfile | 100644 | 0 | 0 | | | 107 Bytes | c5bc1677049141997394e3d4a971173f1c0473cd7908e7c8beb5a2936ed5b0a0 |
Guardfile | 100644 | 0 | 0 | | | 300 Bytes | 85b8c8db66f2644661fdaf8a3c14abc4147d2f66369c98685fe9a2b8ed27b55c |
LICENSE.txt | 100644 | 0 | 0 | | | 1.04 KB | bea598dbc3c20b0be9874c96b15afc1b9760bd257b96dae245255279656cde23 |
README.md | 100644 | 0 | 0 | | | 4.12 KB | 6b97d2ce7d747196aaea6b50e913e571c55b455135df3d5c48fb570ee8e90f96 |
Rakefile | 100644 | 0 | 0 | | | 28 Bytes | 5d20ab6abd8a77e0db94f9599c1ee015db492045de53207641ace9bca4862f24 |
db/migrate/10_fix_footnotes_indexes.rb | 100644 | 0 | 0 | | | 637 Bytes | ca5ac5fb779e98d8c2964b7e3d3c5ac9168b5ceeae66c5b783904225aa1ec121 |
db/migrate/11_fix_usda_weights.rb | 100644 | 0 | 0 | | | 318 Bytes | c9de53dbbd7c7fd9f1dccd60d40498a05722c9783c5a111775e17562b91c77c5 |
db/migrate/12_fix_usda_foods_nutrients.rb | 100644 | 0 | 0 | | | 268 Bytes | 65e5f2c61adb21bc38e022260d31f1b1f93b1265622e72869e557304cacf570b |
db/migrate/1_create_usda_food_groups.rb | 100644 | 0 | 0 | | | 258 Bytes | 7837efddb26a86611410565cd4f4eeb65132fc5a801c272680fab8f15bbefbd2 |
db/migrate/2_create_usda_foods.rb | 100644 | 0 | 0 | | | 665 Bytes | 1cd9d27acff9ff3def45c42c86d96807a4f48a7c1a632d7869b6677b08c58884 |
db/migrate/3_create_usda_foods_nutrients.rb | 100644 | 0 | 0 | | | 916 Bytes | 79e4c4b9c326be8e2bce30d20a49f4b9f73f4f29f1f90222fdcc262bedd1e58b |
db/migrate/4_create_usda_nutrients.rb | 100644 | 0 | 0 | | | 435 Bytes | 4597ff62f2fda22dfbe5a6d52540875e5f7cb06a2dcc2dbcdbce56c84625e456 |
db/migrate/5_create_usda_weights.rb | 100644 | 0 | 0 | | | 435 Bytes | a94b630c1fe2d85e3aeee83772ee0748aea8ce85d6329dc0ee13e2dadb02ebe7 |
db/migrate/6_create_usda_footnotes.rb | 100644 | 0 | 0 | | | 392 Bytes | e3778d8e218fca65020bb4d9440d3e4e45a21399ba3834597c8d8431fdc8baa6 |
db/migrate/7_create_usda_source_codes.rb | 100644 | 0 | 0 | | | 216 Bytes | 426fe69f5dbe4a2fd9ca3ef09916b1e2fbf60e4afb7973d2a8938739e65f9e9d |
db/migrate/8_add_timestamps_to_all_tables.rb | 100644 | 0 | 0 | | | 366 Bytes | bbe978e1197ef7bbb93c07f202962f5f4745f8fef483a47ca76c42bec1ac663e |
db/migrate/9_add_referential_integrity.rb | 100644 | 0 | 0 | | | 2.25 KB | a0360d125c5709f1ef0ac76a0d4413cff8de8b3c3260b166db556e6e5ac3ac36 |
lib/usda-nutrient-database.rb | 100644 | 0 | 0 | | | 1.71 KB | 498aebde8511a35f7f81b38da6095cd338cbdf9aa101d12cc374f129f58af181 |
lib/usda_nutrient_database/configuration.rb | 100644 | 0 | 0 | | | 403 Bytes | a2fd7ec6ac8920c923b4b90fee1883a87993a208d23687864a15e24322d917f6 |
lib/usda_nutrient_database/engine.rb | 100644 | 0 | 0 | | | 92 Bytes | 1e8fc4da7717c3c9590bf6b0745095b1ac529939579b2f823354f215a3efa401 |
lib/usda_nutrient_database/food.rb | 100644 | 0 | 0 | | | 1.22 KB | 3caf9c003d084ec5c357385e00a4be5c7466fa18edd77e0004238d38d8169470 |
lib/usda_nutrient_database/food_group.rb | 100644 | 0 | 0 | | | 383 Bytes | 9fef670a7b0ab408c4602317545d707db506674c0bd530e08abd9d9b8e652bd3 |
lib/usda_nutrient_database/foods_nutrient.rb | 100644 | 0 | 0 | | | 969 Bytes | 9f686508e95fbbef48f20dc76ae353533755fa45dea1e28b6293b67fee597ec5 |
lib/usda_nutrient_database/footnote.rb | 100644 | 0 | 0 | | | 749 Bytes | 117a19cdbd9f785fb376961a756e597dd8782be0101539b8a807fb4fe5383f7c |
lib/usda_nutrient_database/import/base.rb | 100644 | 0 | 0 | | | 1.57 KB | b7976c721f6099179bf5f080e68a256a962a92e4d9bbcbccac344870db3d019d |
lib/usda_nutrient_database/import/downloader.rb | 100644 | 0 | 0 | | | 1.97 KB | e007ff47692a5aa44fc192aa03c9e9055339c09fabe20f90f5735ba9e3b1f2fc |
lib/usda_nutrient_database/import/food_groups.rb | 100644 | 0 | 0 | | | 718 Bytes | e2d675de9eca593f28815c6d0e565ea76cb4645ffd5458d3adad28d6c9e0ad5a |
lib/usda_nutrient_database/import/foods.rb | 100644 | 0 | 0 | | | 1.08 KB | 26a930cfefdcfa02fd0ff3f4841b97f445c6ee5668f3c246bb42bb77b9db8c63 |
lib/usda_nutrient_database/import/foods_nutrients.rb | 100644 | 0 | 0 | | | 1.43 KB | 3179ada8d6048724d8c629c5efce1f51ef17ec48a4752ef2f20097adcc2c85ab |
lib/usda_nutrient_database/import/footnotes.rb | 100644 | 0 | 0 | | | 965 Bytes | 90d0862b2690c118700e298c4fc7a81855c6ca236069c9a3c1cb006735a1fa91 |
lib/usda_nutrient_database/import/nutrients.rb | 100644 | 0 | 0 | | | 851 Bytes | bf852383d456fc615ccf36444aa2c020b1040bfd6f7fc9e0425f582e53b542d2 |
lib/usda_nutrient_database/import/source_codes.rb | 100644 | 0 | 0 | | | 697 Bytes | db372841b4d12c76c54bc274f4af4b2829f5635455457d2729a00acfc96c2deb |
lib/usda_nutrient_database/import/weights.rb | 100644 | 0 | 0 | | | 962 Bytes | 0837d869083f57e5063ecff18b9dce91df51c715050faea00cddabb1d3a29de1 |
lib/usda_nutrient_database/importer.rb | 100644 | 0 | 0 | | | 880 Bytes | 6962d5005c6bbeada6ce33f330459d2f565173af04b99f8630af1c1ff850c678 |
lib/usda_nutrient_database/nutrient.rb | 100644 | 0 | 0 | | | 1021 Bytes | dcb0cd71a568607417c3c689e66608a7a9cba8498669b841246883e40574188d |
lib/usda_nutrient_database/railtie.rb | 100644 | 0 | 0 | | | 208 Bytes | 5f044ca36e160d403fe830bc6d43da0b18654d67206bd0fcade4a78e20215275 |
lib/usda_nutrient_database/source_code.rb | 100644 | 0 | 0 | | | 234 Bytes | a09886e7d06673083541d1da0da54fbd9313613c811c627a8a35c582d4cd2949 |
lib/usda_nutrient_database/tasks/usda_nutrient_database.rake | 100644 | 0 | 0 | | | 873 Bytes | 6d98f69a35022276c93c1b6d692d159e4b6c6b6894ddbed2b369eaedc0c0ae3b |
lib/usda_nutrient_database/version.rb | 100644 | 0 | 0 | | | 52 Bytes | de8d1e9e5b7f0fdaa51953e19a0c0306b0c68bddf97c96f23448a3ba8fffcf01 |
lib/usda_nutrient_database/weight.rb | 100644 | 0 | 0 | | | 705 Bytes | 68c8c0560706948e0f3da5fa948fa7ed0b5508724738f76465837e0dc1787df6 |
spec/lib/usda_nutrient_database/food_group_spec.rb | 100644 | 0 | 0 | | | 180 Bytes | a139a371a11de41710c9598e1a211b88262c52c39917f8a4d989d3ea2b5dec4b |
spec/lib/usda_nutrient_database/food_spec.rb | 100644 | 0 | 0 | | | 311 Bytes | 750acf206626360501bad686275f6aeb744f680b547815a7d1c305ef662d3567 |
spec/lib/usda_nutrient_database/foods_nutrient_spec.rb | 100644 | 0 | 0 | | | 364 Bytes | 4ebfe41bfe69643fafd093c088d950111fd2b4c5d00bec85d4b1fa6dfc6974a9 |
spec/lib/usda_nutrient_database/footnote_spec.rb | 100644 | 0 | 0 | | | 476 Bytes | 6821167624d2fcc036392a48d0789db46c2d8fc14c280d239fe2d8511c40e88d |
spec/lib/usda_nutrient_database/import/downloader_spec.rb | 100644 | 0 | 0 | | | 1.71 KB | 9414e13b6c04c2cef1961c4cf07378eb3f624e0d6eb970772c03f19dd8231b9d |
spec/lib/usda_nutrient_database/import/food_groups_spec.rb | 100644 | 0 | 0 | | | 704 Bytes | 369ba5fd41cb59ce2b93277c5d966d125386d5eb688d2d476b4a0f9e6b96837a |
spec/lib/usda_nutrient_database/import/foods_nutrients_spec.rb | 100644 | 0 | 0 | | | 293 Bytes | 825eab574b93023fe9eee0615951d3409e69f7e3ed91987339a069adc5eaf7a1 |
spec/lib/usda_nutrient_database/import/foods_spec.rb | 100644 | 0 | 0 | | | 378 Bytes | f35791d0c148834de99136ff87d7b919b612239fc030e2e16d0fcb8dbe6e8586 |
spec/lib/usda_nutrient_database/import/footnotes_spec.rb | 100644 | 0 | 0 | | | 269 Bytes | 69055268c5384be117955522be144c675c4ae0728c42468d161b7bc52b5a5554 |
spec/lib/usda_nutrient_database/import/nutrients_spec.rb | 100644 | 0 | 0 | | | 269 Bytes | f859e0e6f35ee2bf47159c47bb29121b858315698c6294febc7330edfa93371b |
spec/lib/usda_nutrient_database/import/source_codes_spec.rb | 100644 | 0 | 0 | | | 275 Bytes | 07965cc1b415e23725ea7ad92b2532b72772c8a639e1d716fa50396d95eca8ba |
spec/lib/usda_nutrient_database/import/weights_spec.rb | 100644 | 0 | 0 | | | 265 Bytes | b4e078a6737038bf6a5634590ca92660fb97ece6a3304cebd8f4ac128d245cfc |
spec/lib/usda_nutrient_database/importer_spec.rb | 100644 | 0 | 0 | | | 2.23 KB | 61f46a04e5550f2648a4652c8c03de3c90f4084f792f2acdb34eae2ff84cd6a7 |
spec/lib/usda_nutrient_database/nutrient_spec.rb | 100644 | 0 | 0 | | | 423 Bytes | 2ddee14b0a14723b8f11c88aa6702994f4a7b9e18705997ba210d1a955d1cea7 |
spec/lib/usda_nutrient_database/source_code_spec.rb | 100644 | 0 | 0 | | | 167 Bytes | 742174d64b00c36f52a7509d5d1222337e83c5e17429cc44e1212299270ccecf |
spec/lib/usda_nutrient_database/weight_spec.rb | 100644 | 0 | 0 | | | 361 Bytes | 566f2520e765ac0adebb718a961532ddfef5b615b2953a31cae653ca73a63357 |
spec/schema.rb | 100644 | 0 | 0 | | | 2.59 KB | f5a3cddafcbbc632157af07e6a30847a400bd4c894e1c8109306656530490c83 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 2.41 KB | 7381f8c29c0b1a09c6ae910c6c6cd134a2aa718a067194706d8ed813f67438be |
spec/support/database.rb | 100644 | 0 | 0 | | | 979 Bytes | fc3f8cc95e91467824d0e594379a2e3876daabff4986edded3eb840710e7c794 |
spec/support/sr25.zip | 100644 | 0 | 0 | | | 385 KB | d6a8ceaf2c857e87820ac61ea45b950aecad0a7e56c1e5b0cec8375c310ddae1 |
spec/support/sr25/FD_GROUP.txt | 100644 | 0 | 0 | | | 60 Bytes | aee00bd6c2c349b5891d5023424e0bc87fad6ff01a48a62836d30905dbb6c94e |
spec/support/sr25/FOOD_DES.txt | 100644 | 0 | 0 | | | 413 Bytes | acd190634ee500759b5bd664af847484a1937d18fd2a39251aac157e28423a06 |
spec/support/sr25/FOOTNOTE.txt | 100644 | 0 | 0 | | | 447 Bytes | ff89cb1af13460d6771dcd761d5c81a1b91888272092bc313c5c6bb49cc285a7 |
spec/support/sr25/NUTR_DEF.txt | 100644 | 0 | 0 | | | 148 Bytes | ee044a18158ce0474ab1bc47a2b6883b3e111b25c38af66744ce8465c5e263c9 |
spec/support/sr25/NUT_DATA.txt | 100644 | 0 | 0 | | | 293 Bytes | e3fdfe8193a16abd85500eba941066fd947de197a944cc3c4b75aaffeef2a2b6 |
spec/support/sr25/SRC_CD.txt | 100644 | 0 | 0 | | | 532 Bytes | 4351328c88c7deb275a625c3219d4aced92a265349893ce82b4cc1481c984b7e |
spec/support/sr25/WEIGHT.txt | 100644 | 0 | 0 | | | 96 Bytes | 32436f00664f4538af3c84aecb05280dccfa5e2bc60e33acabcd62d4ac390f54 |
spec/support/sr27.zip | 100644 | 0 | 0 | | | 1.81 MB | ecfcfc1a64c5b4df4176eafcb16875c4ac8b72d36248127f88907c35c164acb1 |
usda-nutrient-database.gemspec | 100644 | 0 | 0 | | | 1.67 KB | 2612891a385e3d8ceeae72b80af4b4860f36ac3387fae099d918f89c68c14470 |