pry-suite 1.0.0 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pry-suite.rb +1 -1
  3. metadata +17 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb51d1d1a5c6dbb3a94e5defc326b92753b2eb04
4
- data.tar.gz: ae18271cc69b99f0a22d58a5ea08dfabe7f9e842
3
+ metadata.gz: 351da8c0f03c7ffc4ca9925bbd9fed7083b90dd5
4
+ data.tar.gz: 7494026756cec6a1191088f52b85d545bf6754a7
5
5
  SHA512:
6
- metadata.gz: ce0f5453f7736ab2499d2b117476d9581fe084d41aa415baf1fd1b515294f547e8eb5db160cea3402a7f761f46012bd33e65e65ff5870bc4a6c9eacb69f03222
7
- data.tar.gz: 41d48061a056cfe499651660a37d97ecf64789b0a83c66945afae4265908d0f280e9ba0856fa16c2af2eedc58813f23afb386760bc52ddccb688ef607e1a632f
6
+ metadata.gz: f462d36ed261f7dcf370661dab6bebfae8dcd25e1861e163fda5c542474c9a5d735058280e7e422c30248a94812c68053460aebdc044ee8ed3dc0b807d821d91
7
+ data.tar.gz: b28bad2c531512bd4516d7b6be4c31f4623dd53e65786f2e63a2411a5050b375f50b0e322584d9ba3fe6070f0d529f6c385394c9e6ce5d195ea23e4b29c7cee5
@@ -1,3 +1,3 @@
1
1
  module PrySuite
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-suite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Celis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-18 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry-byebug
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: pry-macro
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: pry-pretty-numeric
99
113
  requirement: !ruby/object:Gem::Requirement
@@ -151,7 +165,7 @@ dependencies:
151
165
  - !ruby/object:Gem::Version
152
166
  version: '0'
153
167
  description: |
154
- pry-suite is designed to set up a nice Pry ecosystem out of the box. With pry-suite, you are given Pry with access to a suite of great plugins. Currently, the following plugins will get installed along with Pry: * pry-byebug (Integration with the byebug Ruby debugger)* On Ruby 1.9.x, this is replaced with pry-debugger * pry-doc (allows you to look into the Ruby builtin classes with the ? and $ commands) * pry-docmore (extends pry-doc for dollar-variables and keywords) * pry-git (method-level git commands) * pry-highlight (reformat strings with pretty-printing, auto-detecting JSON/XML/Ruby) * pry-pretty-numeric (reformats large numbers, e.g. 1234567890 to 1_234_567_890) * pry-rescue (provides `Pry.rescue { ... }` blocks to capture any exceptions and start a Pry session) * pry-stack_explorer (allows you to navigate the call stack)
168
+ pry-suite is designed to set up a nice Pry ecosystem out of the box. You are given Pry with access to a suite of great plugins. This list is currently comprised of pry-byebug (or pry-debugger for Ruby 1.9.x), pry-doc, pry-docmore, pry-git, pry-highlight, pry-macro, pry-pretty-numeric, pry-rescue and pry-stack_explorer. Finally, the gist gem is also included to enable Pry's gist command.
155
169
  email:
156
170
  - me@davidcel.is
157
171
  executables: []