hebrew_date 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/hebrew_date.gemspec +5 -5
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3b6f156073f68612df127bf30cf89d2fba34146
4
- data.tar.gz: 72fae1535747b908e8f53a2c367c79201d83941f
3
+ metadata.gz: 568f8c9b7c249fa47ce37854369240904e63fdda
4
+ data.tar.gz: 1e20d98419af2e817046659a019f55ee6d7fbe17
5
5
  SHA512:
6
- metadata.gz: ea9a5d8ecab83ee60a5390acac4a0048999d74ecd3683c6be8eb108d3c44c0fbd6e377e6e0a9753188d16d1c4eece71f6d695b03ead78ae3091bfae6e52aee54
7
- data.tar.gz: 2c108e5e976078d8f2012bc94fb757415b1bba95cd3989aac409dc98392d2eb52ddeaa61679151345ebe2293e3461135e97d0bb6526b3370ed27a7b127ffc5f4
6
+ metadata.gz: 10a60b3bca70bc41d75f6f5dd46693e6244b63b1fd22d11180efcc4ccfb71af88cb07108d518f5f52aea274488055cbe74fe62aea8297fa596d4b94410870d20
7
+ data.tar.gz: 043e44a227b7b3f3d59add7f8fa838cf0002c08189f65282cb1a6fd36d8e6ba09fa1e75abc172f6382a576a83a82ecea64013370ec721e8764ab752125ccfc07
@@ -1,18 +1,18 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hebrew_date'
3
- s.require_paths = %w(. lib lib/hebrewdate)
4
- s.version = '1.0.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
- hebrewdate is a library designed to provide information about the Jewish
9
- calendar. This includes dates, times, holidays, and parsha of the week.
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/dmorner/hebrew_date'
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.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
- hebrewdate is a library designed to provide information about the Jewish
43
- calendar. This includes dates, times, holidays, and parsha of the week.
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/dmorner/hebrew_date
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
  - - '>='