ruby-ephemeris 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfc646687b8a3dbb654bd1d2f2e2b09e268fec7d9204fad4b63f7835b99d0157
4
- data.tar.gz: 4a6b5b2bca82f971beeeb6ffff62141549054c3b13d59bf5ebe82fa564daab99
3
+ metadata.gz: dc9a11f322650d9c64174b62f704b74f756cc9b43a2a3e991889157f80977f63
4
+ data.tar.gz: d21021efca3793ac4a44cd195b4cf751eab2f8eb592215afe7553d7ad1e933a4
5
5
  SHA512:
6
- metadata.gz: 5d2f51a20fc76f4f2f75e16da7fd3dd6e65e17d53ea620d6925c7be24c2a501cd8a595aed5ed630d1f9d15f3c34cac635b340dc1479c8fcf34d371bc1d30ecae
7
- data.tar.gz: fc43fc53d1a731e88d57d33e3a5d96eac5cec51e63757bc9b378134e1d21f9bfc07021221839846cc76efa9d9eb0ffa76049d0aabd57d74051c3fea40fb2a029
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.0
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-25 00:00:00.000000000 Z
11
+ date: 2021-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: "Usage is simple and straightforward:\n\no = Ephemeris.new(date, lat,
14
- lon, tz)\n...creates a new ephemeris object for the \"date\" (a string in ISO format
15
- 2020-12-16) by supplying the observer latitude (lat), longitude (lon) and time zone
16
- (tz).\n\nExample: today = Ephemeris.new(\"2020-12-16\", 59.568, 10.02, 1)\n\nYou
17
- will then have access to the following data:\n\ntoday.sun\ntoday.moon \ntoday.mercury\ntoday.venus\ntoday.mars\ntoday.jupiter\ntoday.saturn\ntoday.uranus\ntoday.neptune\nBy
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: []