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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 218a1a1b4b38c772917f9af5facb5a69a33815cf
4
- data.tar.gz: 78262362bfe746bbb20dbfc14c060dd90ae3e4a8
3
+ metadata.gz: 3824cc1c9ebdff333b015293196eccd9774fe887
4
+ data.tar.gz: 0f50de052391dadf7b669a646ae3e4eba5445a51
5
5
  SHA512:
6
- metadata.gz: 6b8b4c5f36552f5eeec09609bcb153677694758d2216e1ddcc3a0be6174508d9348eeed1879c35cac1e8507ca25c56b7bd5a7c18ae6d1bed4ffb443feb72a157
7
- data.tar.gz: e72c6e6dc7a5b352a5847a6917a46b678d8bc2ede5127852df9daacd650f13fe607a46772642ab7a74bda22adc69e0fc2d2515f2ba9a395400f37f74562e2e89
6
+ metadata.gz: 46bda6acbd5d10f40552c43a6c366327673fceb59be1eb464df9e895d2f00bca8bd539c49317d9ec365b6e638fe9a5118b86c4eb0fea99ea856f759a9b3ef847
7
+ data.tar.gz: c3951e2b0be04b0b4be3f6af2f54d9423adca5d64fe6f8b24b5caea9c19fba4e874f3488cd505724a5f6eef8b744343b4353f37c1a512f4bf91da58472f2af88
data/.gitignore CHANGED
@@ -11,6 +11,7 @@ spec/reports
11
11
  test/tmp
12
12
  test/version_tmp
13
13
  tmp
14
+ Gemfile.lock
14
15
 
15
16
  # YARD artifacts
16
17
  .yardoc
@@ -1,3 +1,7 @@
1
+ ## 1.1.1 (2014-05-04)
2
+
3
+ * Updated project dependencies
4
+
1
5
  ## 1.1.0 (2014-04-26)
2
6
 
3
7
  * Removed out-of-box support for Rails. This includes removing pry-rails and railties dependencies.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Icepick
2
2
  =======
3
3
 
4
- [![Gem Version](https://badge.fury.io/rb/icepick.png)](https://rubygems.org/gems/icepick) [![Code Climate](https://codeclimate.com/github/doomspork/icepick.png)](https://codeclimate.com/github/doomspork/icepick)
4
+ [![Gem Version](https://badge.fury.io/rb/icepick.png)](https://rubygems.org/gems/icepick) [![Code Climate](https://codeclimate.com/github/doomspork/icepick.png)](https://codeclimate.com/github/doomspork/icepick) [![Dependency Status](https://gemnasium.com/doomspork/icepick.svg)](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
 
@@ -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.4.6'
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.6.0'
25
+ gem.add_runtime_dependency 'colorize', '~> 0.7.2'
26
26
  gem.add_runtime_dependency 'awesome_print', '~> 1.2'
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Icepick
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
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.0
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-27 00:00:00.000000000 Z
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.4.6
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.4.6
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.6.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.6.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.14
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.
@@ -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!