Skip to content

Commit

Permalink
[ADD] Ruby 1.9.2 charset UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Bartas committed Aug 23, 2011
1 parent c64c083 commit c1fff50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
1 change: 1 addition & 0 deletions lib/rake-progressbar.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding : utf-8 -*-
# Progress Bar a la Homebrew for Ruby Scripts
# ===========================================

Expand Down
2 changes: 1 addition & 1 deletion rake-progressbar.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rake-progressbar}
Expand Down
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding: utf-8 -*-
require 'rubygems'
require 'bundler'
begin
Expand Down
1 change: 1 addition & 0 deletions test/test_rake-progressbar.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding: utf-8 -*-
require 'helper'

class TestRakeProgressbar < Test::Unit::TestCase
Expand Down

0 comments on commit c1fff50

Please sign in to comment.