pry_debug 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ pry_debug - Copyright (c) 2012 - Mon ouïe
2
+
3
+ This software is provided 'as-is', without any express or
4
+ implied warranty. In no event will the authors be held
5
+ liable for any damages arising from the use of this software.
6
+
7
+ Permission is granted to anyone to use this software for any purpose,
8
+ including commercial applications, and to alter it and redistribute
9
+ it freely, subject to the following restrictions:
10
+
11
+ 1. The origin of this software must not be misrepresented;
12
+ you must not claim that you wrote the original software.
13
+ If you use this software in a product, an acknowledgment
14
+ in the product documentation would be appreciated but
15
+ is not required.
16
+
17
+ 2. Altered source versions must be plainly marked as such,
18
+ and must not be misrepresented as being the original software.
19
+
20
+ 3. This notice may not be removed or altered from any
21
+ source distribution.
@@ -0,0 +1,3 @@
1
+ module PryDebug
2
+ Version = "0.1.0"
3
+ end
metadata CHANGED
@@ -1,101 +1,101 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: pry_debug
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
4
5
  prerelease:
5
- version: 0.0.1
6
6
  platform: ruby
7
- authors:
8
- - "Mon ou\xC3\xAFe"
7
+ authors:
8
+ - Mon ouïe
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-06-16 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2013-01-27 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: pry
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
19
17
  none: false
20
- requirements:
18
+ requirements:
21
19
  - - ~>
22
- - !ruby/object:Gem::Version
20
+ - !ruby/object:Gem::Version
23
21
  version: 0.9.0
24
22
  type: :runtime
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: riot
28
23
  prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
30
25
  none: false
31
- requirements:
32
- - - ">="
33
- - !ruby/object:Gem::Version
34
- version: "0"
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 0.9.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: riot
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
35
38
  type: :development
36
- version_requirements: *id002
37
- description: |
38
- A pure-ruby debugger. No more puts "HERE!!!" or p :var => var, :other => other
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: ! 'A pure-ruby debugger. No more puts "HERE!!!" or p :var => var, :other
47
+ => other
48
+
39
49
  until you find what caused the bug. Just add a breakpoint and see the value of
50
+
40
51
  any variable.
41
52
 
42
- email:
53
+ '
54
+ email:
43
55
  - mon.ouie@gmail.com
44
- executables:
56
+ executables:
45
57
  - pry_debug
46
58
  extensions: []
47
-
48
59
  extra_rdoc_files: []
49
-
50
- files:
51
- - .gemtest
52
- - .gitignore
53
- - README.md
54
- - Rakefile
55
- - bin/pry_debug
60
+ files:
56
61
  - lib/pry_debug.rb
57
- - lib/pry_debug/commands.rb
62
+ - lib/pry_debug/version.rb
63
+ - lib/pry_debug/method_breakpoint.rb
58
64
  - lib/pry_debug/conditional_breakpoint.rb
65
+ - lib/pry_debug/commands.rb
59
66
  - lib/pry_debug/line_breakpoint.rb
60
- - lib/pry_debug/method_breakpoint.rb
61
- - pry_debug.gemspec
62
- - test/conditional_breakpoint_test.rb
63
- - test/helpers.rb
64
67
  - test/line_breakpoint_test.rb
68
+ - test/helpers.rb
65
69
  - test/method_breakpoint_test.rb
70
+ - test/conditional_breakpoint_test.rb
66
71
  - test/run_all.rb
67
72
  - test/session_test.rb
73
+ - bin/pry_debug
74
+ - README.md
75
+ - LICENSE
68
76
  homepage: http://github.com/Mon-Ouie/pry_debug
69
77
  licenses: []
70
-
71
78
  post_install_message:
72
79
  rdoc_options: []
73
-
74
- require_paths:
80
+ require_paths:
75
81
  - lib
76
- required_ruby_version: !ruby/object:Gem::Requirement
82
+ required_ruby_version: !ruby/object:Gem::Requirement
77
83
  none: false
78
- requirements:
79
- - - ">="
80
- - !ruby/object:Gem::Version
81
- version: "0"
82
- required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
89
  none: false
84
- requirements:
85
- - - ">="
86
- - !ruby/object:Gem::Version
87
- version: "0"
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
88
94
  requirements: []
89
-
90
95
  rubyforge_project:
91
- rubygems_version: 1.8.5
96
+ rubygems_version: 1.8.23
92
97
  signing_key:
93
98
  specification_version: 3
94
99
  summary: A pure-ruby debugger
95
- test_files:
96
- - test/conditional_breakpoint_test.rb
97
- - test/helpers.rb
98
- - test/line_breakpoint_test.rb
99
- - test/method_breakpoint_test.rb
100
- - test/run_all.rb
101
- - test/session_test.rb
100
+ test_files: []
101
+ has_rdoc:
data/.gemtest DELETED
File without changes
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- *.gem
2
- *.rbc
data/Rakefile DELETED
@@ -1,16 +0,0 @@
1
- require 'rake'
2
-
3
- task :test do
4
- path = File.expand_path("test/run_all.rb", File.dirname(__FILE__))
5
-
6
- if defined? RUBY_ENGINE and RUBY_ENGINE =~ /jruby/i
7
- ruby path
8
- else
9
- load path
10
- end
11
- end
12
-
13
- task :install do
14
- ruby "-S gem build pry_debug.gemspec"
15
- ruby "-S gem install -l pry_debug"
16
- end
@@ -1,23 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- Gem::Specification.new do |s|
3
- s.name = "pry_debug"
4
- s.version = "0.0.1"
5
- s.authors = ["Mon ouïe"]
6
- s.email = ["mon.ouie@gmail.com"]
7
- s.homepage = "http://github.com/Mon-Ouie/pry_debug"
8
-
9
- s.summary = "A pure-ruby debugger"
10
- s.description = <<EOD
11
- A pure-ruby debugger. No more puts "HERE!!!" or p :var => var, :other => other
12
- until you find what caused the bug. Just add a breakpoint and see the value of
13
- any variable.
14
- EOD
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- test/*`.split("\n")
18
- s.executables = %w[pry_debug]
19
- s.require_paths = %w[lib]
20
-
21
- s.add_dependency "pry", "~> 0.9.0"
22
- s.add_development_dependency "riot"
23
- end