From 9e9a07b9f4fbef71a6ac1dfebe72e8571b4f7a57 Mon Sep 17 00:00:00 2001 From: Philippe Creux Date: Thu, 25 Aug 2011 08:42:35 -0700 Subject: [PATCH] Update separator. --- bin/pimpmychangelog | 0 lib/pimpmychangelog/pimper.rb | 2 +- spec/parser_spec.rb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/pimpmychangelog diff --git a/bin/pimpmychangelog b/bin/pimpmychangelog old mode 100644 new mode 100755 diff --git a/lib/pimpmychangelog/pimper.rb b/lib/pimpmychangelog/pimper.rb index 0dd5646..436f0ca 100644 --- a/lib/pimpmychangelog/pimper.rb +++ b/lib/pimpmychangelog/pimper.rb @@ -1,7 +1,7 @@ module PimpMyChangelog class Pimper - SEPARATOR = "" + SEPARATOR = "" attr_reader :user, :project, :changelog diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb index 22c473d..0af9046 100644 --- a/spec/parser_spec.rb +++ b/spec/parser_spec.rb @@ -16,7 +16,7 @@ This my awesome changelog. - + #123: https://whatever @pcreux: https://github.com/pcreux EOS