Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 4edb011

Browse files
committed
Normalize all the line endings
1 parent ab79507 commit 4edb011

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def load_yml!
5252
self.environment = yml[:environment].to_sym
5353
end
5454
end
55-
end
55+
end

lib/generators/pagseguro/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def generate_initializer
1919
end
2020
end
2121
end
22-
end
22+
end

lib/generators/templates/pagseguro.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
config.adapter_javascript_url = "https://stc.sandbox.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"
44
config.email = "exemplo@pagseguro.com.br"
55
config.token = "token válido"
6-
end
6+
end

lib/generators/templates/pagseguro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ production:
1111
adapter_javascript_url: "https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"
1212
email: "exemplo@pagseguro.com.br"
1313
token: "token válido"
14-
environment: "production"
14+
environment: "production"

0 commit comments

Comments
 (0)