greyhawkweather 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.5 2011-01-04
2
+
3
+ * Fixing warnings when running the script
4
+
1
5
  === 0.0.3 2010-12-29
2
6
 
3
7
  * Fixing broken release
data/PostInstall.txt CHANGED
@@ -1,5 +1,6 @@
1
1
 
2
- For more information on greyhawkweather, see http://greyhawkweather.rubyforge.org
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
@@ -15,7 +15,7 @@ $hoe = Hoe.spec 'greyhawkweather' do
15
15
  self.post_install_message = 'PostInstall.txt'
16
16
  self.rubyforge_name = self.name
17
17
  self.extra_deps = [['rangehash','>= 0.0.1']]
18
-
18
+ self.extra_rdoc_files = ["README.rdoc"]
19
19
  end
20
20
 
21
21
  require 'newgem/tasks'
data/bin/greyweathergen CHANGED
@@ -9,7 +9,6 @@ $terrain ||= "plains"
9
9
  require 'rubygems'
10
10
  gem 'rangehash'
11
11
 
12
- require 'YAML'
13
12
  require File.dirname(__FILE__) + '/../lib/greyhawkweather'
14
13
  require 'GreyhawkWeatherGenerator'
15
14
 
data/lib/baselinedata.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'YAML'
1
+ require 'YAML' unless defined? :YAML
2
2
 
3
3
  require 'temperaturerange'
4
4
  require 'skyconditions'
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Greyhawkweather
5
- VERSION = '0.0.3'
5
+ VERSION = '0.0.5'
6
6
  end
@@ -1,4 +1,4 @@
1
- require 'YAML'
1
+ require 'YAML' unless defined? :YAML
2
2
 
3
3
  require 'rangehash'
4
4
 
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: 25
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
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: 2010-12-29 00:00:00 -05:00
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