hebrew_date 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/hebrew_date.gemspec +5 -5
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 568f8c9b7c249fa47ce37854369240904e63fdda
|
4
|
+
data.tar.gz: 1e20d98419af2e817046659a019f55ee6d7fbe17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10a60b3bca70bc41d75f6f5dd46693e6244b63b1fd22d11180efcc4ccfb71af88cb07108d518f5f52aea274488055cbe74fe62aea8297fa596d4b94410870d20
|
7
|
+
data.tar.gz: 043e44a227b7b3f3d59add7f8fa838cf0002c08189f65282cb1a6fd36d8e6ba09fa1e75abc172f6382a576a83a82ecea64013370ec721e8764ab752125ccfc07
|
data/hebrew_date.gemspec
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'hebrew_date'
|
3
|
-
s.require_paths = %w(. lib
|
4
|
-
s.version = '1.0.
|
3
|
+
s.require_paths = %w(. lib)
|
4
|
+
s.version = '1.0.1'
|
5
5
|
s.date = '2014-01-09'
|
6
6
|
s.summary = 'Hebrew/Jewish dates, times, and holidays.'
|
7
7
|
s.description = <<-EOF
|
8
|
-
|
9
|
-
calendar. This includes dates,
|
8
|
+
hebrew_date is a library designed to provide information about the Jewish
|
9
|
+
calendar. This includes dates, holidays, and parsha of the week.
|
10
10
|
|
11
11
|
EOF
|
12
12
|
s.authors = ['Daniel Orner']
|
13
13
|
s.email = 'dmorner@gmail.com'
|
14
14
|
s.files = `git ls-files`.split($/)
|
15
|
-
s.homepage = 'https://github.com/
|
15
|
+
s.homepage = 'https://github.com/dorner/hebrew_date'
|
16
16
|
s.license = 'MIT'
|
17
17
|
|
18
18
|
# s.add_dependency 'ruby-sun-times'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hebrew_date
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Orner
|
@@ -39,8 +39,8 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: |2+
|
42
|
-
|
43
|
-
calendar. This includes dates,
|
42
|
+
hebrew_date is a library designed to provide information about the Jewish
|
43
|
+
calendar. This includes dates, holidays, and parsha of the week.
|
44
44
|
|
45
45
|
email: dmorner@gmail.com
|
46
46
|
executables: []
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- lib/support/holidays.rb
|
77
77
|
- lib/support/parshiot.rb
|
78
78
|
- spec/hebrew_date_spec.rb
|
79
|
-
homepage: https://github.com/
|
79
|
+
homepage: https://github.com/dorner/hebrew_date
|
80
80
|
licenses:
|
81
81
|
- MIT
|
82
82
|
metadata: {}
|
@@ -85,7 +85,6 @@ rdoc_options: []
|
|
85
85
|
require_paths:
|
86
86
|
- .
|
87
87
|
- lib
|
88
|
-
- lib/hebrewdate
|
89
88
|
required_ruby_version: !ruby/object:Gem::Requirement
|
90
89
|
requirements:
|
91
90
|
- - '>='
|