lunation 0.1.1 → 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 +5 -0
- data/README.md +0 -2
- 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
@@ -97,8 +97,6 @@ A simple validation script was written for the `moon_illuminated_fraction` metho
|
|
97
97
|
|
98
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.
|
99
99
|
|
100
|
-
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).
|
101
|
-
|
102
100
|
## Contributing
|
103
101
|
|
104
102
|
Bug reports and pull requests are welcome on GitHub at https://github.com/valerius/lunation.
|
data/lib/lunation/version.rb
CHANGED