diff --git a/examples/google.rb b/examples/google.rb index f629b4d..7cf7723 100644 --- a/examples/google.rb +++ b/examples/google.rb @@ -13,4 +13,4 @@ pp Google.get('http://google.com') puts '', '*'*70, '' # check that ssl is requesting right -pp Google.get('https://www.google.com') \ No newline at end of file +pp Google.get('https://www.google.com') diff --git a/examples/logging.rb b/examples/logging.rb index 362e568..17d61ce 100644 --- a/examples/logging.rb +++ b/examples/logging.rb @@ -35,4 +35,3 @@ class Google end Google.get "http://google.com" - diff --git a/examples/rubyurl.rb b/examples/rubyurl.rb index 0caea94..92a40fb 100644 --- a/examples/rubyurl.rb +++ b/examples/rubyurl.rb @@ -11,4 +11,4 @@ class Rubyurl end end -pp Rubyurl.shorten( 'http://istwitterdown.com/') \ No newline at end of file +pp Rubyurl.shorten( 'http://istwitterdown.com/') diff --git a/examples/whoismyrep.rb b/examples/whoismyrep.rb index 666fd0a..bff1fa2 100644 --- a/examples/whoismyrep.rb +++ b/examples/whoismyrep.rb @@ -7,4 +7,4 @@ class Rep end pp Rep.get('http://whoismyrepresentative.com/getall_mems.php?zip=46544') -pp Rep.get('http://whoismyrepresentative.com/getall_mems.php', query: {zip: 46544}) \ No newline at end of file +pp Rep.get('http://whoismyrepresentative.com/getall_mems.php', query: {zip: 46544}) diff --git a/features/steps/env.rb b/features/steps/env.rb index 9d19e85..880fb88 100644 --- a/features/steps/env.rb +++ b/features/steps/env.rb @@ -24,4 +24,4 @@ end After do @server.stop if @server -end \ No newline at end of file +end