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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e61c19cf10750077a298d58c99b1ec333131909f4804b168031b471ec3b9f4a9
4
- data.tar.gz: 7e1b018d214c3f36c3b40de274a6ab620ff975e4ba4a4f6512cffec305373ff2
3
+ metadata.gz: 7fa0dd7f583acc8637dc405d5eaecc21479a93fa2ef414d2e2c3b641c29f0cc9
4
+ data.tar.gz: 1d1bbbc4059997c19aa41a08eba39aada7d9adcd4f0ca20d72426ae1c56fe3ac
5
5
  SHA512:
6
- metadata.gz: c1a45242ac83a08996d59c7966ee1268511b884d2d62a353c783a4c61a110350b48e24f2e5e3b3cc0c991d13210d50fe4883a76c92fe1cec074c15ca6655f5a1
7
- data.tar.gz: 1ed236f11a60504d980b02a749695268d682a47cd0dcc61e5fce39fc22439dec8b648ebc37fa438e377eece18faca86a3a8db58b709f25b0ef062833e749af98
6
+ metadata.gz: c74f7ebc1c6a57649f5bcfca2f4829471973445106552731ffb48b0422e33a36ebec2019b2b0d8bf65c007373e507a4454271d579eb69059241a134bcab48f53
7
+ data.tar.gz: d5bf58d80ebb4f4621495244d36cb57f495cf2f1d1af294dcb2bb78206d5463feafbaed3859ef0e1326677e3a82ca50ba34fb7602002c663b1e84e65886d701b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [0.1.2] - 2024-12-28
2
+
3
+ - Update README;
4
+ - Bundle update.
5
+
6
+ # [0.1.1] - 2024-12-28
7
+
8
+ - Update readme
9
+
1
10
  # [0.1.0] - 2024-12-28
2
11
 
3
12
  - Initial release
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lunation
4
- VERSION = "0.1.0"
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivo Kalverboer