greyhawkweather 0.0.3 → 0.0.5
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.
- data/History.txt +4 -0
- data/PostInstall.txt +2 -1
- data/Rakefile +1 -1
- data/bin/greyweathergen +0 -1
- data/lib/baselinedata.rb +1 -1
- data/lib/greyhawkweather.rb +1 -1
- data/lib/precipitationoccurance.rb +1 -1
- data/todo.org +2 -0
- data.tar.gz.sig +0 -0
- metadata +5 -4
- metadata.gz.sig +0 -0
data/History.txt
CHANGED
data/PostInstall.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
|
2
|
-
For more information on greyhawkweather, see
|
2
|
+
For more information on greyhawkweather, see
|
3
|
+
https://github.com/verdammelt/Greyhawk-Weather
|
3
4
|
|
4
5
|
NOTE: Change this information in PostInstall.txt
|
5
6
|
You can also delete it if you don't want it.
|
data/Rakefile
CHANGED
data/bin/greyweathergen
CHANGED
data/lib/baselinedata.rb
CHANGED
data/lib/greyhawkweather.rb
CHANGED
data/todo.org
CHANGED
@@ -30,6 +30,8 @@ Minimum features needed to let me use the tool in my own game
|
|
30
30
|
|
31
31
|
** determine windspeed from precipitation
|
32
32
|
|
33
|
+
** DONE clean up after gem-ify work, and removal of rangehash
|
34
|
+
** TODO clean warnings from test runs
|
33
35
|
* fix infinite loop in weather generation (probaly only a problem in tests)
|
34
36
|
* need to calc diff in sun-rise/-set time caused by longitude
|
35
37
|
* need to calc diff in base temp caused by altitude
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: greyhawkweather
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mark Simpson
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
36
36
|
rPnJW2hNpPLFrA==
|
37
37
|
-----END CERTIFICATE-----
|
38
38
|
|
39
|
-
date:
|
39
|
+
date: 2011-01-04 00:00:00 -05:00
|
40
40
|
default_executable:
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
@@ -120,6 +120,7 @@ extra_rdoc_files:
|
|
120
120
|
- History.txt
|
121
121
|
- Manifest.txt
|
122
122
|
- PostInstall.txt
|
123
|
+
- README.rdoc
|
123
124
|
files:
|
124
125
|
- History.txt
|
125
126
|
- Manifest.txt
|
metadata.gz.sig
CHANGED
Binary file
|