zmanim 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: 3f1cc976587acbbfd1df9ee5cd4fa5fda1a87e79
4
- data.tar.gz: 3769e3712e2161dc0298a4c4d2be922854b97d31
3
+ metadata.gz: a57ee08df9fa055a80ffe4c072e985b2bafe5a53
4
+ data.tar.gz: d53eec6a294eae0bbc57e3a0778a781b2f0f7803
5
5
  SHA512:
6
- metadata.gz: 7e5e8c962d601071f4f9fed2fe5d83129ef1fc06738e47a25805869874fc1bd2bc538531551d3cac703f246bca3ad4fa42b1d9fb47a64eeeb4365d028a4fed42
7
- data.tar.gz: a39894be370c65758d39925861bcf19c2b108efe9c640001a80d771411692af9ec40b49f9e59006cf31be5aedbfe018d9c73aa9f409bb9e7edc95bf0555ba84c
6
+ metadata.gz: 2000a7f5338c2492a3b0a3a4ea67cca72c79324e983a6cc3c05c042508b56f76592bca006351587aa9d308749d5e5fcbd387587f18d90a46d8b6df104185227a
7
+ data.tar.gz: 882a83dd7b8fbb13020b68c1da731ee471fb451c7272b46d9ffbb477094ebb69f541640cb186bb8598df1aff4d8d491650ef72f4e843886b45ddc1fe80393c07
@@ -4,6 +4,10 @@ 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.1] - 2018-04-30
8
+ ### Fixed
9
+ - Additional load sequence issues
10
+
7
11
  ## [0.2.0] - 2018-04-22
8
12
  ### Added
9
13
  - Pirkei Avos limudim calculation
@@ -1,5 +1,6 @@
1
1
  require 'tzinfo'
2
2
 
3
3
  module Zmanim; end
4
+ module Zmanim::Limudim; end
4
5
 
5
6
  Dir[File.dirname(__FILE__) + "/**/*.rb"].each {|file| require file }
@@ -1,4 +1,8 @@
1
1
  # encoding: UTF-8
2
+ require 'zmanim/util/text_helper'
3
+ require 'zmanim/util/hebrew_numeric_formatter'
4
+ require_relative 'jewish_calendar'
5
+
2
6
  module Zmanim::HebrewCalendar
3
7
  class HebrewDateFormatter
4
8
  extend Zmanim::Util::TextHelper
@@ -1,4 +1,7 @@
1
1
  # encoding: UTF-8
2
+ require 'zmanim/util/text_helper'
3
+ require 'zmanim/util/hebrew_numeric_formatter'
4
+
2
5
  module Zmanim::Limudim
3
6
  class LimudimFormatter
4
7
  include Zmanim::Util::TextHelper
@@ -1,3 +1,3 @@
1
1
  module Zmanim
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
4
+ version: 0.2.1
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-22 00:00:00.000000000 Z
11
+ date: 2018-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo