Sha256: ee1d2a280bbec69472099d2c2b4fc0f90965bf16f155cba00aaf4b3a54b146b0
Contents?: true
Size: 1.08 KB
Versions: 3
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_dependency("rdp-require_all") s.add_dependency("hash_set_operators") s.add_dependency 'os' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sane-0.15.0 | Rakefile |
sane-0.14.0 | Rakefile |
sane-0.12.2 | Rakefile |