chaos_calendar 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/chaos_calendar_wrap.c +1928 -0
  2. data/extconf.rb +4 -0
  3. metadata +57 -0
@@ -0,0 +1,4 @@
1
+ require 'mkmf'
2
+ dir_config('ical')
3
+ have_library('ical')
4
+ create_makefile('chaos_calendar')
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chaos_calendar
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - erdgeist
8
+ - hukl
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-10-27 00:00:00 +01:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Calculate occurrences of ical Events with RRules
18
+ email: erdgeist@erdgeist.org
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - extconf.rb
27
+ - chaos_calendar_wrap.c
28
+ has_rdoc: true
29
+ homepage: http://github.com/erdgeist/chaoscalendar
30
+ licenses: []
31
+
32
+ post_install_message:
33
+ rdoc_options: []
34
+
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: "0"
42
+ version:
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "1.3"
48
+ version:
49
+ requirements: []
50
+
51
+ rubyforge_project:
52
+ rubygems_version: 1.3.5
53
+ signing_key:
54
+ specification_version: 3
55
+ summary: Calculate occurrences of ical Events with RRules
56
+ test_files: []
57
+