pbosetti-rubyosa 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pbosetti-rubyosa
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.2
5
+ platform: ruby
6
+ authors:
7
+ - Laurent Sansonetti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-09-03 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: libxml-ruby
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.1.3
24
+ version:
25
+ description: RubyOSA is a bridge that connects Ruby to the Apple Event Manager, automatically populating the API according to the target application's scriptable definition.
26
+ email: lsansonetti@apple.com
27
+ executables:
28
+ - rdoc-osa
29
+ extensions:
30
+ - extconf.rb
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - README
35
+ - COPYRIGHT
36
+ - AUTHORS
37
+ - extconf.rb
38
+ - src/rbosa.c
39
+ - src/rbosa.h
40
+ - src/rbosa_conv.c
41
+ - src/rbosa_sdef.c
42
+ - src/rbosa_err.c
43
+ - src/lib/rbosa.rb
44
+ - src/lib/rbosa_properties.rb
45
+ - sample/Finder/show_desktop.rb
46
+ - sample/iChat/uptime.rb
47
+ - sample/iTunes/control.rb
48
+ - sample/iTunes/fade_volume.rb
49
+ - sample/iTunes/inspect.rb
50
+ - sample/QuickTime/play_all.rb
51
+ - sample/misc/sdef.rb
52
+ - sample/BBEdit/unix_script.rb
53
+ - sample/TextEdit/hello_world.rb
54
+ - sample/iChat/image.rb
55
+ - sample/iTunes/artwork.rb
56
+ - sample/Mail/get_selected_mail.rb
57
+ - sample/AddressBook/inspect.rb
58
+ - sample/iTunes/tag_genre_lastfm.rb
59
+ - data/rubyosa/rdoc_html.rb
60
+ - sample/Photoshop/new_doc.rb
61
+ - sample/Photoshop/new_doc_with_text.rb
62
+ - sample/iTunes/name_that_tune.rb
63
+ has_rdoc: false
64
+ homepage: http://rubyosa.rubyforge.org
65
+ post_install_message:
66
+ rdoc_options: []
67
+
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ requirements: []
83
+
84
+ rubyforge_project: rubyosa
85
+ rubygems_version: 1.2.0
86
+ signing_key:
87
+ specification_version: 2
88
+ summary: A Ruby/AppleEvent bridge.
89
+ test_files: []
90
+