Sha256: f1fcf963b26ebd9fef6233dc3081bfb71d0129379210d7c357d6fc60680b92fe

Contents?: true

Size: 340 Bytes

Versions: 19

Compression:

Stored size: 340 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
require 'plist'
require 'yaml'

result = Plist::parse_xml( ARGV[0] )
standard_name = File.basename( ARGV[0] ).downcase.gsub(/\s+/, '_').gsub(/\.(plist|tm[Ll]anguage)/, '').gsub(/\(|\)|:/, '').gsub(/_+/, '_')
puts standard_name

File.open( "#{standard_name}.yaml", "w" ) {|f| YAML.dump( result, f ) }

Version data entries

19 entries across 19 versions & 4 rubygems

Version Path
textpow-1.4.0 bin/plist2syntax
spox-textpow-0.10.2 bin/plist2syntax
textpow-1.3.1 bin/plist2syntax
textpow-1.3.0 bin/plist2syntax
textpow1x-1.2.5 bin/plist2syntax
textpow1x-1.2.4 bin/plist2syntax
textpow1x-1.2.3 bin/plist2syntax
textpow1x-1.2.2 bin/plist2syntax
textpow1x-1.2.1 bin/plist2syntax
textpow1x-1.2.0 bin/plist2syntax
textpow1x-1.1.0 bin/plist2syntax
textpow1x-1.0.0 bin/plist2syntax
textpow1x-0.11.0 bin/plist2syntax
spox-textpow-0.10.3 bin/plist2syntax
textpow19-0.11.0 bin/plist2syntax
textpow-0.9.0 bin/plist2syntax
textpow-0.10.1 bin/plist2syntax
textpow-0.10.0 bin/plist2syntax
textpow-0.9.1 bin/plist2syntax