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 +4 -4
- data/CHANGELOG.md +19 -14
- data/README.md +14 -13
- data/funk_hands.gemspec +1 -1
- data/lib/funk_hands/railtie.rb +1 -1
- data/lib/funk_hands/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6fd186d0ed0c192ec42a689817b80cf2117f311
|
|
4
|
+
data.tar.gz: f66db61ccb5eaffb911ff87a9a983e184f0ad156
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
[
|
|
123
|
-
[
|
|
124
|
-
[pry-
|
|
125
|
-
[pry-
|
|
126
|
-
[pry-
|
|
127
|
-
[
|
|
128
|
-
[
|
|
129
|
-
[
|
|
130
|
-
[
|
|
131
|
-
[pry-
|
|
132
|
-
[pry-
|
|
133
|
-
[pry-
|
|
134
|
-
[pry-
|
|
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]:
|
|
82
|
-
[awesome_print]:
|
|
83
|
-
[hirb]:
|
|
84
|
-
[pry-rails]:
|
|
85
|
-
[pry-doc]:
|
|
86
|
-
[pry-byebug]:
|
|
87
|
-
[pry-remote]:
|
|
88
|
-
[
|
|
89
|
-
[
|
|
90
|
-
[
|
|
91
|
-
[
|
|
92
|
-
[
|
|
93
|
-
[
|
|
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', '
|
|
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'
|
data/lib/funk_hands/railtie.rb
CHANGED
data/lib/funk_hands/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
68
|
+
version: '1.0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: pry-byebug
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|