new_jazz_hands 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 14157bca1b1cd6a25e28ab9a4095ecf7f526ed5b
4
+ data.tar.gz: b1bb2bba6af79fde6f1d1a1474bf8b50cd0aecb3
5
+ SHA512:
6
+ metadata.gz: 0b299e242ca0e12c7278ed22e8719ed137f1214bf65b8009e2f05709f2a4536cb2a0560a91a53555504ddbab0624acb58422445b08f72defe6d86dcc0d6b3c28
7
+ data.tar.gz: 016d92912a7e12359f1bb02ad268c70e45f64f31e7061d38b94562d3dc2eeed5863c1fa5088cc97593d5d1a4875f6fa2ee96e03b3575c1ce6be6364d2aa2fa5a
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
@@ -0,0 +1 @@
1
+ 2.1
@@ -0,0 +1 @@
1
+ jazz_hands
@@ -0,0 +1 @@
1
+ 2.1
@@ -0,0 +1,123 @@
1
+ ## 0.5.2 (2013-10-24)
2
+
3
+ * Upgrade [pry-rails][pry-rails] to the latest 0.3.2,
4
+ [awesome_print][awesome_print] to 1.2 and loosen it's dependency, and removed
5
+ [coderay][coderay] as an explicit dependency since [pry][pry] already includes
6
+ it.
7
+
8
+ ## 0.5.1 (2013-06-28)
9
+
10
+ * Upgrade [pry-rails][pry-rails] to the latest 0.3.1, [pry-doc][pry-doc] 0.4.6,
11
+ [coolline][coolline] 0.4.2.
12
+
13
+
14
+ ## 0.5.0 (2013-03-13)
15
+
16
+ * Rails 4, Ruby 2.0.0 compatibility.
17
+ * Upgrade [pry][pry] to the latest 0.9.12,
18
+ [pry-stack_explorer][pry-stack_explorer] 0.4.9, [pry-remote][pry-remote]
19
+ 0.1.7, [pry-debugger][pry-debugger] 0.2.2, [hirb][hirb] 0.7.1,
20
+ [coderay][coderay] 1.0.9.
21
+
22
+
23
+ ## 0.4.0 (2012-12-27)
24
+
25
+ * Add [pry-rails][pry-rails] 0.2.2 for maintained console hooks and new
26
+ `show-routes`, `show-models`, and `show-middleware` commands.
27
+ * Add `JazzHands.colored_prompt` and `JazzHands.prompt_separator` options.
28
+ Detect readline library to turn off incompatible colored prompt or Unicode
29
+ prompt separator where appropriate. Fixes #1 and #2.
30
+ * Upgrade [pry][pry] to the latest 0.9.10, [pry-doc][pry-doc] 0.4.4,
31
+ [pry-stack_explorer][pry-stack_explorer] 0.4.7, [pry-remote][pry-remote]
32
+ 0.1.6, [pry-debugger][pry-debugger] 0.2.1, [hirb][hirb] 0.7.0,
33
+ [Coolline][coolline] 0.4.0, [coderay][coderay] 1.0.8,
34
+ [awesome_print][awesome_print] 1.1.0. Fixes #4.
35
+
36
+ ## 0.3.1 (2012-06-11)
37
+
38
+ * Upgrade [pry-debugger][pry-debugger] to 0.2.0.
39
+
40
+ ## 0.3.0 (2012-06-07)
41
+
42
+ * Replace [pry-nav][pry-nav] with [pry-debugger][pry-debugger] for improved
43
+ performance and no segfaults. `JazzHands.enable_pry_nav` removed.
44
+ * Upgrade [pry][pry] to the latest 0.9.9, [pry-doc][pry-doc] 0.4.2,
45
+ [pry-git][pry-git] 0.2.3, [pry-stack_explorer][pry-stack_explorer] 0.4.2,
46
+ [pry-remote][pry-remote] 0.1.4, [coderay][coderay] 1.0.6.
47
+
48
+ ## 0.2.0 (2012-03-19)
49
+
50
+ * Add [pry-stack_explorer][pry-stack_explorer] 0.4.1.
51
+ * Upgrade [pry-remote][pry-remote] to 0.1.1 and [pry-nav][pry-nav] to 0.2.0.
52
+ * Upgrade recommended gem minor versions: [pry][pry] 0.9.8.4, [pry-doc][pry-doc]
53
+ 0.4.1, [hirb][hirb] 0.6.2, and [coderay][coderay] 1.0.5.
54
+
55
+ ## 0.1.2 (2012-01-23)
56
+
57
+ * Improved Rails 3.2 compatibility. Console methods like `app`, `new_session`,
58
+ `reload!`, `helper`, and `controller` work as expected.
59
+
60
+ ## 0.1.1 (2012-01-20)
61
+
62
+ * Rails 3.2 compatibility
63
+
64
+ ## 0.1.0 (2012-01-04)
65
+
66
+ * For performance, enable [pry-nav][pry-nav] only on MRI 1.9.3 by default. To
67
+ use on MRI 1.9.2, add `JazzHands.enable_pry_nav` to a Rails initializer.
68
+ * Due to buggy behavior, syntax highlighting as you type via
69
+ [Coolline][coolline] and [Coderay][coderay] is disabled by default. Enable
70
+ with `JazzHands.enable_syntax_highlighting_as_you_type` in a Rails
71
+ initializer. MRI 1.9.3 only.
72
+ * Fix [Hirb][hirb] support.
73
+ * Upgrade [awesome_print][awesome_print] to 1.0.2.
74
+
75
+ ## 0.0.6 (2011-12-03)
76
+
77
+ * Add line numbers to the prompt for easy reference when using `_in_` and
78
+ `_out`.
79
+ * Upgrade [pry-nav][pry-nav] to 0.0.4.
80
+
81
+
82
+ ## 0.0.5 (2011-12-01)
83
+
84
+ * Add [Hirb][hirb] support. Enable with `Hirb.enable` in the console.
85
+ * Upgrade [pry-nav][pry-nav] to 0.0.3.
86
+
87
+
88
+ ## 0.0.4 (2011-11-30)
89
+
90
+ * Add explicit requires for pry plugin gems.
91
+
92
+
93
+ ## 0.0.3 (2011-11-30)
94
+
95
+ * Add [pry-nav][pry-nav].
96
+ * Upgrade [awesome_print][awesome_print] to 1.0.1.
97
+
98
+
99
+ ## 0.0.2 (2011-11-25)
100
+
101
+ * Add [pry-doc][pry-doc].
102
+
103
+
104
+ ## 0.0.1 (2011-11-25)
105
+
106
+ * First release. Combine [pry][pry], [awesome_print][awesome_print],
107
+ [coolline][coolline] + [coderay][coderay], [pry-remote][pry-remote],
108
+ [pry-git][pry-git]. Bit of glue to replace IRB with pry in Rails console,
109
+ pretty colors.
110
+
111
+
112
+ [pry]: http://pry.github.com
113
+ [awesome_print]: https://github.com/michaeldv/awesome_print
114
+ [pry-doc]: https://github.com/pry/pry-doc
115
+ [pry-git]: https://github.com/pry/pry-git
116
+ [pry-nav]: https://github.com/nixme/pry-nav
117
+ [pry-remote]: https://github.com/Mon-Ouie/pry-remote
118
+ [coolline]: https://github.com/Mon-Ouie/coolline
119
+ [coderay]: https://github.com/rubychan/coderay
120
+ [hirb]: https://github.com/cldwalker/hirb
121
+ [pry-stack_explorer]: https://github.com/pry/pry-stack_explorer
122
+ [pry-debugger]: https://github.com/nixme/pry-debugger
123
+ [pry-rails]: https://github.com/rweng/pry-rails
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'http://rubygems.org'
2
+
3
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+ Copyright (C) 2011 by Gopal Patel
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in
12
+ all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
@@ -0,0 +1,102 @@
1
+ Jazz Hands [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/nixme/jazz_hands/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
2
+ ==========
3
+
4
+ Spending hours in the rails console? Spruce it up and show off those
5
+ hard-working hands!
6
+
7
+ **jazz_hands** is an opinionated set of console-related gems and a bit of glue:
8
+
9
+ * [**Pry**][pry] for a powerful shell alternative to IRB.
10
+ * [**Awesome Print**][awesome_print] for stylish pretty print.
11
+ * [**Hirb**][hirb] for tabular collection output.
12
+ * [**Pry Rails**][pry-rails] for additional commands (`show-routes`,
13
+ `show-models`, `show-middleware`) in the Rails console.
14
+ * [**Pry Doc**][pry-doc] to browse Ruby source, including C, directly from the
15
+ console.
16
+ * [**Pry Git**][pry-git] to teach the console about git. Diffs, blames, and
17
+ commits on methods and classes, not just files.
18
+ * [**Pry Remote**][pry-remote] to connect remotely to a Pry console.
19
+ * [**Pry Debugger**][pry-debugger] to turn the console into a simple debugger.
20
+ * [**Pry Stack Explorer**][pry-stack_explorer] to navigate the call stack and
21
+ frames.
22
+ * [**Coolline**][coolline] and [**Coderay**][coderay] for syntax highlighting as
23
+ you type. _Optional. MRI 1.9.3/2.0.0 only_
24
+
25
+
26
+ ## Usage
27
+
28
+ Ruby 1.9.2+, Rails 3 or 4 only. This fork supports Ruby 2!
29
+
30
+ Add to your project Gemfile:
31
+
32
+ ```ruby
33
+ group :development, :test do
34
+ gem 'new_jazz_hands'
35
+ end
36
+ ```
37
+
38
+ That's it. Run `rails console` as usual.
39
+
40
+ [Hirb][hirb] isn't enabled by default. To use, run `Hirb.enable` in the console.
41
+
42
+ Ruby compiled against a proper readline library, ideally GNU readline, is
43
+ recommended. Alternatively, [`gem install rb-readline`][rb-readline] for an
44
+ acceptible backup. Using ruby compiled against a `libedit` wrapper (primarily OS
45
+ X) will work but is not recommended.
46
+
47
+
48
+ ## Options
49
+
50
+ Change the following options by creating an initializer in your Rails project
51
+ Example `config/initializers/jazz_hands.rb`:
52
+
53
+ ```ruby
54
+ if defined?(JazzHands)
55
+ JazzHands.colored_prompt = false
56
+ JazzHands.enable_syntax_highlighting_as_you_type!
57
+ end
58
+ ```
59
+
60
+ ### `colored_prompt`
61
+
62
+ Color the console prompt? Defaults to `true` when the current ruby is compiled
63
+ against GNU readline or `rb-readline`, which don't have issues counting
64
+ characters in colored prompts. `false` for libedit.
65
+
66
+ Note: `Pry.color = false` trumps this setting and disables all console coloring.
67
+
68
+ ### `prompt_separator`
69
+
70
+ Separator string between the application name and line input. Defaults to `»`
71
+ for GNU readline or libedit. Defaults to `>` for `rb-readline` which fails on
72
+ mixed encodings.
73
+
74
+ ### Syntax highlighting
75
+
76
+ Syntax highlighting as you type via [Coolline][coolline] and [Coderay][coderay]
77
+ is disabled by default due to slightly buggy behavior. To enable, add
78
+ `JazzHands.enable_syntax_highlighting_as_you_type!` to the initializer. Only
79
+ works with MRI 1.9.3 or 2.0.0.
80
+
81
+
82
+ ## Contributing
83
+
84
+ Patches and bug reports are welcome. Just send a [pull request][pullrequests] or
85
+ file an [issue][issues]. [Project changelog][changelog].
86
+
87
+
88
+ [pry]: http://pry.github.com
89
+ [awesome_print]: https://github.com/michaeldv/awesome_print
90
+ [hirb]: https://github.com/cldwalker/hirb
91
+ [pry-rails]: https://github.com/rweng/pry-rails
92
+ [pry-doc]: https://github.com/pry/pry-doc
93
+ [pry-git]: https://github.com/pry/pry-git
94
+ [pry-debugger]: https://github.com/nixme/pry-debugger
95
+ [pry-remote]: https://github.com/Mon-Ouie/pry-remote
96
+ [pry-stack_explorer]: https://github.com/pry/pry-stack_explorer
97
+ [coolline]: https://github.com/Mon-Ouie/coolline
98
+ [coderay]: https://github.com/rubychan/coderay
99
+ [rb-readline]: https://github.com/luislavena/rb-readline
100
+ [pullrequests]: https://github.com/nixme/jazz_hands/pulls
101
+ [issues]: https://github.com/nixme/jazz_hands/issues
102
+ [changelog]: https://github.com/nixme/jazz_hands/blob/master/CHANGELOG.md
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env rake
2
+
3
+ require 'bundler/gem_tasks'
@@ -0,0 +1,42 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ require File.expand_path('../lib/jazz_hands/version', __FILE__)
4
+
5
+ Gem::Specification.new do |gem|
6
+ gem.name = 'new_jazz_hands'
7
+ gem.version = JazzHands::VERSION
8
+ gem.author = 'Gopal Patel'
9
+ gem.email = 'nixme@stillhope.com'
10
+ gem.license = 'MIT'
11
+ gem.homepage = 'https://github.com/billywatson/jazz_hands'
12
+ gem.summary = 'Exercise those fingers. Pry-based enhancements for the default Rails console.'
13
+ gem.description = 'Spending hours in the rails console? Spruce it up and '\
14
+ 'show off those hard-working hands! jazz_hands replaces IRB with Pry, '\
15
+ 'improves output through awesome_print, and has some other goodies up its '\
16
+ 'sleeves. Now updated for Ruby 2.0'
17
+
18
+ gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ gem.files = `git ls-files`.split("\n")
20
+ gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
21
+ gem.require_paths = ['lib']
22
+
23
+ # Dependencies
24
+ gem.required_ruby_version = '>= 1.9.2'
25
+ gem.add_runtime_dependency 'pry', '~> 0.9.12'
26
+ gem.add_runtime_dependency 'pry-rails', '~> 0.3.2'
27
+ gem.add_runtime_dependency 'pry-doc', '~> 0.4.6'
28
+ gem.add_runtime_dependency 'pry-git', '~> 0.2.3'
29
+ gem.add_runtime_dependency 'pry-stack_explorer', '~> 0.4.9'
30
+ gem.add_runtime_dependency 'pry-remote', '>= 0.1.7'
31
+
32
+ if RUBY_VERSION > '2'
33
+ gem.add_runtime_dependency 'pry-byebug', '> 1.3', '< 2'
34
+ else
35
+ gem.add_runtime_dependency 'pry-debugger', '~> 0.2.2'
36
+ end
37
+
38
+ gem.add_runtime_dependency 'hirb', '~> 0.7.1'
39
+ gem.add_runtime_dependency 'coolline', '>= 0.4.2'
40
+ gem.add_runtime_dependency 'awesome_print', '~> 1.2'
41
+ gem.add_runtime_dependency 'railties', '>= 3.0', '< 5.0'
42
+ end
@@ -0,0 +1,66 @@
1
+ require 'jazz_hands/version'
2
+ require 'jazz_hands/railtie' if defined?(Rails)
3
+ require 'active_support'
4
+ require 'readline'
5
+
6
+ module JazzHands
7
+
8
+ ### Options ###
9
+
10
+ # Color the prompt?
11
+ #
12
+ # A different setting than Pry.color since some may like colored output, but a
13
+ # plain prompt.
14
+ #
15
+ # Default: 'true' for GNU readline or rb-readline which correctly count line
16
+ # widths with color codes when using \001 and \002 hints. 'false' for
17
+ # libedit-based wrapper (standard on OS X unless ruby is explicitly compiled
18
+ # otherwise).
19
+ #
20
+ mattr_accessor :colored_prompt
21
+ self.colored_prompt = (Readline::VERSION !~ /EditLine/)
22
+
23
+ # Separator between application name and input in the prompt.
24
+ #
25
+ # Default: right angle quote, or '>' when using rb-readline which doesn't
26
+ # handle mixed encodings well.
27
+ #
28
+ mattr_accessor :prompt_separator
29
+ self.prompt_separator = defined?(RbReadline) ? '>' : "\u00BB"
30
+
31
+
32
+ class << self
33
+ # Enable syntax highlighting as you type in the Rails console via coolline and
34
+ # coderay (MRI 1.9.3+ only). Disabled by default as it's a bit buggy.
35
+ #
36
+ # Call from a Rails initializer:
37
+ #
38
+ # JazzHands.enable_syntax_highlighting_as_you_type!
39
+ #
40
+ def enable_syntax_highlighting_as_you_type!
41
+ raise 'Syntax highlighting only supported on 1.9.3+' unless RUBY_VERSION >= '1.9.3'
42
+
43
+ # Use coolline with CodeRay for syntax highlighting as you type.
44
+ # Only works on >= 1.9.3 because coolline depends on io/console.
45
+
46
+ require 'coolline'
47
+ require 'coderay'
48
+
49
+ Pry.config.input = Coolline.new do |c|
50
+ c.transform_proc = proc do
51
+ CodeRay.scan(c.line, :ruby).term
52
+ end
53
+
54
+ c.completion_proc = proc do
55
+ word = c.completed_word
56
+ Object.constants.map(&:to_s).select { |w| w.start_with? word }
57
+ end
58
+ end
59
+ end
60
+ alias :enable_syntax_highlighting_as_you_type :enable_syntax_highlighting_as_you_type!
61
+ end
62
+
63
+ ### Internal methods ###
64
+
65
+ mattr_accessor :_hirb_output
66
+ end
@@ -0,0 +1,18 @@
1
+ require 'hirb'
2
+ require 'pry'
3
+
4
+ class << Hirb::View
5
+ alias_method :enable_output_method_existing, :enable_output_method
6
+ alias_method :disable_output_method_existing, :disable_output_method
7
+
8
+ def enable_output_method
9
+ @output_method = true
10
+ JazzHands._hirb_output = true
11
+ enable_output_method_existing
12
+ end
13
+
14
+ def disable_output_method
15
+ JazzHands._hirb_output = false
16
+ disable_output_method_existing
17
+ end
18
+ end
@@ -0,0 +1,75 @@
1
+ require 'pry'
2
+ require 'pry-rails'
3
+ require 'pry-doc'
4
+ require 'pry-git'
5
+ require 'pry-remote'
6
+ require 'pry-stack_explorer'
7
+ require 'awesome_print'
8
+ require 'jazz_hands/hirb_ext'
9
+ if RUBY_VERSION > '2'
10
+ require 'pry-byebug'
11
+ else
12
+ require 'pry-debugger'
13
+ end
14
+
15
+ module JazzHands
16
+ class Railtie < Rails::Railtie
17
+ initializer 'jazz_hands.initialize' do |app|
18
+ silence_warnings do
19
+ # We're managing the loading of plugins. So don't let pry autoload them.
20
+ Pry.config.should_load_plugins = false
21
+
22
+ # Use awesome_print for output, but keep pry's pager. If Hirb is
23
+ # enabled, try printing with it first.
24
+ Pry.config.print = ->(output, value) do
25
+ return if JazzHands._hirb_output && Hirb::View.view_or_page_output(value)
26
+ pretty = value.ai(indent: 2)
27
+ Pry::Helpers::BaseHelpers.stagger_output("=> #{pretty}", output)
28
+ end
29
+
30
+ # Friendlier prompt - line number, app name, nesting levels look like
31
+ # directory paths.
32
+ #
33
+ # Heavy use of lazy lambdas so configuration (like Pry.color) can be
34
+ # changed later or even during console usage.
35
+ #
36
+ # Custom color helpers using hints \001 and \002 so that good readline
37
+ # libraries (GNU, rb-readline) correctly ignore color codes when
38
+ # calculating line length.
39
+
40
+ color = -> { Pry.color && JazzHands.colored_prompt }
41
+ red = ->(text) { color[] ? "\001\e[0;31m\002#{text}\001\e[0m\002" : text.to_s }
42
+ blue = ->(text) { color[] ? "\001\e[0;34m\002#{text}\001\e[0m\002" : text.to_s }
43
+ bold = ->(text) { color[] ? "\001\e[1m\002#{text}\001\e[0m\002" : text.to_s }
44
+
45
+ separator = -> { red.(JazzHands.prompt_separator) }
46
+ name = app.class.parent_name.underscore
47
+ colored_name = -> { blue.(name) }
48
+
49
+ line = ->(pry) { "[#{bold.(pry.input_array.size)}] " }
50
+ target_string = ->(object, level) do
51
+ level = 0 if level < 0
52
+ unless (string = Pry.view_clip(object)) == 'main'
53
+ "(#{'../' * level}#{string})"
54
+ else
55
+ ''
56
+ end
57
+ end
58
+
59
+ Pry.config.prompt = [
60
+ ->(object, level, pry) do # Main prompt
61
+ "#{line.(pry)}#{colored_name.()}#{target_string.(object, level)} #{separator.()} "
62
+ end,
63
+ ->(object, level, pry) do # Wait prompt in multiline input
64
+ spaces = ' ' * (
65
+ "[#{pry.input_array.size}] ".size + # Uncolored `line.(pry)`
66
+ name.size +
67
+ target_string.(object, level).size
68
+ )
69
+ "#{spaces} #{separator.()} "
70
+ end
71
+ ]
72
+ end
73
+ end
74
+ end
75
+ end
@@ -0,0 +1,3 @@
1
+ module JazzHands
2
+ VERSION = '0.6.1'
3
+ end
metadata ADDED
@@ -0,0 +1,226 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: new_jazz_hands
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.1
5
+ platform: ruby
6
+ authors:
7
+ - Gopal Patel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: pry
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.9.12
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.9.12
27
+ - !ruby/object:Gem::Dependency
28
+ name: pry-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 0.3.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 0.3.2
41
+ - !ruby/object:Gem::Dependency
42
+ name: pry-doc
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.4.6
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.4.6
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry-git
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.2.3
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.2.3
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry-stack_explorer
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.4.9
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.4.9
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry-remote
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 0.1.7
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 0.1.7
97
+ - !ruby/object:Gem::Dependency
98
+ name: pry-byebug
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.3'
104
+ - - "<"
105
+ - !ruby/object:Gem::Version
106
+ version: '2'
107
+ type: :runtime
108
+ prerelease: false
109
+ version_requirements: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">"
112
+ - !ruby/object:Gem::Version
113
+ version: '1.3'
114
+ - - "<"
115
+ - !ruby/object:Gem::Version
116
+ version: '2'
117
+ - !ruby/object:Gem::Dependency
118
+ name: hirb
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: 0.7.1
124
+ type: :runtime
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: 0.7.1
131
+ - !ruby/object:Gem::Dependency
132
+ name: coolline
133
+ requirement: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: 0.4.2
138
+ type: :runtime
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - ">="
143
+ - !ruby/object:Gem::Version
144
+ version: 0.4.2
145
+ - !ruby/object:Gem::Dependency
146
+ name: awesome_print
147
+ requirement: !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - "~>"
150
+ - !ruby/object:Gem::Version
151
+ version: '1.2'
152
+ type: :runtime
153
+ prerelease: false
154
+ version_requirements: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - "~>"
157
+ - !ruby/object:Gem::Version
158
+ version: '1.2'
159
+ - !ruby/object:Gem::Dependency
160
+ name: railties
161
+ requirement: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ version: '3.0'
166
+ - - "<"
167
+ - !ruby/object:Gem::Version
168
+ version: '5.0'
169
+ type: :runtime
170
+ prerelease: false
171
+ version_requirements: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - ">="
174
+ - !ruby/object:Gem::Version
175
+ version: '3.0'
176
+ - - "<"
177
+ - !ruby/object:Gem::Version
178
+ version: '5.0'
179
+ description: Spending hours in the rails console? Spruce it up and show off those
180
+ hard-working hands! jazz_hands replaces IRB with Pry, improves output through awesome_print,
181
+ and has some other goodies up its sleeves. Now updated for Ruby 2.0
182
+ email: nixme@stillhope.com
183
+ executables: []
184
+ extensions: []
185
+ extra_rdoc_files: []
186
+ files:
187
+ - ".gitignore"
188
+ - ".rbenv-version"
189
+ - ".ruby-gemset"
190
+ - ".ruby-version"
191
+ - CHANGELOG.md
192
+ - Gemfile
193
+ - LICENSE
194
+ - README.md
195
+ - Rakefile
196
+ - jazz_hands.gemspec
197
+ - lib/jazz_hands.rb
198
+ - lib/jazz_hands/hirb_ext.rb
199
+ - lib/jazz_hands/railtie.rb
200
+ - lib/jazz_hands/version.rb
201
+ homepage: https://github.com/billywatson/jazz_hands
202
+ licenses:
203
+ - MIT
204
+ metadata: {}
205
+ post_install_message:
206
+ rdoc_options: []
207
+ require_paths:
208
+ - lib
209
+ required_ruby_version: !ruby/object:Gem::Requirement
210
+ requirements:
211
+ - - ">="
212
+ - !ruby/object:Gem::Version
213
+ version: 1.9.2
214
+ required_rubygems_version: !ruby/object:Gem::Requirement
215
+ requirements:
216
+ - - ">="
217
+ - !ruby/object:Gem::Version
218
+ version: '0'
219
+ requirements: []
220
+ rubyforge_project:
221
+ rubygems_version: 2.4.3
222
+ signing_key:
223
+ specification_version: 4
224
+ summary: Exercise those fingers. Pry-based enhancements for the default Rails console.
225
+ test_files: []
226
+ has_rdoc: