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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/smo_flow/version.rb +1 -1
  3. metadata +10 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6a11557adf654726ab615341e9d560c6d8b39d52ee9d76ef650e8f66c037b09
4
- data.tar.gz: 40df39124f7c01698c32c2c48f6c88f4cf178a83041e7061bd1aaa1ba9d46cc1
3
+ metadata.gz: 6777f6e0907af5036c9703755b9dc74934363272b01f75ca935548ba13d121b4
4
+ data.tar.gz: abd841697b226c3f6cc212f3d72ad7ca6bb4b528fce256a8a01c4fd63b5e2b62
5
5
  SHA512:
6
- metadata.gz: ca2f978145867d7dcd5a5e90f2ac4989250f7932fd5e8866fcc47ec06a0631820ad318bd6ba483ee7303cd6dffb646b094e8b976d7a3917df26b167ea4ff1780
7
- data.tar.gz: 22c7dd0f8faa36f10df65bf4023a3053b26f8f20b88ee8d7581d43b1cd540b43d7e0f7253862fae290b7919a261dc490b19ef73e123b11333504f9e977615a07
6
+ metadata.gz: 06de32b588bb7648083cd87d6915aa11405314601ce296cbfe841c3cca91e1a72965604afbf9702d0e23e4c9cced418f9b8e8d04682f0928d5a5f346793e0aab
7
+ data.tar.gz: 7835cfd3bfc48298906e70b532616c1b1c430c4ab24c6a2f565f374713be1b803a49ad28d13fe77c0f92857d49e2c4d8085ff95efc2aa3ba27821118bb7b52a7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SmoFlow
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: A Ruby library for estimating flow from roads, roofs, permeable areas,
13
- foul flow, and trade flow using the Rational Method and timestep-based calculations.
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: Subcatchment output flow calculator using component-based drainage calculations
56
+ summary: SMO Flow subcatchment runoff and flow calculations for Ruby
51
57
  test_files: []