ruby-calendrical 2.0.1 → 2.0.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: f3d3f00ad1d48c523bcaafdff4d5d89486fcd1ca
4
- data.tar.gz: e981441fa663ea07949b5d02fc1f94f65b5a9e8f
3
+ metadata.gz: b0f48842d7511c57a87d5afed335eca26748383f
4
+ data.tar.gz: 38bd96d97841ea746ac71988bb3908b4466d6b22
5
5
  SHA512:
6
- metadata.gz: c74dd37be5b81672fee5fd87ea27d389315ee7106a44105989e8e1a54210824c808e5b0cb37f3afbb6abf78b07b349d6b37921443785264e1f715810fd8b6661
7
- data.tar.gz: b8b3ea4415a6c29f4e8b64e7b4ea65037c7f37fb13f0e05287be8ffce1b5273ee158554ed40685dff0b32c0eb7244eb4fcc6d872e1ac59e833311a7b753650a1
6
+ metadata.gz: 3909266f4a8f059be2ae7348367ccdcfa3bfc4763cf79c4d96d702c518c0b09096bc9cf0f1c0a8b3b33f2ccd3d4c7e505037633ee4f4d5f7fa092a1caf578775
7
+ data.tar.gz: 53757eb1ca72dfcc3abba0a4cf0c63aa5ca30722959de97269060b6397da0ce6768f44c8a56966eff5605e1dbfb3e7f73b9ca659519d0884ae1ffd32e0bbd29f
@@ -1,6 +1,6 @@
1
1
  /*
2
- calendricalmodule.c: Copyright (C) 1997-2002,2007,2014 Tadayoshi Funaba All rights reserved
3
- $Id: calendricalmodule.c,v 1.16 2014-04-27 09:42:19+09 tadf Exp $
2
+ calendricalmodule.c: Copyright (C) 1997-2002,2007,2014,2018 Tadayoshi Funaba All rights reserved
3
+ $Id: calendricalmodule.c,v 1.17 2018/07/05 10:14:22 tadf Exp $
4
4
  */
5
5
 
6
6
  #include "ruby.h"
@@ -1341,12 +1341,11 @@ static const char *world_day_names[] = {
1341
1341
  };
1342
1342
 
1343
1343
  static const char *coptic_month_names[] = {
1344
- "*", "Tut", "Babah",
1345
- "Hatur", "Kiyahk", "Tubah",
1346
- "Amshir", "Baramhat",
1347
- "Baramundah", "Bashans",
1348
- "Ba'unah", "Abib", "Misra",
1349
- "al-Nasi"
1344
+ "*", "Thout", "Paopi",
1345
+ "Hathor", "Koiak", "Tobi",
1346
+ "Meshir", "Paremhat","Parmouti",
1347
+ "Pashons", "Paoni", "Epip",
1348
+ "Mesori", "Pi Kogi Enavot"
1350
1349
  };
1351
1350
 
1352
1351
  static const char *ethiopian_month_names[] = {
@@ -1736,7 +1735,7 @@ Init_calendrical(void)
1736
1735
 
1737
1736
  rb_define_const
1738
1737
  (mod, "VERSION",
1739
- rb_obj_freeze(rb_str_new2("$Revision: 1.16 $")));
1738
+ rb_obj_freeze(rb_str_new2("$Revision: 1.17 $")));
1740
1739
 
1741
1740
  #define const_array(a) mk_ary_of_str(sizeof a / sizeof a[0], a)
1742
1741
  #define def_const(n, o) rb_define_const(mod, n, o)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-calendrical
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tadayoshi Funaba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-27 00:00:00.000000000 Z
11
+ date: 2018-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: tadf@funaba.org
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project: tadf
54
- rubygems_version: 2.2.2
54
+ rubygems_version: 2.5.2.1
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Calendrical calculation module