public this repo is viewable by everyone
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Fix the install instructions to reference the proper gem name
kballard (author)
16 days ago
commit  bfc668f1f82fe95f9d0d2291f56972b6a1ac5c17
tree    e12f9fd79b85a4c4b2168b342bc5e6fe0b09609a
parent  65579cb4cc51cd45028f3366119c46ec847a67dc
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ osx/plist is a Ruby library for manipulating Property Lists natively using the b
0
 == INSTALL:
0
 
0
   $ gem sources -a http://gems.github.com/ (you only need to do this once)
0
- $ gem install kballard-plist
0
+ $ gem install kballard-osx-plist
0
 
0
 == SOURCE:
0
 

Comments

    No one has commented yet.