astro_calc 0.1.0 → 0.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
- data/README.md +4 -3
- data/astro_calc.gemspec +1 -1
- data/lib/astro_calc/version.rb +1 -1
- data/lib/astro_calc.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47e8093638e9059b74669fe2363e1bac25c3ec44
|
|
4
|
+
data.tar.gz: 76c5ec6f48d04f7b50aa1248a8cb90ffbcc85aeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa6a4ef0cd65e01fba653da89b264a6d0d5c1c601f962b55efbafd77fc2c28f23041d7d005e8e4f9288d26fc7b06e2a3135d2a852b374e82d3ccda082af188f4
|
|
7
|
+
data.tar.gz: 5a9febde82d9a78948ddacf52bbd5a3cae873d7130c2a319a70699013c833bdfaa4b228ce8bad2684ae4b022ba6fc28edd9cb0e1416116b5ec3a9c1de747fa06
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# AstroCalc
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A gem providing various utilities for astronomy.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
1) Moon phases
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -32,8 +32,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
32
|
|
|
33
33
|
## Contributing
|
|
34
34
|
|
|
35
|
-
Bug reports and pull requests are welcome on
|
|
35
|
+
Bug reports and pull requests are welcome on my project page at https://redmine.mallaby.me
|
|
36
36
|
|
|
37
|
+
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
37
38
|
|
|
38
39
|
## License
|
|
39
40
|
|
data/astro_calc.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["reuben@mallaby.me"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Astronomical gem to provide various calulations.}
|
|
13
|
-
spec.homepage = "http://mallaby.me/projects/
|
|
13
|
+
spec.homepage = "http://mallaby.me/projects/astro_calc"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/astro_calc/version.rb
CHANGED
data/lib/astro_calc.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: astro_calc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Reuben Mallaby
|
|
@@ -73,7 +73,7 @@ files:
|
|
|
73
73
|
- lib/astro_calc.rb
|
|
74
74
|
- lib/astro_calc/moon_phases.rb
|
|
75
75
|
- lib/astro_calc/version.rb
|
|
76
|
-
homepage: http://mallaby.me/projects/
|
|
76
|
+
homepage: http://mallaby.me/projects/astro_calc
|
|
77
77
|
licenses:
|
|
78
78
|
- MIT
|
|
79
79
|
metadata: {}
|