lunation 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f948c6cbeb15f273ff2a3fe5ba96e68d144d45678f42802fd5149201cde304d
4
- data.tar.gz: d7f7b3916767e82294487a3d4c6d2ac1f00bc536b30a7e46610e10776b835120
3
+ metadata.gz: 7fa0dd7f583acc8637dc405d5eaecc21479a93fa2ef414d2e2c3b641c29f0cc9
4
+ data.tar.gz: 1d1bbbc4059997c19aa41a08eba39aada7d9adcd4f0ca20d72426ae1c56fe3ac
5
5
  SHA512:
6
- metadata.gz: 162aedc6243a7020618d6d6acdc1abf705ce48e842c287a675844f13391ec6a207c50152ec1efec247d7aadd70b3a353c0b976bce0a0dec5e623e3bf057e1d99
7
- data.tar.gz: 681da7356ee0c813d4a49e4b3fcf41744595c6d6b6eeb38918731264c092e5cf71ebedec55542accd4c57c6f9326d5677f661b605b782eef656dcc558dff47a1
6
+ metadata.gz: c74f7ebc1c6a57649f5bcfca2f4829471973445106552731ffb48b0422e33a36ebec2019b2b0d8bf65c007373e507a4454271d579eb69059241a134bcab48f53
7
+ data.tar.gz: d5bf58d80ebb4f4621495244d36cb57f495cf2f1d1af294dcb2bb78206d5463feafbaed3859ef0e1326677e3a82ca50ba34fb7602002c663b1e84e65886d701b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # [0.1.2] - 2024-12-28
2
+
3
+ - Update README;
4
+ - Bundle update.
5
+
1
6
  # [0.1.1] - 2024-12-28
2
7
 
3
8
  - Update readme
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lunation
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lunation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivo Kalverboer