ruby-ephemeris 1.1.0 → 1.1.1
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.
- checksums.yaml +4 -4
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc9a11f322650d9c64174b62f704b74f756cc9b43a2a3e991889157f80977f63
|
|
4
|
+
data.tar.gz: d21021efca3793ac4a44cd195b4cf751eab2f8eb592215afe7553d7ad1e933a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cff39a2f5fda3750fdf7ab8e9a3bb1279f4f084cecea6c234a65e7dee79c4039461de5f0259cff1db85139bd3871ca66e8ff1c1c0189724207a4db5be968b6c
|
|
7
|
+
data.tar.gz: ec32b0321e45750f0e2062edf423e3913b5f532ccd1fa9a3b49715817a7bb7ee15ed5c9d37990ad5938515f8fb8fcbdebadf8a696e5aa8659b86063254b3b4ba
|
metadata
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-ephemeris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
calling any of these, you will get back an array with the following data:\n\n[ra,
|
|
19
|
-
dec, distance, ra_string, dec_string, rise, transit, set]\n\nSee Github page for
|
|
20
|
-
more info: https://github.com/isene/ephemeris"
|
|
13
|
+
description: 'This ruby class let you get important data (ra, dec, distance as well
|
|
14
|
+
as rise, transit and set times) for the Sun, the Moon and all major planets for
|
|
15
|
+
a given date and location. You can also print out a table with all the data in one
|
|
16
|
+
fell swoop. Check out the Github page for detailed information on how to use this
|
|
17
|
+
Ruby class: https://github.com/isene/ephemeris'
|
|
21
18
|
email: g@isene.com
|
|
22
19
|
executables: []
|
|
23
20
|
extensions: []
|