Sha256: abbb6c6ca72c8f641bff7cc69ef89ddeff80a6d7f9f403d35d73b4e311b82ae9
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.push File.expand_path("lib", __FILE__) Gem::Specification.new do |s| s.name = "testarash2" s.version = '1.0.0' s.platform = Gem::Platform::RUBY s.licenses = ['MIT'] s.authors = ["Arash"] s.email = ["arashabedi998@gmail.com"] s.summary = 'test 1.' s.description = 'test 1 easy.' s.required_ruby_version = '>= 2.3.0' # If this line is removed, all hard partying will cease. s.post_install_message = "When you HTTParty, you must party hard!" all_files = `git ls-files`.split("\n") s.files = all_files s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
testarash2-1.0.0 | testarash2.gemspec |