smo_flow 0.1.0 → 0.1.1
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 +4 -4
- data/lib/smo_flow/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6777f6e0907af5036c9703755b9dc74934363272b01f75ca935548ba13d121b4
|
|
4
|
+
data.tar.gz: abd841697b226c3f6cc212f3d72ad7ca6bb4b528fce256a8a01c4fd63b5e2b62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06de32b588bb7648083cd87d6915aa11405314601ce296cbfe841c3cca91e1a72965604afbf9702d0e23e4c9cced418f9b8e8d04682f0928d5a5f346793e0aab
|
|
7
|
+
data.tar.gz: 7835cfd3bfc48298906e70b532616c1b1c430c4ab24c6a2f565f374713be1b803a49ad28d13fe77c0f92857d49e2c4d8085ff95efc2aa3ba27821118bb7b52a7
|
data/lib/smo_flow/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smo_flow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Madrid Ontiveros
|
|
@@ -9,8 +9,14 @@ bindir: bin
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 2026-05-01 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
13
|
-
|
|
12
|
+
description: 'SMO Flow is a Ruby library created by Sebastian Madrid Ontiveros to
|
|
13
|
+
help support hydraulic modelling in the UK and around the world. It was developed
|
|
14
|
+
in response to the lack of hydraulic modelling libraries available for Ruby, with
|
|
15
|
+
the aim of making subcatchment runoff and flow calculations simpler, clearer, and
|
|
16
|
+
more accessible. The library provides a developer-friendly way to estimate flow
|
|
17
|
+
from roads, roofs, permeable areas, foul flow, and trade flow, using the Rational
|
|
18
|
+
Method and timestep-based calculations. If you find this project useful and would
|
|
19
|
+
like to support its development, please consider donating: https://buymeacoffee.com/smadrid'
|
|
14
20
|
email:
|
|
15
21
|
- sebasmadrid20@hotmail.com
|
|
16
22
|
executables: []
|
|
@@ -47,5 +53,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
53
|
requirements: []
|
|
48
54
|
rubygems_version: 3.6.2
|
|
49
55
|
specification_version: 4
|
|
50
|
-
summary:
|
|
56
|
+
summary: SMO Flow — subcatchment runoff and flow calculations for Ruby
|
|
51
57
|
test_files: []
|