usda-nutrient-database 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b5a0b3447d833e6c29476c14ec6412732351f22
4
- data.tar.gz: 3e08d047a6997358351a37f17181bd7552fa0c37
3
+ metadata.gz: 6dc24f124224152cf055861a60503e240240b2b3
4
+ data.tar.gz: 2674e5d9355cb19525a3321823b49035b425946a
5
5
  SHA512:
6
- metadata.gz: 899ea32be0548efc1a3102c465eb1493604512e515f8dc38f169ea9bde12599940d09766bcee3f9648c7ee250135a91908284130c7805a183134ad4e2e6663e9
7
- data.tar.gz: d9ffd8fb8cca6e0079e88dc667bd780c9aa691852fdd943036bf981feb9a6d63e5f46dc70334ab1adcf64b8303ada07b32c8cf5b48eb7300c0feef56c335502c
6
+ metadata.gz: f5e7b74648c9064ce431ac3d999b526a579909afb181d5ecf95f4d0840768c207fc5cf1243ef4cb1acfcb0698ab9203d2c1ea2b8b8f242092c5afc4143b752e8
7
+ data.tar.gz: 8e11ddda4441791585d01a1018bf7e89590ae6f6084bd2f48392f63ef7fa01efd3b4f613974bd060fdc813fb115760fb61a9e8f74d8e59e89c9eb31c8c7995eb
@@ -1,3 +1,3 @@
1
1
  module UsdaNutrientDatabase
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['mattbeedle@googlemail.com']
11
11
  spec.description = %q{A gem to include all the USDA nutrient data quickly into a ruby project}
12
12
  spec.summary = %q{A gem to include all the USDA nutrient data quickly into a ruby project}
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/mattbeedle/usda-nutrient-database'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
+ spec.test_files = spec.files.grep(%r{^(spec)/})
19
19
  spec.require_paths = ['lib']
20
20
 
21
21
  spec.add_runtime_dependency 'activerecord', '>= 3.0.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usda-nutrient-database
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Beedle
@@ -232,7 +232,7 @@ files:
232
232
  - spec/support/sr25/NUTR_DEF.txt
233
233
  - spec/support/sr25/NUT_DATA.txt
234
234
  - usda-nutrient-database.gemspec
235
- homepage: ''
235
+ homepage: https://github.com/mattbeedle/usda-nutrient-database
236
236
  licenses:
237
237
  - MIT
238
238
  metadata: {}