Sha256: 83ec3a802ff3cb70fafd310ea4ec56f5388dcd7ebcce8fa951eba14e942b1591
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'h2ocube_rails_tasks' s.version = '0.0.3' s.platform = Gem::Platform::RUBY s.authors = ['Ben'] s.email = ['ben@h2ocube.com'] s.homepage = 'https://github.com/h2ocube/h2ocube_rails_tasks' s.summary = %q{} s.description = %q{} 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_dependency 'rainbow' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
h2ocube_rails_tasks-0.0.3 | h2ocube_rails_tasks.gemspec |