minad-git 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/git/lib.rb +1 -1
  2. data/lib/git.rb +1 -1
  3. metadata +2 -2
data/lib/git/lib.rb CHANGED
@@ -653,7 +653,7 @@ module Git
653
653
  end
654
654
 
655
655
  def escape(s)
656
- "'" + s.to_s.gsub('\'', '\'\\\'\'') + "'"
656
+ "'" + s.to_s.gsub("'", "'\\\\''") + "'"
657
657
  end
658
658
 
659
659
  end
data/lib/git.rb CHANGED
@@ -40,7 +40,7 @@ require 'git/stash'
40
40
  # License:: MIT License
41
41
  module Git
42
42
 
43
- VERSION = '1.1.1'
43
+ VERSION = '1.1.3'
44
44
 
45
45
  # open a bare repository
46
46
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minad-git
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Chacon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-08 00:00:00 -07:00
12
+ date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15