[gtksourceview] Fix typo in my last patch



commit fb248b685ca3cad298b86b7a31dc8e9b5fb6fef2
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Apr 12 22:15:03 2014 +0200

    Fix typo in my last patch

 data/language-specs/ruby.lang |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/language-specs/ruby.lang b/data/language-specs/ruby.lang
index 1674ca6..2166898 100644
--- a/data/language-specs/ruby.lang
+++ b/data/language-specs/ruby.lang
@@ -27,7 +27,7 @@
 <language id="ruby" _name="Ruby" version="2.0" _section="Script">
   <metadata>
     <property name="mimetypes">application/x-ruby;text/x-ruby</property>
-    <property name="globs">*.rb;*.rake;.gemspec;Rakefile;Capfile;Gemfile</property>
+    <property name="globs">*.rb;*.rake;*.gemspec;Rakefile;Capfile;Gemfile</property>
     <property name="line-comment-start">#</property>
   </metadata>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]