ruby-debug-ide 0.4.24.beta5 → 0.4.24

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e313bb0487d5877d7b02f00f5a6fa6df670ae568
4
- data.tar.gz: 9f4a6d9bf3a5f84b82fd39d5da5212b11656e01f
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDBhNGYzNTQ4NTI0MmE1YTgxM2M3N2IyMjM4MmE4ZmFmZmExMzllOQ==
5
+ data.tar.gz: !binary |-
6
+ NTU1M2U5M2U5NzFiM2JmZDMwZTgwNjJhMWFkNGI2ZWI2MTJkYjFmMw==
5
7
  SHA512:
6
- metadata.gz: edca8948b1cc43c93c6aec39eb9937d2da18273a4a20352e1304eae9220ad2fe50f0863a4790aecf260eebeace6f9b00ce847c111d1bc2a26cdd8a9c747e2148
7
- data.tar.gz: 7d12e3ca2a13225388aeb5ae65dadef6721b48a363dcd2ede70b99364f38f9588c608e899e33ab88ae0eeb167cd4cd2c1613b08c65f62cbbbc267f50d4d63ba4
8
+ metadata.gz: !binary |-
9
+ OTQ2NWJhMmQxYzk2MjE3NGU2NDExYjYzMjE3Y2M5MzU4MmI4ODVlZDA5ZDE3
10
+ NGIyYTE0ZTY3ZjJiOTViY2VlM2IwYmY2M2FjYWJhYTExZjhjZGM2YWQ0OTA1
11
+ MWRkNzQwYTAzMjYwYTZlMjQzODllMzNjZWNiODM1NDU5OGI5MjY=
12
+ data.tar.gz: !binary |-
13
+ NDU3MTc4ZGQ1NjJiZGRhZmQwMGJkZTQ0MGZlMjliZTk4NDBhNmQwMDA5ZTE1
14
+ OWM5NGZhY2ZiMDgyZGRmNGM5MzA5ZDgxNzBiYjQxMjcxM2ZhMmI5OWFmNTBj
15
+ MGU4Y2ZkOWI5NTNkOTlhNWZiYjFlNGZlNmQ3OWJhNzM2MzE4NTI=
@@ -1,3 +1,7 @@
1
+ ## [0.4.24](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.24.beta5...v0.4.24)
2
+
3
+ * time to release
4
+
1
5
  ## [0.4.24.beta5](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.24.beta4...v0.4.24.beta5)
2
6
 
3
7
  * do not print empty value attr in case RubyMine-specific protocol extensions are enabled
@@ -90,11 +90,7 @@ module Debugger
90
90
  end
91
91
  end
92
92
  end
93
- rescue IOError, SystemCallError
94
- @printer.print_debug "INTERNAL ERROR!!! #{$!}\n"
95
- @printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
96
- @printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
97
- rescue Exception
93
+ rescue ::Exception
98
94
  @printer.print_debug "INTERNAL ERROR!!! #{$!}\n" rescue nil
99
95
  @printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
100
96
  @printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
@@ -1,3 +1,3 @@
1
1
  module Debugger
2
- IDE_VERSION='0.4.24.beta5'
2
+ IDE_VERSION='0.4.24'
3
3
  end
metadata CHANGED
@@ -1,31 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-debug-ide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.24.beta5
4
+ version: 0.4.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-10 00:00:00.000000000 Z
11
+ date: 2014-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.8.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.8.1
27
- description: |
28
- An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
27
+ description: ! 'An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans
28
+ and RubyMine.
29
+
30
+ '
29
31
  email: rubymine-feedback@jetbrains.com
30
32
  executables:
31
33
  - rdebug-ide
@@ -79,17 +81,17 @@ require_paths:
79
81
  - lib
80
82
  required_ruby_version: !ruby/object:Gem::Requirement
81
83
  requirements:
82
- - - ">="
84
+ - - ! '>='
83
85
  - !ruby/object:Gem::Version
84
86
  version: 1.8.2
85
87
  required_rubygems_version: !ruby/object:Gem::Requirement
86
88
  requirements:
87
- - - ">"
89
+ - - ! '>='
88
90
  - !ruby/object:Gem::Version
89
- version: 1.3.1
91
+ version: '0'
90
92
  requirements: []
91
93
  rubyforge_project: debug-commons
92
- rubygems_version: 2.4.4
94
+ rubygems_version: 2.4.5
93
95
  signing_key:
94
96
  specification_version: 4
95
97
  summary: IDE interface for ruby-debug.