zmanim 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: a57ee08df9fa055a80ffe4c072e985b2bafe5a53
4
- data.tar.gz: d53eec6a294eae0bbc57e3a0778a781b2f0f7803
3
+ metadata.gz: ca99f24408a8ee9ef58732e6d92aa20150ec680b
4
+ data.tar.gz: eb8a70763999f4f75e72baa42f31fca8e702e1a1
5
5
  SHA512:
6
- metadata.gz: 2000a7f5338c2492a3b0a3a4ea67cca72c79324e983a6cc3c05c042508b56f76592bca006351587aa9d308749d5e5fcbd387587f18d90a46d8b6df104185227a
7
- data.tar.gz: 882a83dd7b8fbb13020b68c1da731ee471fb451c7272b46d9ffbb477094ebb69f541640cb186bb8598df1aff4d8d491650ef72f4e843886b45ddc1fe80393c07
6
+ metadata.gz: '038a38a4022840534376573885d933b14d36693b995b0676cd2489ca9ce413ab7fced22635ba82a6cffda49e551d5a350963261f4536c5e916e8321a30f064f9'
7
+ data.tar.gz: db91a82beb8aab922ef8c055545397b04e6c07bb53e70430939843206cb7baef1c318c4f7ec71dd448ceb2ea6d430137f8ed5974cae68604b0312753118dab61
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.2.2] - 2018-08-31
8
+ ### Fixed
9
+ - Typo in formatted Masechtos
10
+ - Additional load sequence issues
11
+
7
12
  ## [0.2.1] - 2018-04-30
8
13
  ### Fixed
9
14
  - Additional load sequence issues
@@ -73,7 +73,7 @@ module Zmanim::Limudim
73
73
  sheviis: 'שביעית',
74
74
  terumos: 'תרומות',
75
75
  maasros: 'מעשרות',
76
- maaser_sheni: 'מעזר שני',
76
+ maaser_sheni: 'מעשר שני',
77
77
  chalah: 'חלה',
78
78
  orlah: 'ערלה',
79
79
  bikurim: 'בכורים',
@@ -1,3 +1,3 @@
1
1
  module Zmanim
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -1,3 +1,5 @@
1
+ require_relative 'astronomical_calendar'
2
+
1
3
  module Zmanim
2
4
  class ZmanimCalendar < AstronomicalCalendar
3
5
  attr_accessor :candle_lighting_offset
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zmanim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pinny Markowitz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo