Skip to content

Commit

Permalink
Fix gemspec by removing utf8 char - It breaks running some applications
Browse files Browse the repository at this point in the history
  • Loading branch information
paneq committed Dec 29, 2011
1 parent 4625473 commit 4e96279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion em-jsonrpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.name = "em-jsonrpc"
spec.version = EventMachine::JsonRPC::VERSION
spec.date = Time.now
spec.authors = ["Iñaki Baz Castillo"]
spec.authors = ["Inaki Baz Castillo"]
spec.email = "ibc@aliax.net"
spec.summary = "JSON RCP 2.0 client and server for EventMachine over TCP or UnixSocket"
spec.homepage = "https://github.com/ibc/em-jsonrpc"
Expand Down

0 comments on commit 4e96279

Please sign in to comment.