Sha256: 5ea8707e035a93e0345eb03cdb5a075f5a47bfac43239d0783546362aee524c7

Contents?: true

Size: 670 Bytes

Versions: 8

Compression:

Stored size: 670 Bytes

Contents

Gem::Specification.new do |s|
	s.name			= 'sfp'
	s.version		= File.read(File.dirname(__FILE__) + '/VERSION').strip
	s.date			= File.atime(File.dirname(__FILE__) + '/VERSION').strftime("%Y-%m-%d").to_s
	s.summary		= 'SFP Parser'
	s.description	= 'A Ruby API and script for SFP language parser'
	s.authors		= ['Herry']
	s.email			= 'herry13@gmail.com'

	s.executables << 'sfp'
	s.files			= `git ls-files`.split("\n").select { |n| !(n =~ /^test\/.*/) }

	s.require_paths = ['lib']
	s.license       = 'BSD'

	s.homepage		= 'https://github.com/herry13/sfp-ruby'
	s.rubyforge_project = 'sfp'

	s.add_dependency 'antlr3', '~> 1.10.0'

	s.add_development_dependency 'rake'
end	

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sfp-0.4.6 sfp.gemspec
sfp-0.4.4 sfp.gemspec
sfp-0.4.2 sfp.gemspec
sfp-0.4.1 sfp.gemspec
sfp-0.3.22 sfp.gemspec
sfp-0.3.21 sfp.gemspec
sfp-0.3.19 sfp.gemspec
sfp-0.3.18 sfp.gemspec