From 34cd2052128b5fc8c316ab78672a3c06f0a69440 Mon Sep 17 00:00:00 2001 From: Manuel Ryan Date: Tue, 3 Aug 2010 14:12:51 +0200 Subject: [PATCH] updated readme and bumped version number --- README.rdoc | 2 +- magic_encoding.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 934af39..bdd06c1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 : diff --git a/magic_encoding.gemspec b/magic_encoding.gemspec index b9a8a38..34f57ab 100644 --- a/magic_encoding.gemspec +++ b/magic_encoding.gemspec @@ -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"]