Sha256: dddd7cddbe3a41e7657a8f70f79b678fb17c1e132b3523f291aa92a947ec92a5
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
lib = File.expand_path '../lib/', __FILE__ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |spec| spec.name = 'gobstones' spec.version = '0.0.1.1' spec.licenses = ['GPLv3'] spec.authors = ['Nahuel Garbezza'] spec.email = ['n.garbezza@gmail.com'] spec.homepage = 'http://nahuelgarbezza.com.ar/gobstones-rb/' spec.summary = %q{Ruby implementation of the Gobstones programming language} spec.description = %q{Ruby implementation of the Gobstones programming language} spec.required_ruby_version = '>= 1.9.3' spec.required_rubygems_version = '>= 1.3.6' spec.add_development_dependency 'rspec', '~> 2' spec.files = `git ls-files`.split $/ spec.test_files = spec.files.grep %r{^spec/} spec.executables = %w(gobstones) spec.require_paths = %w(lib) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gobstones-0.0.1.1 | gobstones.gemspec |