pry-remote-auto 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.
@@ -22,4 +22,5 @@ class Object
22
22
  end
23
23
  alias_method :remote_pry_without_auto_launch, :remote_pry
24
24
  alias_method :remote_pry, :remote_pry_with_auto_launch
25
+ alias_method :pry_remote, :remote_pry
25
26
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
13
  gem.name = "pry-remote-auto"
14
14
  gem.require_paths = ["lib"]
15
- gem.version = '1.0.0'
15
+ gem.version = '1.1.0'
16
16
 
17
17
  gem.add_runtime_dependency 'pry-remote'
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-remote-auto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-12 00:00:00.000000000 Z
12
+ date: 2012-05-14 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry-remote
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &70126855377240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,12 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
24
+ version_requirements: *70126855377240
30
25
  description: Open the Terminal and run pry-remote automatically
31
26
  email:
32
27
  - kkohno@gmail.com
@@ -61,9 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
56
  version: '0'
62
57
  requirements: []
63
58
  rubyforge_project:
64
- rubygems_version: 1.8.23
59
+ rubygems_version: 1.8.10
65
60
  signing_key:
66
61
  specification_version: 3
67
62
  summary: The pry-remote improveemnt to open the Terminal and run pry-remote automatically
68
63
  test_files: []
69
- has_rdoc: