rubyosa 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rubyosa
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2007-01-02 00:00:00 +01:00
6
+ version: 0.3.0
7
+ date: 2007-03-02 00:00:00 +01:00
8
8
  summary: A Ruby/AppleEvent bridge.
9
9
  require_paths:
10
10
  - lib
@@ -37,18 +37,23 @@ files:
37
37
  - src/rbosa.h
38
38
  - src/rbosa_conv.c
39
39
  - src/rbosa_sdef.c
40
+ - src/rbosa_err.c
40
41
  - src/lib/rbosa.rb
41
- - sample/Finder_show_desktop.rb
42
- - sample/iChat_uptime.rb
43
- - sample/iTunes_control.rb
44
- - sample/iTunes_fade_volume.rb
45
- - sample/iTunes_inspect.rb
46
- - sample/QT_playall.rb
47
- - sample/sdef.rb
48
- - sample/BBEdit_unix_script.rb
49
- - sample/TextEdit_hello_world.rb
50
- - sample/iChat_image.rb
51
- - sample/iTunes_artwork.rb
42
+ - src/lib/rbosa_properties.rb
43
+ - sample/Finder/show_desktop.rb
44
+ - sample/iChat/uptime.rb
45
+ - sample/iTunes/control.rb
46
+ - sample/iTunes/fade_volume.rb
47
+ - sample/iTunes/inspect.rb
48
+ - sample/QuickTime/play_all.rb
49
+ - sample/misc/sdef.rb
50
+ - sample/BBEdit/unix_script.rb
51
+ - sample/TextEdit/hello_world.rb
52
+ - sample/iChat/image.rb
53
+ - sample/iTunes/artwork.rb
54
+ - sample/Mail/get_selected_mail.rb
55
+ - sample/AddressBook/inspect.rb
56
+ - sample/iTunes/tag_genre_lastfm.rb
52
57
  test_files: []
53
58
 
54
59
  rdoc_options: []