lunation 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +2 -6
- data/lib/lunation/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fa0dd7f583acc8637dc405d5eaecc21479a93fa2ef414d2e2c3b641c29f0cc9
|
4
|
+
data.tar.gz: 1d1bbbc4059997c19aa41a08eba39aada7d9adcd4f0ca20d72426ae1c56fe3ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c74f7ebc1c6a57649f5bcfca2f4829471973445106552731ffb48b0422e33a36ebec2019b2b0d8bf65c007373e507a4454271d579eb69059241a134bcab48f53
|
7
|
+
data.tar.gz: d5bf58d80ebb4f4621495244d36cb57f495cf2f1d1af294dcb2bb78206d5463feafbaed3859ef0e1326677e3a82ca50ba34fb7602002c663b1e84e65886d701b
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -5,15 +5,13 @@ celestial objects using Jean Meeus's astronomical algorithms.
|
|
5
5
|
|
6
6
|
## Installation
|
7
7
|
|
8
|
-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
|
9
|
-
|
10
8
|
Install the gem and add to the application's Gemfile by executing:
|
11
9
|
|
12
|
-
$ bundle add
|
10
|
+
$ bundle add lunation
|
13
11
|
|
14
12
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
15
13
|
|
16
|
-
$ gem install
|
14
|
+
$ gem install lunation
|
17
15
|
|
18
16
|
## Usage
|
19
17
|
|
@@ -99,8 +97,6 @@ A simple validation script was written for the `moon_illuminated_fraction` metho
|
|
99
97
|
|
100
98
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
101
99
|
|
102
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
103
|
-
|
104
100
|
## Contributing
|
105
101
|
|
106
102
|
Bug reports and pull requests are welcome on GitHub at https://github.com/valerius/lunation.
|
data/lib/lunation/version.rb
CHANGED