json-prettyprint 0.0.1 → 0.0.2
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/json-prettyprint.gemspec +3 -3
- data/lib/json-prettyprint/version.rb +1 -1
- metadata +5 -5
data/json-prettyprint.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = JSON::PrettyPrint::VERSION
|
|
9
9
|
gem.authors = ["Michal Orman"]
|
|
10
10
|
gem.email = ["michal.orman@gmail.com"]
|
|
11
|
-
gem.description = %q{Pretty print any
|
|
12
|
-
gem.summary = %q{Pretty print
|
|
13
|
-
gem.homepage = ""
|
|
11
|
+
gem.description = %q{Pretty print any JSON output with syntax highlight.}
|
|
12
|
+
gem.summary = %q{Pretty print JSON output.}
|
|
13
|
+
gem.homepage = "https://github.com/michalorman/json-prettyprint"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-prettyprint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
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: 2013-
|
|
12
|
+
date: 2013-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: coderay
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '1.0'
|
|
30
|
-
description: Pretty print any
|
|
30
|
+
description: Pretty print any JSON output with syntax highlight.
|
|
31
31
|
email:
|
|
32
32
|
- michal.orman@gmail.com
|
|
33
33
|
executables:
|
|
@@ -44,7 +44,7 @@ files:
|
|
|
44
44
|
- json-prettyprint.gemspec
|
|
45
45
|
- lib/json-prettyprint.rb
|
|
46
46
|
- lib/json-prettyprint/version.rb
|
|
47
|
-
homepage:
|
|
47
|
+
homepage: https://github.com/michalorman/json-prettyprint
|
|
48
48
|
licenses: []
|
|
49
49
|
post_install_message:
|
|
50
50
|
rdoc_options: []
|
|
@@ -67,6 +67,6 @@ rubyforge_project:
|
|
|
67
67
|
rubygems_version: 1.8.23
|
|
68
68
|
signing_key:
|
|
69
69
|
specification_version: 3
|
|
70
|
-
summary: Pretty print
|
|
70
|
+
summary: Pretty print JSON output.
|
|
71
71
|
test_files: []
|
|
72
72
|
has_rdoc:
|