erdgeist-chaos_calendar 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/chaos_calendar.c +76 -0
  2. data/chaos_calendar_wrap.c +1928 -0
  3. data/extconf.rb +3 -0
  4. metadata +44 -0
@@ -0,0 +1,3 @@
1
+ require 'mkmf'
2
+ have_library('ical')
3
+ create_makefile('chaos_calendar')
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: erdgeist-chaos_calendar
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.1"
5
+ platform: ruby
6
+ authors:
7
+ - erdgeist
8
+ autorequire: libical
9
+ bindir:
10
+ cert_chain:
11
+ date: 2009-04-08 15:00:00 -07:00
12
+ default_executable:
13
+ dependencies:
14
+ description:
15
+ email: erdgeist@erdgeist.org
16
+ executables: []
17
+
18
+ extensions:
19
+ - extconf.rb
20
+ extra_rdoc_files:
21
+ files:
22
+ - extconf.rb
23
+ - chaos_calendar.c
24
+ - chaos_calendar_wrap.c
25
+ has_rdoc: false
26
+ homepage: http://www.ccc.de/
27
+ post_install_message:
28
+ rdoc_options:
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">"
34
+ - !ruby/object:Gem::Version
35
+ version: 0.0.0
36
+ version:
37
+ required_rubygems_version:
38
+ requirements:
39
+ rubyforge_project:
40
+ rubygems_version: 1.2.0
41
+ signing_key:
42
+ specification_version: 2
43
+ summary: This gem provides a wrapper for two calls of libical
44
+ test_files: