json-prettyprint 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 Jsoun output with syntax highlight.}
12
- gem.summary = %q{Pretty print Json output.}
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) }
@@ -1,5 +1,5 @@
1
1
  module JSON
2
2
  module PrettyPrint
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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.1
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-05-20 00:00:00.000000000 Z
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 Jsoun output with syntax highlight.
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 Json output.
70
+ summary: Pretty print JSON output.
71
71
  test_files: []
72
72
  has_rdoc: