Sha256: 1e2fd41b74f1c46a03a724f09888026e4e06ce8d047408a810aa0049cfa9632c
Contents?: true
Size: 419 Bytes
Versions: 9
Compression:
Stored size: 419 Bytes
Contents
Gem::Specification.new do |gem| gem.name = "second" gem.version = '0' gem.authors = ["Test"] gem.email = ["maciej@example.com"] gem.summary = "Second test gem" gem.description = "Second test gem, the" gem.homepage = "http://example.com/" gem.files = [ 'README.md' ] gem.executables = [] gem.test_files = [] gem.require_paths = [ 'lib' ] end
Version data entries
9 entries across 9 versions & 1 rubygems