evapotranspiration 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8561058e71ac96aeabb8d44b6f3e3093a8d7c20
4
- data.tar.gz: 51891e4043793b19af59d9491d73cb90eca4dd98
3
+ metadata.gz: 739b7a69e038ef8a633b01a8130e0de5cbfb9d7f
4
+ data.tar.gz: f2804100678e48da493815a7cadc519356dd860e
5
5
  SHA512:
6
- metadata.gz: '0380b35a8925923f4d5f511d8dc1dedad458116cc9aebeeb855b6a63a799409b908384711e6ac53ec9b59f0ab1cc6cf6a5db372641b6d3fa3e7e92d2301700e3'
7
- data.tar.gz: 3ffc58ebd65c6587ada580efee2a69d33f2629d976d8d3911eb9b0eed1c11b822514bfdea4fb969037975c9e377d8a717b01f7ef5eaf341aed85b56a376c8080
6
+ metadata.gz: 849048db330bfb7d9efc3215d50a6cad6fac525c8c9a36344b98081e39d109cf13a27c639e3213890e4eda3a29638f50915cb7f3846dedcdf58b73e707eb4056
7
+ data.tar.gz: 98b751d0d3576c9293a4a54fe1d5dd9d4c72b050ecf183b8f17c797c2144cf4d21d02de61486e1e02883d4939dd1ca6b7be10caf964ebdb5634cf956e4eed2ea
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["bjohnston@cropquest.com"]
11
11
  spec.summary = %q{Ruby library for calculating reference crop evapotranspiration (ETo)}
12
12
  spec.description = %q{Ruby library for calculating reference crop evapotranspiration (ETo), also referred to as potential evapotranspiration (PET), using the FAO-56 Penman-Monteith method.}
13
- spec.homepage = "https://github.com/beaorn/evapotranspiration"
13
+ spec.homepage = "https://github.com/CropQuest/evapotranspiration"
14
14
  spec.license = "BSD 3-Clause"
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module Evapotranspiration
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evapotranspiration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryce Johnston
@@ -78,7 +78,7 @@ files:
78
78
  - lib/evapotranspiration/thornthwaite.rb
79
79
  - lib/evapotranspiration/validation.rb
80
80
  - lib/evapotranspiration/version.rb
81
- homepage: https://github.com/beaorn/evapotranspiration
81
+ homepage: https://github.com/CropQuest/evapotranspiration
82
82
  licenses:
83
83
  - BSD 3-Clause
84
84
  metadata: {}