tengai 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ /*.gem
1
2
  /coverage
2
3
  Gemfile.lock
3
4
  tags
@@ -1,5 +1,5 @@
1
1
  module Tengai
2
2
  unless defined?(Tengai::VERSION)
3
- VERSION = '0.0.1'.freeze
3
+ VERSION = '0.0.2'.freeze
4
4
  end
5
5
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.summary = 'Ruby wrapper for the NASA HORIZONS telnet system'
9
9
  s.description = 'Ruby wrapper for the NASA HORIZONS telnet system'
10
10
  s.homepage = 'http://github.com/zacstewart/tengai'
11
+ s.license = 'MIT'
11
12
  s.authors = ['Zac Stewart']
12
13
  s.email = ['zgstewart@gmail.com']
13
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tengai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-29 00:00:00.000000000 Z
12
+ date: 2013-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus
@@ -152,7 +152,8 @@ files:
152
152
  - test/unit/vector_ephemeris_parser_test.rb
153
153
  - test/unit/vector_ephemeris_table_test.rb
154
154
  homepage: http://github.com/zacstewart/tengai
155
- licenses: []
155
+ licenses:
156
+ - MIT
156
157
  post_install_message:
157
158
  rdoc_options: []
158
159
  require_paths: