Sha256: d549587f0b2168226ee6c955661dc2257bdcbe33d7c35a675a62c3ee8db2db1c

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 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("rdp-require_all")
  s.add_runtime_dependency("hash_set_operators")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sane-0.12.0 Rakefile
sane-0.11.1 Rakefile
sane-0.11.0 Rakefile