drjson 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/drjson.gemspec +2 -2
  2. data/lib/drjson/version.rb +1 -1
  3. metadata +3 -3
@@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
7
7
  gem.name = "drjson"
8
8
  gem.version = Drjson::VERSION
9
9
  gem.authors = ["Matthias Luedtke"]
10
- gem.email = ["github@matthias.luedtke.de"]
10
+ gem.email = ["github@matthias-luedtke.de"]
11
11
  gem.description = %q{Closes abruptly cut-off JSON strings.}
12
12
  gem.summary = gem.description
13
- gem.homepage = "http://drjson.github.com/"
13
+ gem.homepage = "https://github.com/mat/drjson"
14
14
 
15
15
  gem.files = (`git ls-files`.split($/)).reject{ |path| path =~ /fixtures/}
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Drjson
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drjson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-09-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Closes abruptly cut-off JSON strings.
15
15
  email:
16
- - github@matthias.luedtke.de
16
+ - github@matthias-luedtke.de
17
17
  executables:
18
18
  - drjson
19
19
  extensions: []
@@ -29,7 +29,7 @@ files:
29
29
  - lib/drjson.rb
30
30
  - lib/drjson/version.rb
31
31
  - spec/drjson_spec.rb
32
- homepage: http://drjson.github.com/
32
+ homepage: https://github.com/mat/drjson
33
33
  licenses: []
34
34
  post_install_message:
35
35
  rdoc_options: []