vim-flavor 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73cbe32362402bf8daa1f6951a8048e11dacf480
4
- data.tar.gz: 14b6eee41cb928926aba70453825a08862471b67
3
+ metadata.gz: 9a6f91fba2f02f3267eeaf2354571df6fb9cd469
4
+ data.tar.gz: 7c1b72e6af0ad4de554ee2493ab83262ebc0d315
5
5
  SHA512:
6
- metadata.gz: 2f3b0ddc0fad3d8efcbddbced648050759c0b1fbb9ab8d0bf44ce7851da32b8df91a28611f829faca401f607710f2c45e66b4abc674f22c4e5b6f61f376b65fa
7
- data.tar.gz: 95d6f8c557062bb1403affe71deb2bd187a0f29a1ffc7c329d40287ab2d2470360977072d2c341a3d42ed79047c8de13017a0113a85e3248b36398ddaadadf70
6
+ metadata.gz: 7bb58a5cc5710dc456275a5715308385b584880cd6b73087a06130e63778c53f6ffa4796be341fb5c717382aa49165d1f11c7b5590be9b5cbc53662e517eb247
7
+ data.tar.gz: 156c1cdb1465dd49441348a578080553d56b253f989760c07897adeab67038f15cd52f517ed646e20f83e0c84dd5cd6030f5093f405178371d8e3cbdaefe9098
@@ -1,3 +1,12 @@
1
+ ## vim-flavor 2.2.1
2
+
3
+ ### Bug Fixes
4
+
5
+ * Fix not to fail fetching repositories which have non-fastforward updates.
6
+
7
+
8
+
9
+
1
10
  ## vim-flavor 2.2.0
2
11
 
3
12
  ### Enhancements
@@ -74,7 +74,7 @@ module Vim
74
74
  sh %Q{
75
75
  {
76
76
  cd '#{cached_repo_path}' &&
77
- git fetch origin --tags 'refs/heads/*:refs/remotes/origin/*'
77
+ git fetch origin --tags '+refs/heads/*:refs/remotes/origin/*'
78
78
  } 2>&1
79
79
  }
80
80
  end
@@ -1,6 +1,6 @@
1
1
  module Vim
2
2
  module Flavor
3
- VERSION = '2.2.0'
3
+ VERSION = '2.2.1'
4
4
 
5
5
  class Version
6
6
  def self.create(arg)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vim-flavor
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kana Natsuno
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-18 00:00:00.000000000 Z
11
+ date: 2015-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet