lunation 0.1.3 → 0.1.4

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: 7456b667a5f453f75f3651057cec0f580b23272d991c34f604bbeb1feee23674
4
- data.tar.gz: b5f66e7c32897e674af455196081d53270a76250f69787f360739cb8fd655bf2
3
+ metadata.gz: d10ec4b4f707590c5758f310110bb996b21bf574a31c40a71397c9fa8bd4be0e
4
+ data.tar.gz: b7fc6a55648ee62e48d42ca1d0c7bbec3723f67b159865cf6ec4a1d1f4a4d9d1
5
5
  SHA512:
6
- metadata.gz: 1c308d38a6a871d33c87e153df11ac409afda0f4f2ddb26a294b5771d86f300491fe9da1881d38277c4ae889da541d79dc383b5e046f49fd9923eb38d7978b4b
7
- data.tar.gz: 7c4b9014eef9efa616a045a97bf285b93bca7d5fdb23feaa230bc841dfced221dd6b92209fc26187b18336d49c7a3625f7659d57cd9d040c52a838d9279cc811
6
+ metadata.gz: 6f4fc2a5f58f602b48fdec7316b3692236c98a731f3e98eb17e45b115bbc20642b882481ad1905c3a8fdfe7811c743dea74f1bcd2e2cab0eb739c9d087b7ccc4
7
+ data.tar.gz: cf53f3cd1fa2d839ab4d77aea42c32207cf36c1f4ae5c449292828ae409a4117f057a96d0389505c94d734b294e88ea31d9ad97235c0e14e5de9e5016f212c15
data/.rubocop.yml CHANGED
@@ -31,6 +31,8 @@ Layout/CaseIndentation:
31
31
  EnforcedStyle: end
32
32
  Style/TrailingCommaInHashLiteral:
33
33
  EnforcedStyleForMultiline: comma
34
+ Style/WordArray:
35
+ EnforcedStyle: brackets
34
36
 
35
37
  # Disabled cops
36
38
  Style/FrozenStringLiteralComment:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [0.1.4] - 2024-12-30
2
+
3
+ - Require config/ files;
4
+ - Formatting changes.
5
+
6
+ ## [0.1.3] - 2024-12-29
7
+
8
+ - Create Angle cos, sin and tan methods;
9
+ - Some formatting changes.
10
+
1
11
  ## [0.1.2] - 2024-12-28
2
12
 
3
13
  - Update README;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lunation
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lunation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivo Kalverboer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-29 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Lunation offers a Ruby implementation of Meeus's Astronomical Algorithms.
14
14
  email:
@@ -64,6 +64,7 @@ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
67
+ - config
67
68
  required_ruby_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
70
  - - ">="