rogerdpack-sane 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ if defined? IRB
2
+ require 'irb/completion'
3
+ IRB.conf[:AUTO_INDENT] = true
4
+ IRB.conf[:PROMPT_MODE] = :SIMPLE
5
+ #require 'irb/ext/save-history' # this one might mess with peoples' local settings of it tho...
6
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-sane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack
@@ -37,7 +37,7 @@ files:
37
37
  - lib/sane_ruby/enumerable-extra.rb
38
38
  - lib/_dbg.rb
39
39
  - lib/sane_ruby/hash_hashes.rb
40
- - lib/sane_ruby/irb_autocomplete.rb
40
+ - lib/sane_ruby/irb_startup_options.rb
41
41
  has_rdoc: false
42
42
  homepage: http://github.com/rogerdpack/sane_ruby
43
43
  licenses:
@@ -1,2 +0,0 @@
1
- require 'irb/completion' if defined?(IRB)
2
- #require 'irb/ext/save-history' # this one might mess with peoples' local settings of it tho...