lunation 0.1.0 → 0.1.1

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: 1f948c6cbeb15f273ff2a3fe5ba96e68d144d45678f42802fd5149201cde304d
4
+ data.tar.gz: d7f7b3916767e82294487a3d4c6d2ac1f00bc536b30a7e46610e10776b835120
5
5
  SHA512:
6
- metadata.gz: c1a45242ac83a08996d59c7966ee1268511b884d2d62a353c783a4c61a110350b48e24f2e5e3b3cc0c991d13210d50fe4883a76c92fe1cec074c15ca6655f5a1
7
- data.tar.gz: 1ed236f11a60504d980b02a749695268d682a47cd0dcc61e5fce39fc22439dec8b648ebc37fa438e377eece18faca86a3a8db58b709f25b0ef062833e749af98
6
+ metadata.gz: 162aedc6243a7020618d6d6acdc1abf705ce48e842c287a675844f13391ec6a207c50152ec1efec247d7aadd70b3a353c0b976bce0a0dec5e623e3bf057e1d99
7
+ data.tar.gz: 681da7356ee0c813d4a49e4b3fcf41744595c6d6b6eeb38918731264c092e5cf71ebedec55542accd4c57c6f9326d5677f661b605b782eef656dcc558dff47a1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [0.1.1] - 2024-12-28
2
+
3
+ - Update readme
4
+
1
5
  # [0.1.0] - 2024-12-28
2
6
 
3
7
  - 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
 
@@ -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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivo Kalverboer