File: gemspec

package info (click to toggle)
ruby-indentation 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ruby: 430; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# DO NOT HAND MODIFY
# This file was generated programmatically by MM

Gem::Specification.new do |s|
	s.name	=	"indentation"
	s.version	=	"0.0.7"
	s.authors	=	["Sam Dana"]
	s.email	=	["s.dana@prometheuscomputing.com"]
	s.homepage	=	"http://samueldana.github.com/indentation/"
	s.summary	=	"A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
	s.description	=	"A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
	s.require_paths	=	['lib']
	s.files	=	["README.rdoc", "lib/indentation.rb", "lib/indentation/array_mod.rb", "lib/indentation/meta_info.rb", "lib/indentation/string_mod.rb", "spec/.rspec", "spec/indentation_spec.rb", "spec/spec_helper.rb"]
	s.test_files	=	["spec/indentation_spec.rb", "spec/spec_helper.rb"]
	s.executables	=	[]
end