You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nestedtext.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
spec.name='nestedtext'
7
7
spec.version=NestedText::VERSION
8
8
spec.authors=['Erik Westrup']
9
-
spec.email=['erik.westrup@gmail.com']
9
+
spec.email=['erik.westrup@icloud.com']
10
10
11
11
spec.summary='A ruby library for the human friendly data format NestedText (https://nestedtext.org/)'
12
12
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