sambot 0.1.26 → 0.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cac6aa77e0597ac95725e14360b076343d17698
4
- data.tar.gz: 00915573939bdf054fc7641a1bd73d8463b7c561
3
+ metadata.gz: 4c801fd2802ed3aa87d0bc6adf16539c75530f85
4
+ data.tar.gz: 09cd2bd8f1ffdf515ff87138e4d45bf9dc715653
5
5
  SHA512:
6
- metadata.gz: 7627a7c6b556836385cc6b952f416466885bf9c6b0da88fce8c6994f83f2c910c9df8e02bc584b4fd828f33af79aab87effb71a4d8df2db46e07e56443f5f003
7
- data.tar.gz: 49ce7608e8ddba93b60b598534f855a64b247f151cd51c884324bb7b20cfde72697ef26dd3e668708915c97221019bad1663922b299a0758abfd29ac1d3eb510
6
+ metadata.gz: 58f3d3aac62e156b84dd5776bec6ba589a5c177bf16f6d5a3a2bb347c1d82019598c7ef97d63b787a9616e10fbffb7504ab632bd71836b4124a8612506067332
7
+ data.tar.gz: 716bf741998912f4c967fb562f93506a5b9e72f850769da273e7155490e03e7bd1223479a14a24815a1d96bd4f5605ab3f138124af8fa32bed69e04d47ddeaac
@@ -49,8 +49,8 @@ module Sambot
49
49
  end
50
50
 
51
51
  def copy_git_hooks
52
- working_path = '.git/hooks/pre_push'
53
- template_path = Common::TemplateProvider.new.get_path('pre_push')
52
+ working_path = '.git/hooks/pre-push'
53
+ template_path = Common::TemplateProvider.new.get_path('pre-push')
54
54
  File.delete(working_path) if File.exist?(working_path)
55
55
  FileUtils.cp(template_path, working_path)
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module Sambot
2
- VERSION = '0.1.26'.freeze
2
+ VERSION = '0.1.27'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame