plist4r 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plist4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dreamcat4
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-15 00:00:00 +00:00
12
+ date: 2010-03-17 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -68,6 +68,7 @@ files:
68
68
  - lib/plist4r/backend/libxml4r.rb
69
69
  - lib/plist4r/backend/plutil.rb
70
70
  - lib/plist4r/backend/ruby_cocoa.rb
71
+ - lib/plist4r/backend_base.rb
71
72
  - lib/plist4r/config.rb
72
73
  - lib/plist4r/mixin.rb
73
74
  - lib/plist4r/mixin/class_attributes.rb
@@ -83,10 +84,17 @@ files:
83
84
  - lib/plist4r/plist_type/launchd.rb
84
85
  - lib/plist4r/plist_type/plist.rb
85
86
  - plist4r.gemspec
87
+ - plists/Picture of Today.plist
88
+ - plists/com.adobe.PDFAdminSettings.plist
89
+ - plists/com.apple.SoftwareUpdate.plist
90
+ - plists/foofoo.xml
91
+ - plists/test.plist
86
92
  - spec/examples.rb
93
+ - spec/plist4r/plist_spec.rb
87
94
  - spec/plist4r_spec.rb
88
95
  - spec/spec.opts
89
96
  - spec/spec_helper.rb
97
+ - test.rb
90
98
  has_rdoc: true
91
99
  homepage: http://github.com/dreamcat4/plist4r
92
100
  licenses: []
@@ -117,5 +125,6 @@ specification_version: 3
117
125
  summary: Dreamcat4's plist4r gem. For reading/writing plists in ruby
118
126
  test_files:
119
127
  - spec/examples.rb
128
+ - spec/plist4r/plist_spec.rb
120
129
  - spec/plist4r_spec.rb
121
130
  - spec/spec_helper.rb