ruby-calendrical 2.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.
@@ -0,0 +1,13 @@
1
+ /*
2
+ qref.h: Copyright (C) 1997,1998 Tadayoshi Funaba All rights reserved
3
+ $Id: qref.h,v 1.4 2014-04-08 19:36:15+09 tadf Exp $
4
+ */
5
+
6
+ typedef struct {
7
+ int j;
8
+ int y, yd, m, md, wd;
9
+ int leap;
10
+ } QDATE;
11
+
12
+ extern void qref(int j, QDATE *q);
13
+ extern int rqref(QDATE *q);
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-calendrical
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Tadayoshi Funaba
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-04-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: tadf@funaba.org
15
+ executables: []
16
+ extensions:
17
+ - ext/calendrical/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README
22
+ - README.en
23
+ - example/cal.rb
24
+ - ext/calendrical/MANIFEST
25
+ - ext/calendrical/calendrical.c
26
+ - ext/calendrical/calendrical.h
27
+ - ext/calendrical/calendrical2.c
28
+ - ext/calendrical/calendrical2.h
29
+ - ext/calendrical/calendricalmodule.c
30
+ - ext/calendrical/depend
31
+ - ext/calendrical/extconf.rb
32
+ - ext/calendrical/qref.c
33
+ - ext/calendrical/qref.h
34
+ homepage: http://www.funaba.org/code
35
+ licenses:
36
+ - BSD 2-Clause
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - ext
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project: tadf
54
+ rubygems_version: 2.2.2
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Calendrical calculation module
58
+ test_files: []