Skip to content

Commit fd35c01

Browse files
committed
gem v0.3.0
Custom similarity procedure, and corrected repository location.
1 parent 5ac71f9 commit fd35c01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json-diff.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
66
s.license = 'MIT'
77
s.version = JsonDiff::VERSION
88
s.platform = Gem::Platform::RUBY
9-
s.authors = ['Captain Train']
9+
s.authors = ['Thaddée Tyl']
1010
s.email = ['[email protected]']
11-
s.homepage = 'http://github.com/captaintrain/json-diff'
11+
s.homepage = 'http://github.com/espadrine/json-diff'
1212
s.summary = %q{Compute the difference between two JSON-serializable Ruby objects.}
1313
s.description = %q{Take two Ruby objects that can be serialized to JSON. Output an array of operations (additions, deletions, moves) that would convert the first one to the second one.}
1414
s.files = `git ls-files`.split("\n")

lib/json-diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonDiff
2-
VERSION = '0.2.0'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)