pry-theme 0.1.2 → 0.1.3
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.
- data/CHANGELOG.md +5 -0
- data/lib/pry-theme/cli.rb +1 -0
- data/lib/pry-theme/version.rb +1 -1
- metadata +3 -2
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
Pry Theme changelog
|
|
2
2
|
===================
|
|
3
3
|
|
|
4
|
+
### v0.1.3 (September 21, 2012)
|
|
5
|
+
|
|
6
|
+
* Improved integration with [pry-rescue][prescue] plugin.
|
|
7
|
+
|
|
4
8
|
### v0.1.2 (August 31, 2012)
|
|
5
9
|
|
|
6
10
|
* Removed uninstaller. Actually, adding it, was a terrible idea. Remove theme
|
|
@@ -149,3 +153,4 @@ Last but not least:
|
|
|
149
153
|
|
|
150
154
|
[cli]: https://github.com/kyrylo/pry-theme/wiki/Pry-Theme-CLI
|
|
151
155
|
[cheatsheet]: https://github.com/kyrylo/pry-theme/wiki/Pry-Theme-Cheatsheet
|
|
156
|
+
[prescue]: https://github.com/ConradIrwin/pry-rescue/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'pry-theme'
|
data/lib/pry-theme/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -89,6 +89,7 @@ files:
|
|
|
89
89
|
- README.md
|
|
90
90
|
- Rakefile
|
|
91
91
|
- lib/pry-theme.rb
|
|
92
|
+
- lib/pry-theme/cli.rb
|
|
92
93
|
- lib/pry-theme/color_converter.rb
|
|
93
94
|
- lib/pry-theme/commands.rb
|
|
94
95
|
- lib/pry-theme/helper.rb
|