Sha256: 25c323e612d2543249a961d5da1988eda8c9510a6a1a3379b952821f1cd81960
Contents?: true
Size: 795 Bytes
Versions: 4
Compression:
Stored size: 795 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "jackfs/version" Gem::Specification.new do |s| s.name = "jackfs" s.version = Jackfs::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jack Russell Software"] s.email = ["team@jackrussellsoftware.com"] s.homepage = "" s.summary = 'This is a fs gem we use' s.description = 'This is an description for the fs gem we use' s.rubyforge_project = "jackfs" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency 'sequel' s.add_runtime_dependency 'aws-s3' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jackfs-0.0.4 | jackfs.gemspec |
jackfs-0.0.3 | jackfs.gemspec |
jackfs-0.0.2 | jackfs.gemspec |
jackfs-0.0.1 | jackfs.gemspec |