diff options
| author | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
| commit | 8c6b4dcf08268ed2971b06df40c733ba28448582 (patch) | |
| tree | 7fe9b0b5c756e385c846b13a4bde095672774d93 /lib/chaos_calendar/chaos_calendar.gemspec | |
| parent | 2ca3a93bca6ebc8e4639c1dc028eb7804bc1f727 (diff) | |
Make chaos calendar gem
Diffstat (limited to 'lib/chaos_calendar/chaos_calendar.gemspec')
| -rw-r--r-- | lib/chaos_calendar/chaos_calendar.gemspec | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/chaos_calendar/chaos_calendar.gemspec b/lib/chaos_calendar/chaos_calendar.gemspec new file mode 100644 index 00000000..424d54f2 --- /dev/null +++ b/lib/chaos_calendar/chaos_calendar.gemspec | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | --- !ruby/object:Gem::Specification | ||
| 2 | name: chaos_calendar | ||
| 3 | version: !ruby/object:Gem::Version | ||
| 4 | version: "0.1" | ||
| 5 | platform: ruby | ||
| 6 | authors: [erdgeist] | ||
| 7 | |||
| 8 | autorequire: libical | ||
| 9 | bindir: | ||
| 10 | cert_chain: | ||
| 11 | date: 2009-04-09 00:00:00 +02: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.3.1 | ||
| 41 | signing_key: | ||
| 42 | specification_version: 2 | ||
| 43 | summary: This gem provides a wrapper for two calls of libical | ||
| 44 | test_files: | ||
