motion_print 0.0.4 → 0.0.5
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/README.md +1 -1
- data/motion/motion_print/core_ext/kernel.rb +2 -1
- data/motion/motion_print/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90fedd225e91b75739211636bae39e1519c53dd8
|
4
|
+
data.tar.gz: dd9842fbd9dfcd7882aa39f7a417b950f0edfb26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fa77292a0930532c014975d6d81b51b598937cb7b07785636f3d41d724d1cd2d75d4d561e8653cf4c292d7962e0ab3c6df150cc4e43c73d698ed72d592f8f83
|
7
|
+
data.tar.gz: 1857234580c00acff1857b4d83931fe22777441eec9f2429d2609203496c82fc6b03c335bd07c7b3c60ff922c3446996b0e86e82d0d95df867656199606ea68e
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
A RubyMotion pretty printer.
|
4
4
|
|
5
|
-
[](http://badge.fury.io/rb/motion_print) [](http://badge.fury.io/rb/motion_print) [](https://travis-ci.org/OTGApps/motion_print) [](https://codeclimate.com/github/MohawkApps/motion_print)
|
6
6
|
|
7
7
|
instead of using `p` or `puts`, use `mp` to log your debug values to the RubyMotion REPL.
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion_print
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Rickert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bacon
|