icepick 1.1.0 → 1.1.1
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/.gitignore +1 -0
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/icepick.gemspec +2 -2
- data/lib/icepick/version.rb +1 -1
- metadata +7 -8
- data/Gemfile.lock +0 -47
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3824cc1c9ebdff333b015293196eccd9774fe887
|
|
4
|
+
data.tar.gz: 0f50de052391dadf7b669a646ae3e4eba5445a51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46bda6acbd5d10f40552c43a6c366327673fceb59be1eb464df9e895d2f00bca8bd539c49317d9ec365b6e638fe9a5118b86c4eb0fea99ea856f759a9b3ef847
|
|
7
|
+
data.tar.gz: c3951e2b0be04b0b4be3f6af2f54d9423adca5d64fe6f8b24b5caea9c19fba4e874f3488cd505724a5f6eef8b744343b4353f37c1a512f4bf91da58472f2af88
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Icepick
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
-
[](https://rubygems.org/gems/icepick) [](https://codeclimate.com/github/doomspork/icepick)
|
|
4
|
+
[](https://rubygems.org/gems/icepick) [](https://codeclimate.com/github/doomspork/icepick) [](https://gemnasium.com/doomspork/icepick)
|
|
5
5
|
|
|
6
6
|
[Changelog][changelog]
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ __Icepick__ bundles a set of useful tools, plugins, and configurations together:
|
|
|
9
9
|
|
|
10
10
|
* [Pry][pry] is a powerful alternative to IRB
|
|
11
11
|
* [Pry Doc][pry-doc] includes documentation and source for Core Ruby components
|
|
12
|
-
* [Pry Byebug][pry-byebug] brings the power of debugging to Pry
|
|
12
|
+
* [Pry Byebug][pry-byebug] brings the power of debugging to Pry
|
|
13
13
|
* [Pry Stack Explorer][pry-stack_explorer] adds support for call stack navigation
|
|
14
14
|
* [Awesome Print][awesome_print] colorizes and formats output
|
|
15
15
|
|
data/icepick.gemspec
CHANGED
|
@@ -19,9 +19,9 @@ Gem::Specification.new do |gem|
|
|
|
19
19
|
# Dependencies
|
|
20
20
|
gem.required_ruby_version = '>= 2.0.0'
|
|
21
21
|
gem.add_runtime_dependency 'pry', '~> 0.9.12'
|
|
22
|
-
gem.add_runtime_dependency 'pry-doc', '~> 0.
|
|
22
|
+
gem.add_runtime_dependency 'pry-doc', '~> 0.6.0'
|
|
23
23
|
gem.add_runtime_dependency 'pry-stack_explorer', '~> 0.4.9'
|
|
24
24
|
gem.add_runtime_dependency 'pry-byebug', '~> 1.3.2'
|
|
25
|
-
gem.add_runtime_dependency 'colorize', '~> 0.
|
|
25
|
+
gem.add_runtime_dependency 'colorize', '~> 0.7.2'
|
|
26
26
|
gem.add_runtime_dependency 'awesome_print', '~> 1.2'
|
|
27
27
|
end
|
data/lib/icepick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: icepick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Callan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04
|
|
11
|
+
date: 2014-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: 0.6.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: 0.6.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: pry-stack_explorer
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: 0.7.2
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
82
|
+
version: 0.7.2
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: awesome_print
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -105,7 +105,6 @@ files:
|
|
|
105
105
|
- ".ruby-version"
|
|
106
106
|
- CHANGELOG.md
|
|
107
107
|
- Gemfile
|
|
108
|
-
- Gemfile.lock
|
|
109
108
|
- LICENSE
|
|
110
109
|
- README.md
|
|
111
110
|
- Rakefile
|
|
@@ -135,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
134
|
version: '0'
|
|
136
135
|
requirements: []
|
|
137
136
|
rubyforge_project:
|
|
138
|
-
rubygems_version: 2.0.
|
|
137
|
+
rubygems_version: 2.2.0.preview.1
|
|
139
138
|
signing_key:
|
|
140
139
|
specification_version: 4
|
|
141
140
|
summary: Pry bundled with plugins and helpful configurations.
|
data/Gemfile.lock
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
icepick (1.1.0)
|
|
5
|
-
awesome_print (~> 1.2)
|
|
6
|
-
colorize (~> 0.6.0)
|
|
7
|
-
pry (~> 0.9.12)
|
|
8
|
-
pry-byebug (~> 1.3.2)
|
|
9
|
-
pry-doc (~> 0.4.6)
|
|
10
|
-
pry-stack_explorer (~> 0.4.9)
|
|
11
|
-
|
|
12
|
-
GEM
|
|
13
|
-
remote: https://rubygems.org/
|
|
14
|
-
specs:
|
|
15
|
-
awesome_print (1.2.0)
|
|
16
|
-
binding_of_caller (0.7.2)
|
|
17
|
-
debug_inspector (>= 0.0.1)
|
|
18
|
-
byebug (2.7.0)
|
|
19
|
-
columnize (~> 0.3)
|
|
20
|
-
debugger-linecache (~> 1.2)
|
|
21
|
-
coderay (1.1.0)
|
|
22
|
-
colorize (0.6.0)
|
|
23
|
-
columnize (0.3.6)
|
|
24
|
-
debug_inspector (0.0.2)
|
|
25
|
-
debugger-linecache (1.2.0)
|
|
26
|
-
method_source (0.8.2)
|
|
27
|
-
pry (0.9.12.6)
|
|
28
|
-
coderay (~> 1.0)
|
|
29
|
-
method_source (~> 0.8)
|
|
30
|
-
slop (~> 3.4)
|
|
31
|
-
pry-byebug (1.3.2)
|
|
32
|
-
byebug (~> 2.7)
|
|
33
|
-
pry (~> 0.9.12)
|
|
34
|
-
pry-doc (0.4.6)
|
|
35
|
-
pry (>= 0.9)
|
|
36
|
-
yard (>= 0.8)
|
|
37
|
-
pry-stack_explorer (0.4.9.1)
|
|
38
|
-
binding_of_caller (>= 0.7)
|
|
39
|
-
pry (>= 0.9.11)
|
|
40
|
-
slop (3.5.0)
|
|
41
|
-
yard (0.8.7.4)
|
|
42
|
-
|
|
43
|
-
PLATFORMS
|
|
44
|
-
ruby
|
|
45
|
-
|
|
46
|
-
DEPENDENCIES
|
|
47
|
-
icepick!
|