pry-debugger-jruby 1.2.0-java → 1.2.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: bcacdc52918d9833498ca2e768cab012ee6ea508ed53c4eac814270c7b44757e
4
- data.tar.gz: 87e1eee63ecc0abee9adb200fd175851a3ec1ccaf8058ee0a16998b0335fc8ba
2
+ SHA1:
3
+ metadata.gz: d7dfc0f13c9926c45234011b4d50c053f4753f28
4
+ data.tar.gz: f5ac7985d65abcc4fecc419979c370f848c44d1a
5
5
  SHA512:
6
- metadata.gz: 47aa20dfc57f96f03eb2e4501a5d5f9f9a2d9f450d6f654392237eb9380fe87be16f752927e1f53ed573707341c6c5f246183491b02f94265dde35148abf4a2e
7
- data.tar.gz: 9b8d9ecb43608c2c5ea3aa4f2278dc47d671f20355eee86bf289f3b1b5617f70699bc48d6c7200b9a71f581ab77b75725c83ec341e69b28c4cca1c11d179f9a6
6
+ metadata.gz: afda041321ac64db0b0ff2b7950d7a6da8a016d1bdbb25275dd53f546fdabf752f1c4ff85ae57d838b0cb9e595a5087cd04fdb0e35e5f9f1e5bc98b5e2240ae3
7
+ data.tar.gz: c55db0a5796ad60118481fa3a9d2e7630f7a0256ccd1d760cb82d187361af74ba26e5a5de7dbe6f8935e4b57a4de5f52898b0f14ae30db23316d7e7a8d4ecf4a
@@ -1 +1 @@
1
- jruby-9.1.14.0
1
+ jruby-9.1.16.0
data/README.md CHANGED
@@ -102,7 +102,7 @@ end
102
102
 
103
103
  ## Contributors
104
104
 
105
- `pry-debugger-jruby` is maintained by [Ivo Anjo](https://github.com/ivoanjo/) and is based off the awesome previous work from the [`pry-debugger`](https://github.com/nixme/pry-debugger) creators:
105
+ `pry-debugger-jruby` is maintained by [Ivo Anjo](https://ivoanjo.me) and is based off the awesome previous work from the [`pry-debugger`](https://github.com/nixme/pry-debugger) creators:
106
106
 
107
107
  * [Gopal Patel](https://github.com/nixme)
108
108
  * [John Mair](https://github.com/banister)
@@ -1,3 +1,3 @@
1
1
  module PryDebuggerJRuby
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.author = 'Ivo Anjo'
11
11
  spec.email = 'ivo.anjo@ist.utl.pt'
12
12
  spec.license = 'MIT'
13
- spec.homepage = 'https://github.com/ivoanjo/pry-debugger-jruby'
13
+ spec.homepage = 'https://gitlab.com/ivoanjo/pry-debugger-jruby'
14
14
  spec.summary = 'JRuby 9k-compatible pry debugging!'
15
15
  spec.description = "Add a JRuby-compatible debugger to 'pry'. Adds 'step', 'next', and 'continue' commands to control execution."
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-debugger-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: java
6
6
  authors:
7
7
  - Ivo Anjo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-03 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -111,7 +111,7 @@ files:
111
111
  - lib/pry-debugger-jruby/pry_remote_ext.rb
112
112
  - lib/pry-debugger-jruby/version.rb
113
113
  - pry-debugger-jruby.gemspec
114
- homepage: https://github.com/ivoanjo/pry-debugger-jruby
114
+ homepage: https://gitlab.com/ivoanjo/pry-debugger-jruby
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  requirements: []
133
133
  rubyforge_project:
134
- rubygems_version: 2.6.13
134
+ rubygems_version: 2.6.14.1
135
135
  signing_key:
136
136
  specification_version: 4
137
137
  summary: JRuby 9k-compatible pry debugging!