File: metadata.yml

package info (click to toggle)
ruby-plist 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • ctags: 99
  • sloc: ruby: 606; xml: 203; makefile: 2
file content (87 lines) | stat: -rw-r--r-- 1,910 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
--- !ruby/object:Gem::Specification 
name: plist
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 3
  - 1
  - 0
  version: 3.1.0
platform: ruby
authors: 
- Ben Bleything and Patrick May
autorequire: plist
bindir: bin
cert_chain: []

date: 2010-02-23 00:00:00 -08:00
default_executable: 
dependencies: []

description: |
  Plist is a library to manipulate Property List files, also known as plists.  It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.

email: 
executables: []

extensions: []

extra_rdoc_files: []

files: 
- Rakefile
- README.rdoc
- CHANGELOG
- LICENSE
- lib/plist/generator.rb
- lib/plist/parser.rb
- lib/plist.rb
- test/test_data_elements.rb
- test/test_generator.rb
- test/test_generator_basic_types.rb
- test/test_generator_collections.rb
- test/test_parser.rb
- test/assets/AlbumData.xml
- test/assets/commented.plist
- test/assets/Cookies.plist
- test/assets/example_data.bin
- test/assets/example_data.jpg
- test/assets/example_data.plist
- test/assets/test_data_elements.plist
- test/assets/test_empty_key.plist
has_rdoc: true
homepage: http://plist.rubyforge.org
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: plist
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: All-purpose Property List manipulation library.
test_files: 
- test/test_data_elements.rb
- test/test_generator.rb
- test/test_generator_basic_types.rb
- test/test_generator_collections.rb
- test/test_parser.rb