diff --git a/.learn b/.learn old mode 100644 new mode 100755 diff --git a/.rspec b/.rspec old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/hello_world.rb b/hello_world.rb new file mode 100755 index 0000000..01a178a --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" diff --git a/spec/hello_world_spec.rb b/spec/hello_world_spec.rb old mode 100644 new mode 100755 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755