kerbaldyn 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -1
- data/kerbaldyn.gemspec +1 -1
- data/lib/kerbaldyn/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -67,7 +67,8 @@ Notes:
|
|
67
67
|
* Can specify orbits by planet@400a or planet@400r for 400km alt or 400km radius respectively.
|
68
68
|
|
69
69
|
= Version History
|
70
|
-
[0.8.
|
70
|
+
[0.8.1 - 2012-Nov-07] Fixed homepage link in gemspec.
|
71
|
+
[0.8.0 - 2012-Nov-07] Additions and bugfixes.
|
71
72
|
* (FEATURE) Part and PartLibrary completed just in time to realise it won't work with 0.18.
|
72
73
|
* (FIX) The SOI calculation now uses the empirically tested version from in the game.
|
73
74
|
[0.7.0 - 2012-Oct-02] Initial Public Release.
|
data/kerbaldyn.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
|
7
7
|
s.authors = ['Jeff Reinecke']
|
8
8
|
s.email = 'jeff@paploo.net'
|
9
|
-
s.homepage = 'http://www.github.com/paploo/
|
9
|
+
s.homepage = 'http://www.github.com/paploo/kerbaldyn'
|
10
10
|
s.summary = 'A library for Kerbal Space Program (KSP) calculation and simulation tools.'
|
11
11
|
s.description = 'A library for Kerbal Space Program (KSP) calculation and simulation tools.'
|
12
12
|
s.licenses = ['BSD']
|
data/lib/kerbaldyn/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kerbaldyn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -70,7 +70,7 @@ files:
|
|
70
70
|
- spec/support/planet_test_data.json
|
71
71
|
- .rspec
|
72
72
|
- kerbaldyn.gemspec
|
73
|
-
homepage: http://www.github.com/paploo/
|
73
|
+
homepage: http://www.github.com/paploo/kerbaldyn
|
74
74
|
licenses:
|
75
75
|
- BSD
|
76
76
|
post_install_message:
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: '0'
|
92
92
|
segments:
|
93
93
|
- 0
|
94
|
-
hash:
|
94
|
+
hash: 876657575411042087
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
97
|
rubygems_version: 1.8.24
|