Sha256: 7c2f097673c2fd3d68289bd85c395b68a2a65ed98aa846917fd03d036be960b2
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
require 'rubygems' require 'jeweler' Jeweler::Tasks.new do |s| s.name = %q{sane} # 3: add hash_set_operators # 0.2.2: add Regex+Regex, bug fixes # 0.2.0: # add irb simple prompt, auto indent by default [sane defaults!] # 1: add $: << '.', don't do Hash#hash on 1.9 # 0.1. # 9 add irb autocompletion on by default [if you're in an IRB session, that is] # 8 add Hash#hash # 7 add File.binwrite # rename aliaz alias_h [ for alias hash ] # 6 add File.binread [1.9 has it, 1.8 not] # 5 remove #sum method [not rails compat] # 4 add _dbg as a file # 0.1.3 require 'pp' with _dbg # 0.1.2 add singleton_class # 0.1.1 add aliaz s.homepage = 'http://github.com/rogerdpack/sane_ruby' s.authors = ["Roger Pack"] s.description = s.summary = %q{Helpers for ruby core to make it easier to work with--things that are missing from core but should arguably be there} s.email = ["rogerdpack@gmail.com"] s.add_runtime_dependency("require_all", '>= 1.0.1') s.add_runtime_dependency("hash_set_operators") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sane-0.10.3 | Rakefile |
sane-0.10.2 | Rakefile |