usno-transit 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/usno/transit/version.rb +1 -1
- data/usno-transit.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a41783523cf4e3dca24b182e583ad002dd43b6b4
|
4
|
+
data.tar.gz: 6383da1b4c395f565764aed3e748372edb34a867
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 314e61f00a2385baccf0d863d57d2e514fea20ce434274bc4fff0672152e5fbc54f680a4c39fdea82362a209ab983a2bef5630d6e2a59c819d92687df3170dad
|
7
|
+
data.tar.gz: 53491020edfc69097bbd37aa3830c092571cb90b254a037f72f0c755dfef8ab2b40781d6da6d6c29abb3bea8703b7a4f69cbaa1ac1ef0cbedda58684e41bf208
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Usno::Transit [![Code Climate](https://codeclimate.com/github/rthbound/usno-transit.png)](https://codeclimate.com/github/rthbound/usno-transit)
|
1
|
+
# Usno::Transit [![Code Climate](https://codeclimate.com/github/rthbound/usno-transit.png)](https://codeclimate.com/github/rthbound/usno-transit)[![Coverage Status](https://coveralls.io/repos/rthbound/usno-transit/badge.png)](https://coveralls.io/r/rthbound/usno-transit)
|
2
2
|
|
3
3
|
## Installation
|
4
4
|
|
@@ -56,9 +56,14 @@ the output of the above call will look something like the following
|
|
56
56
|
</html>
|
57
57
|
```
|
58
58
|
|
59
|
+
## Other USNO libraries
|
60
|
+
|
61
|
+
[usno-imagery](http://github.com/rthbound/usno-transit) builds URLs for consuming USNO's imagery data services. These services provide synthetic views of earth and other selected solar system bodies.
|
59
62
|
|
60
63
|
## Contributing
|
61
64
|
|
65
|
+
If anyone wants to have a go at parsing the text/html output into JSON and/or CSV format (for graphing purposes), have at it! Otherwise, I'll be building that out in the near future.
|
66
|
+
|
62
67
|
1. Fork it
|
63
68
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
64
69
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
data/lib/usno/transit/version.rb
CHANGED
data/usno-transit.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.summary = %q{Consumes USNO resources to return times of rise, set,
|
15
15
|
and transit for the major solar system bodies and selected bright stars.
|
16
16
|
}
|
17
|
-
spec.homepage = ""
|
17
|
+
spec.homepage = "http://github.com/rthbound/usno-transit"
|
18
18
|
spec.license = "MIT"
|
19
19
|
|
20
20
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: usno-transit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan T. Hosford
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -116,7 +116,7 @@ files:
|
|
116
116
|
- test/test_helper.rb
|
117
117
|
- test/unit/usno/transit/us_request_test.rb
|
118
118
|
- usno-transit.gemspec
|
119
|
-
homepage:
|
119
|
+
homepage: http://github.com/rthbound/usno-transit
|
120
120
|
licenses:
|
121
121
|
- MIT
|
122
122
|
metadata: {}
|