dramsay-rubyosa 0.4.0

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.
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dramsay-rubyosa
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Laurent Sansonetti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-10 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: libxml-ruby
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - "="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.3.8.4
23
+ version:
24
+ 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.
25
+ email: dramsay on github
26
+ executables:
27
+ - rdoc-osa
28
+ extensions:
29
+ - extconf.rb
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - README
34
+ - COPYRIGHT
35
+ - AUTHORS
36
+ - extconf.rb
37
+ - src/rbosa.c
38
+ - src/rbosa.h
39
+ - src/rbosa_conv.c
40
+ - src/rbosa_sdef.c
41
+ - src/rbosa_err.c
42
+ - src/lib/rbosa.rb
43
+ - src/lib/rbosa_properties.rb
44
+ - sample/Finder/show_desktop.rb
45
+ - sample/iChat/uptime.rb
46
+ - sample/iTunes/control.rb
47
+ - sample/iTunes/fade_volume.rb
48
+ - sample/iTunes/inspect.rb
49
+ - sample/QuickTime/play_all.rb
50
+ - sample/misc/sdef.rb
51
+ - sample/BBEdit/unix_script.rb
52
+ - sample/TextEdit/hello_world.rb
53
+ - sample/iChat/image.rb
54
+ - sample/iTunes/artwork.rb
55
+ - sample/Mail/get_selected_mail.rb
56
+ - sample/AddressBook/inspect.rb
57
+ - sample/iTunes/tag_genre_lastfm.rb
58
+ - data/rubyosa/rdoc_html.rb
59
+ - sample/Photoshop/new_doc.rb
60
+ - sample/Photoshop/new_doc_with_text.rb
61
+ - sample/iTunes/name_that_tune.rb
62
+ has_rdoc: false
63
+ homepage: http://github.com/dramsay/rubyosa
64
+ post_install_message:
65
+ rdoc_options: []
66
+
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ version:
81
+ requirements: []
82
+
83
+ rubyforge_project:
84
+ rubygems_version: 1.2.0
85
+ signing_key:
86
+ specification_version: 2
87
+ summary: A Ruby/AppleEvent bridge.
88
+ test_files: []
89
+