- Timestamp:
- 09/11/08 11:26:31 (2 months ago)
- Location:
- lang/ruby/ymldot
- Files:
-
- 2 modified
-
bin/ymldot (modified) (1 diff)
-
ymldot.gemspec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ymldot/bin/ymldot
r19133 r19164 1 1 #!/usr/bin/ruby -wKU 2 $: << File.join(File.dirname(__FILE__), "../lib") 2 3 if File.symlink?(__FILE__) 4 $: << File.join(File.dirname(File.readlink(__FILE__)), '../lib') 5 else 6 $: << File.join(File.dirname(__FILE__), '../lib') 7 end 3 8 4 9 require 'ymldot' 5 10 require 'optparse' 6 11 7 Version = "0. 9.0"12 Version = "0.0.1" 8 13 is_output = false 9 14 opt = OptionParser.new 10 15 opt.version = Version 11 opt.release = " 1.0"16 opt.release = "0.0.1" 12 17 opt.on('-o', 'output file to current directory. name is "#{input_filename}.dot"') {|v| is_output = true } 13 18 opt.parse!(ARGV) -
lang/ruby/ymldot/ymldot.gemspec
r19117 r19164 1 1 Gem::Specification.new do |s| 2 2 s.name = %q{ymldot} 3 s.version = "0. 1.0"3 s.version = "0.0.1" 4 4 5 5 s.specification_version = 2 if s.respond_to? :specification_version=
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)