pry-moves 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9397716c77781c90d1a1130b30a780226ac44aac
4
- data.tar.gz: 9f26eae9c3731f48c93c875f3af90c5e6025c749
3
+ metadata.gz: 04ba1beaaf401be56645547544daea4941edc585
4
+ data.tar.gz: 1bff65fb6e1b10d266520ea24f76216e6b8a5e6c
5
5
  SHA512:
6
- metadata.gz: b2b54ca87a8935f49de7a9d016446db8dd1a065af3e98062db580afd0ef95de7597c15def6bfc9048cfca5e1ffaeb386c315ddaf2dbf79ab14f031122c81f4e0
7
- data.tar.gz: 6b2039aadade2fb859e382edcb38080d33c3bf4d3b8d025d0a783f7029607445d05744372156462bc9de0c0045772266ae12a0039d597abafc200662362cc912
6
+ metadata.gz: 6591993e2fc1844fcd348400d3dbd8f3e3d9e9607d6f9b34383fb52d5b01e8255529063caee1b59bf07fea9f585aa61ab319705578fd02999bdf4b8386da0fd9
7
+ data.tar.gz: fcaa693583e32e0f173d8df3ae48f0e8af1250c3f07fdfbc421991eebbab28a4364bf17d9ef2e01dd5d0777829f9031ffa1fb9ceeee884b292f0f3e5ab0b5ae7
@@ -1,3 +1,3 @@
1
1
  module PryMoves
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
@@ -5,12 +5,12 @@ require File.expand_path('../lib/pry-moves/version', __FILE__)
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'pry-moves'
7
7
  gem.version = PryMoves::VERSION
8
- gem.author = 'Garmoshka Mo'
8
+ gem.author = 'garmoshka-mo'
9
9
  gem.email = 'dan@coav.ru'
10
10
  gem.license = 'MIT'
11
11
  gem.homepage = 'https://github.com/garmoshka-mo/pry-moves'
12
- gem.summary = 'Simple execution navigation for Pry.'
13
- gem.description = "Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution."
12
+ gem.summary = 'Debugger for ruby'
13
+ gem.description = "Debugger for ruby with natural `next` flow (over blocks), debug of dynamic calls, stepping into function by name, etc.."
14
14
 
15
15
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
16
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-moves
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Garmoshka Mo
7
+ - garmoshka-mo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -58,8 +58,8 @@ dependencies:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
60
  version: 0.1.6
61
- description: Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to
62
- control execution.
61
+ description: Debugger for ruby with natural `next` flow (over blocks), debug of dynamic
62
+ calls, stepping into function by name, etc..
63
63
  email: dan@coav.ru
64
64
  executables: []
65
65
  extensions: []
@@ -117,5 +117,5 @@ rubyforge_project:
117
117
  rubygems_version: 2.6.8
118
118
  signing_key:
119
119
  specification_version: 4
120
- summary: Simple execution navigation for Pry.
120
+ summary: Debugger for ruby
121
121
  test_files: []