Sha256: b346aebe58c936e82ccfd1529fda846d381d511691d64d9e2845ad99a9192083
Contents?: true
Size: 875 Bytes
Versions: 2
Compression:
Stored size: 875 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "nil_to_chill/version" Gem::Specification.new do |s| s.name = "nil_to_chill" s.version = NilToChill::VERSION s.authors = ["Broady Style"] s.email = ["basscannondrop@gmail.com"] s.homepage = "" s.summary = %q{Take your app from nil to chill in seven seconds or less} s.description = %q{Take your app from nil to chill in seven seconds or less} s.rubyforge_project = "nil_to_chill" 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"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nil_to_chill-0.0.2 | nil_to_chill.gemspec |
nil_to_chill-0.0.1 | nil_to_chill.gemspec |