Skip to content

Commit

Permalink
Added "# -*- encoding: utf-8 -*-" to the Gemfile so my name "Iñaki" c…
Browse files Browse the repository at this point in the history
…an be written correctly.
  • Loading branch information
ibc committed Jan 2, 2012
1 parent 4d893ee commit 2b4f9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion em-jsonrpc.gemspec
@@ -1,10 +1,12 @@
# -*- encoding: utf-8 -*-

require "./lib/em-jsonrpc/version"

Gem::Specification.new do |spec|
spec.name = "em-jsonrpc"
spec.version = EventMachine::JsonRPC::VERSION
spec.date = Time.now
spec.authors = ["Inaki Baz Castillo"]
spec.authors = ["Iñaki 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
2 changes: 1 addition & 1 deletion lib/em-jsonrpc/version.rb
@@ -1,5 +1,5 @@
module EventMachine
module JsonRPC
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end

0 comments on commit 2b4f9c6

Please sign in to comment.