Skip to content

Commit 012f653

Browse files
authored
Update email
1 parent 1c691fa commit 012f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nestedtext.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.name = 'nestedtext'
77
spec.version = NestedText::VERSION
88
spec.authors = ['Erik Westrup']
9-
spec.email = ['erik.westrup@gmail.com']
9+
spec.email = ['erik.westrup@icloud.com']
1010

1111
spec.summary = 'A ruby library for the human friendly data format NestedText (https://nestedtext.org/)'
1212
spec.description = 'A ruby library for the human friendly data format NestedText (https://nestedtext.org/). There is support for decoding a NestedText file or string to Ruby data structures, as well as encoding Ruby objects to a NestedText file or string. Furthermore there is support for serialization and deserialization of custom classes. Support for v3.2.1 of the data format will all official tests passing.'

0 commit comments

Comments
 (0)