plist4r 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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.0.0
4
+ version: 0.1.0
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-08 00:00:00 +00:00
12
+ date: 2010-03-15 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -62,6 +62,28 @@ files:
62
62
  - features/step_definitions/plist4r_steps.rb
63
63
  - features/support/env.rb
64
64
  - lib/plist4r.rb
65
+ - lib/plist4r/backend.rb
66
+ - lib/plist4r/backend/example.rb
67
+ - lib/plist4r/backend/haml.rb
68
+ - lib/plist4r/backend/libxml4r.rb
69
+ - lib/plist4r/backend/plutil.rb
70
+ - lib/plist4r/backend/ruby_cocoa.rb
71
+ - lib/plist4r/config.rb
72
+ - lib/plist4r/mixin.rb
73
+ - lib/plist4r/mixin/class_attributes.rb
74
+ - lib/plist4r/mixin/data_methods.rb
75
+ - lib/plist4r/mixin/mixlib_config.rb
76
+ - lib/plist4r/mixin/ordered_hash.rb
77
+ - lib/plist4r/mixin/popen4.rb
78
+ - lib/plist4r/mixin/ruby_stdlib.rb
79
+ - lib/plist4r/plist.rb
80
+ - lib/plist4r/plist_cache.rb
81
+ - lib/plist4r/plist_type.rb
82
+ - lib/plist4r/plist_type/info.rb
83
+ - lib/plist4r/plist_type/launchd.rb
84
+ - lib/plist4r/plist_type/plist.rb
85
+ - plist4r.gemspec
86
+ - spec/examples.rb
65
87
  - spec/plist4r_spec.rb
66
88
  - spec/spec.opts
67
89
  - spec/spec_helper.rb
@@ -94,5 +116,6 @@ signing_key:
94
116
  specification_version: 3
95
117
  summary: Dreamcat4's plist4r gem. For reading/writing plists in ruby
96
118
  test_files:
119
+ - spec/examples.rb
97
120
  - spec/plist4r_spec.rb
98
121
  - spec/spec_helper.rb