Skip to content

Commit

Permalink
updated readme and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Ryan committed Aug 3, 2010
1 parent ad96f59 commit 34cd205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -23,7 +23,7 @@ this will prepend every ".rb" file in the working directory (recursively) with t
# -*- encoding : utf-8 -*-

Notes :
- if the encoding is already set, the comment remains unchanged
- existing magic comments are replaced
- the rest of the file remains unchanged

you can pass options to the tool to specify the desired encoding and the path where you want the tool to run, for example :
Expand Down
2 changes: 1 addition & 1 deletion magic_encoding.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{magic_encoding}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.authors = ["Manuel Ryan"]
Expand Down

0 comments on commit 34cd205

Please sign in to comment.