Skip to content

Commit

Permalink
um espacinho a mais no #encoding: utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
clairton committed Nov 23, 2011
1 parent c28f672 commit 27286c9
Show file tree
Hide file tree
Showing 185 changed files with 237 additions and 237 deletions.
104 changes: 52 additions & 52 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.0)
actionpack (= 3.1.0)
actionmailer (3.1.3)
actionpack (= 3.1.3)
mail (~> 2.3.0)
actionpack (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
actionpack (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.2)
rack-cache (~> 1.0.3)
rack (~> 1.3.5)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.0)
activemodel (3.1.0)
activesupport (= 3.1.0)
bcrypt-ruby (~> 3.0.0)
sprockets (~> 2.0.3)
activemodel (3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activerecord-jdbc-adapter (1.2.0)
Expand All @@ -32,90 +31,91 @@ GEM
activerecord-jdbcpostgresql-adapter (1.2.0)
activerecord-jdbc-adapter (~> 1.2.0)
jdbc-postgres (~> 9.0.0)
activeresource (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
activesupport (3.1.0)
activeresource (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
activesupport (3.1.3)
multi_json (~> 1.0)
arel (2.2.1)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-java)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0)
columnize (0.3.4)
devise (1.4.8)
devise (1.5.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
warden (~> 1.1)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
jdbc-mysql (5.1.13)
jdbc-postgres (9.0.801)
linecache (0.46)
rbx-require-relative (> 0.0.4)
jquery-rails (1.0.18)
railties (~> 3.0)
thor (~> 0.14)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.6.1)
json (1.6.1-java)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mime-types (1.17.2)
multi_json (1.0.3)
orm_adapter (0.0.5)
polyglot (0.3.2)
rack (1.3.3)
rack-cache (1.0.3)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.0)
actionmailer (= 3.1.0)
actionpack (= 3.1.0)
activerecord (= 3.1.0)
activeresource (= 3.1.0)
activesupport (= 3.1.0)
rails (3.1.3)
actionmailer (= 3.1.3)
actionpack (= 3.1.3)
activerecord (= 3.1.3)
activeresource (= 3.1.3)
activesupport (= 3.1.3)
bundler (~> 1.0)
railties (= 3.1.0)
railties (3.1.0)
actionpack (= 3.1.0)
activesupport (= 3.1.0)
railties (= 3.1.3)
railties (3.1.3)
actionpack (= 3.1.3)
activesupport (= 3.1.3)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2)
rbx-require-relative (0.0.5)
rdoc (3.9.4)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-debug-base (0.10.4-java)
sprockets (2.0.0)
rake (0.9.2.2)
rdoc (3.11)
json (~> 1.4)
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.3)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
warden (1.0.6)
tzinfo (0.3.31)
warden (1.1.0)
rack (>= 1.0)

PLATFORMS
java
ruby

DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcmysql-adapter
activerecord-jdbcpostgresql-adapter
devise
rails
ruby-debug
jquery-rails
jruby-openssl
rails (= 3.1.3)
sqlite3
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
class ApplicationController < ActionController::Base
protect_from_forgery
#internacionalização
Expand Down
2 changes: 1 addition & 1 deletion app/models/address.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/city.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/country.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/neighborhood.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/place.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/state.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/address/street.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/email.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/email/domain.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/email/user.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/financier.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/financier/note.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/goods.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/goods/additional.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/goods/additional/type.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/goods/additional/value.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/goods/item.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/contact.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/contact/address.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/contact/email.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/contact/type.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/delivery.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/issuer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/person.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/sender.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/participant/type.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/taxe.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/taxe/group.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/taxe/type.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/taxe/value.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction/financier.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction/goods.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction/goods/additional.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction/goods/item.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
2 changes: 1 addition & 1 deletion app/models/transaction/goods/taxe.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#encoding: utf-8
# encoding: utf-8
# crh - ERP
# Copyright (C) 2011-2011 Clairton Rodrigo Heinzen
#
Expand Down
Loading

0 comments on commit 27286c9

Please sign in to comment.