Skip to content

Commit

Permalink
Normalize all the line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldocki committed Mar 30, 2015
1 parent ab79507 commit 4edb011
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def load_yml!
self.environment = yml[:environment].to_sym
end
end
end
end
2 changes: 1 addition & 1 deletion lib/generators/pagseguro/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def generate_initializer
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/generators/templates/pagseguro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
config.adapter_javascript_url = "https://stc.sandbox.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"
config.email = "[email protected]"
config.token = "token válido"
end
end
2 changes: 1 addition & 1 deletion lib/generators/templates/pagseguro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ production:
adapter_javascript_url: "https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"
email: "[email protected]"
token: "token válido"
environment: "production"
environment: "production"

0 comments on commit 4edb011

Please sign in to comment.