funk_hands 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 305076cbe3e5e8bec4776908b89b58cfd76c8172
4
- data.tar.gz: 75f2ebea243efa9ce363406ab605231bb64efd8f
3
+ metadata.gz: d6fd186d0ed0c192ec42a689817b80cf2117f311
4
+ data.tar.gz: f66db61ccb5eaffb911ff87a9a983e184f0ad156
5
5
  SHA512:
6
- metadata.gz: 3d04d53dbd6bba2e30b34e8c7343182f6c6c61781edac558bc9b8e9910a562470c9c4d74ed158270edad43078bf7c0bbe7f6f261132a5d1f47ac3c9bc6504285
7
- data.tar.gz: fe10b66478beca391cb638b37e479990f11f16920214b19f7884be1b9fe073881eefa0b65e1a0a9af2e09ddb1dffdb1c084eda3fb1383ccb8551c3c428e5c3fc
6
+ metadata.gz: ac6be5e1bcb12a9380e01d06f966755b91a686a743daa623a8093e23c706483848de17921f0a5253d677a278f14d2f7216792e628678b453e7da293c97d6f60c
7
+ data.tar.gz: dc0df9a3fc031ef351ee7ba881035b9a37e4c3b760bf4e41fc23e06539f513f8bf04710152e6eb0a1c323b41f98a78c9a631220768c9a8c7f98fed7afc7ce5d7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.1.0 (2017-12-13)
2
+
3
+ * Removed [pry-remote][pry-remote]
4
+ * Added [pry-remote-reloaded][pry-remote-reloaded]
5
+
1
6
  ## 1.0.0 (2017-12-11)
2
7
 
3
8
  * Removed [pry-stack_explorer][pry-stack_explorer]
@@ -118,17 +123,17 @@
118
123
  [pry-git][pry-git]. Bit of glue to replace IRB with pry in Rails console,
119
124
  pretty colors.
120
125
 
121
-
122
- [pry]: http://pry.github.com
123
- [awesome_print]: https://github.com/michaeldv/awesome_print
124
- [pry-doc]: https://github.com/pry/pry-doc
125
- [pry-git]: https://github.com/pry/pry-git
126
- [pry-nav]: https://github.com/nixme/pry-nav
127
- [pry-remote]: https://github.com/Mon-Ouie/pry-remote
128
- [coolline]: https://github.com/Mon-Ouie/coolline
129
- [coderay]: https://github.com/rubychan/coderay
130
- [hirb]: https://github.com/cldwalker/hirb
131
- [pry-stack_explorer]: https://github.com/pry/pry-stack_explorer
132
- [pry-debugger]: https://github.com/nixme/pry-debugger
133
- [pry-rails]: https://github.com/rweng/pry-rails
134
- [pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
126
+ [pry]: http://pry.github.com
127
+ [awesome_print]: https://github.com/michaeldv/awesome_print
128
+ [pry-doc]: https://github.com/pry/pry-doc
129
+ [pry-git]: https://github.com/pry/pry-git
130
+ [pry-nav]: https://github.com/nixme/pry-nav
131
+ [pry-remote]: https://github.com/Mon-Ouie/pry-remote
132
+ [coolline]: https://github.com/Mon-Ouie/coolline
133
+ [coderay]: https://github.com/rubychan/coderay
134
+ [hirb]: https://github.com/cldwalker/hirb
135
+ [pry-stack_explorer]: https://github.com/pry/pry-stack_explorer
136
+ [pry-debugger]: https://github.com/nixme/pry-debugger
137
+ [pry-rails]: https://github.com/rweng/pry-rails
138
+ [pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
139
+ [pry-remote-reloaded]: https://github.com/Jack12816/pry-remote-reloaded
data/README.md CHANGED
@@ -78,16 +78,17 @@ works with MRI 1.9.3 or 2.0.0.
78
78
  Patches and bug reports are welcome. Just send a [pull request][pullrequests] or
79
79
  file an [issue][issues]. [Project changelog][changelog].
80
80
 
81
- [pry]: http://pry.github.com
82
- [awesome_print]: https://github.com/michaeldv/awesome_print
83
- [hirb]: https://github.com/cldwalker/hirb
84
- [pry-rails]: https://github.com/rweng/pry-rails
85
- [pry-doc]: https://github.com/pry/pry-doc
86
- [pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
87
- [pry-remote]: https://github.com/Mon-Ouie/pry-remote
88
- [coolline]: https://github.com/Mon-Ouie/coolline
89
- [coderay]: https://github.com/rubychan/coderay
90
- [rb-readline]: https://github.com/luislavena/rb-readline
91
- [pullrequests]: https://github.com/Jack12816/jazz_hands/pulls
92
- [issues]: https://github.com/Jack12816/jazz_hands/issues
93
- [changelog]: https://github.com/Jack12816/jazz_hands/blob/master/CHANGELOG.md
81
+ [pry]: http://pry.github.com
82
+ [awesome_print]: https://github.com/michaeldv/awesome_print
83
+ [hirb]: https://github.com/cldwalker/hirb
84
+ [pry-rails]: https://github.com/rweng/pry-rails
85
+ [pry-doc]: https://github.com/pry/pry-doc
86
+ [pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
87
+ [pry-remote]: https://github.com/Mon-Ouie/pry-remote
88
+ [pry-remote-reloaded]: https://github.com/Jack12816/pry-remote-reloaded
89
+ [coolline]: https://github.com/Mon-Ouie/coolline
90
+ [coderay]: https://github.com/rubychan/coderay
91
+ [rb-readline]: https://github.com/luislavena/rb-readline
92
+ [pullrequests]: https://github.com/Jack12816/jazz_hands/pulls
93
+ [issues]: https://github.com/Jack12816/jazz_hands/issues
94
+ [changelog]: https://github.com/Jack12816/jazz_hands/blob/master/CHANGELOG.md
data/funk_hands.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
22
22
  gem.add_runtime_dependency 'pry', '>= 0.9.12'
23
23
  gem.add_runtime_dependency 'pry-rails', '~> 0.3.6'
24
24
  gem.add_runtime_dependency 'pry-doc', '~> 0.11.1'
25
- gem.add_runtime_dependency 'pry-remote', '>= 0.1.8'
25
+ gem.add_runtime_dependency 'pry-remote-reloaded', '~> 1.0'
26
26
  gem.add_runtime_dependency 'pry-byebug', '~> 1.3'
27
27
  gem.add_runtime_dependency 'hirb', '~> 0.7.3'
28
28
  gem.add_runtime_dependency 'coolline', '>= 0.4.2'
@@ -1,7 +1,7 @@
1
1
  require 'pry'
2
2
  require 'pry-rails'
3
3
  require 'pry-doc'
4
- require 'pry-remote'
4
+ require 'pry-remote-reloaded'
5
5
  require 'awesome_print'
6
6
  require 'funk_hands/hirb_ext'
7
7
  require 'pry-byebug'
@@ -1,3 +1,3 @@
1
1
  module FunkHands
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funk_hands
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gopal Patel
@@ -53,19 +53,19 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.11.1
55
55
  - !ruby/object:Gem::Dependency
56
- name: pry-remote
56
+ name: pry-remote-reloaded
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.1.8
61
+ version: '1.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.1.8
68
+ version: '1.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: pry-byebug
71
71
  requirement: !ruby/object:Gem::Requirement