sniff 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ module Sniff
79
79
 
80
80
  file '.git/refs/heads/gh-pages' => 'docs/' do |f|
81
81
  unless File.exist? f.name
82
- git 'branch gh-pages --track origin/gh-pages', 'docs'
82
+ git 'branch gh-pages', 'docs'
83
83
  end
84
84
  end
85
85
 
data/lib/sniff/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sniff
2
- VERSION = '0.6.1'
2
+ VERSION = '0.6.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 1
9
- version: 0.6.1
8
+ - 2
9
+ version: 0.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Derek Kastner
@@ -351,7 +351,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
351
351
  requirements:
352
352
  - - ">="
353
353
  - !ruby/object:Gem::Version
354
- hash: -377977580926957305
354
+ hash: 4551770718666554180
355
355
  segments:
356
356
  - 0
357
357
  version: "0"