amusing_git 0.0.4 → 0.0.5

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: 040c82e8c62df3cf78ab5c5823b886c3ec9b9f65
4
- data.tar.gz: 0abd1e0c1a7640df1673ef47b6d8fe6479f3c056
3
+ metadata.gz: ec5d88e56262613de4d29ce37bc25ad205176e69
4
+ data.tar.gz: 629340aae4e0050d7cfd3ff12ec67c6bafabfbcd
5
5
  SHA512:
6
- metadata.gz: a43a6a6ef0b95d5a1fe29e5006e08f50e9292f0cadaf2cdaa7198e6a1989eb134b9aab4201da2d71a1b37dab12a2f3a21e2e2079ff562d08648b510b78933385
7
- data.tar.gz: b5e7ebf7edbf0723112058e000af09568661493ac889a279a4a99978acd9e6fbc02f6cf0c1d32ccbf4ec29f7622eadc27b3fca3f3e33d3ba066cc6ffffccf88e
6
+ metadata.gz: 8c2995f586526f0e48d2bbf22027916206a40e0e2c8bb29834063647f305aa64b1f4c88b71c6351c27671cbf2b3e26cac6027bc83681a681c5d041a40df74120
7
+ data.tar.gz: 2bf55cad02fb08e20886355916e68ab33c8bbbba576c42a99c70538ce78f5400a80694251eaa42994c55a913f9a6b56b99191c3f3d6d42a3e99e98f4f513bcf2
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
  Brings fun to the git workflow
3
3
 
4
4
  [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/MIT)
5
- [![Gem Version](https://badge.fury.io/rb/amusing_git.svg)](https://badge.fury.io/rb/gocd)
6
- ![Gem Downloads](http://ruby-gem-downloads-badge.herokuapp.com/amusing_git?type=total)
5
+ [![Gem Version](https://badge.fury.io/rb/amusing_git.svg)](https://badge.fury.io/rb/amusing_git)
6
+ ![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/amusing_git?type=total)
7
7
  [![Twitter Follow](https://img.shields.io/twitter/follow/Ajit5ingh.svg?style=social)](https://twitter.com/Ajit5ingh)
8
8
 
9
9
  ### Installation
@@ -35,7 +35,7 @@ module AmusingGit
35
35
  return
36
36
  end
37
37
 
38
- git_repository = AmusingGit::GitRepository.new dir
38
+ git_repository = AmusingGit::GitRepository.new dir, @config
39
39
  return unless git_repository.has_hooks?
40
40
  git_repository.remove_amusing_git!
41
41
 
@@ -1,3 +1,3 @@
1
1
  module AmusingGit
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amusing_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ajit Singh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-08 00:00:00.000000000 Z
11
+ date: 2018-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.6.13
84
+ rubygems_version: 2.5.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Brings fun to the git workflow!