amusing_git 0.0.2 → 0.0.3

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: 27e4c21e267997e5114f2510a699eff927100a5d
4
- data.tar.gz: aa324d0f29bae51e99bfe5a1d307b207df379e81
3
+ metadata.gz: f1d365599fd1ec37af31afd00194acb2357ab664
4
+ data.tar.gz: 0f5ee33371db896a69947e45951956d63b271bb0
5
5
  SHA512:
6
- metadata.gz: a696b83a8437a5053a7687c9789a36a6c3309b10242d9c8a12824f2e39e60ff77cdccd92e544c9bc135ae85f5d435914fc990668daf320059aa6ce68125a100c
7
- data.tar.gz: 60f22d5c3f3b609a32bac3bffa745e6088edf45e0db3f61acdc20cd289c60ac29260b551f6e9b5e8227f410966adc316f0f09edb5354358690bbb87efbbe4a2e
6
+ metadata.gz: 7d5d9405160152b16f7366a952fc724755f2ea08686fa2ccfe217c7df588d796e78b3628730edf78bc9a5bbd148d25765aa721d9c0988bdabea0360a508e3abf
7
+ data.tar.gz: 65a53a6594bb90ce8a43bb5cecb5859e8fe03ec8de796c0ff0c4235f9146bf73a3a34b08c81f1e0b10e1b39b2053965350684d0ba62b69c67801c62966a7112c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Ajit Singh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,2 @@
1
+ # amusing_git
2
+ Brings fun to the git workflow
@@ -18,7 +18,7 @@ module AmusingGit
18
18
  amuser.stop_amusing Dir.pwd
19
19
  end
20
20
 
21
- desc "amuse", "Print random messsage from configured messages, use `amusing_git help amuse` to know how to add your own messages"
21
+ desc "amuse", "Print random message from configured messages, use `amusing_git help amuse` to know how to add your own messages"
22
22
  long_desc <<-LONGDESC
23
23
  `amusing_git amuse` will print a random message from the configured messages
24
24
 
@@ -1,3 +1,3 @@
1
1
  module AmusingGit
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amusing_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ajit Singh
@@ -47,6 +47,8 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - Gemfile
49
49
  - Gemfile.lock
50
+ - LICENSE
51
+ - README.md
50
52
  - amusing_git.gemspec
51
53
  - bin/amusing_git
52
54
  - lib/amusing_git.rb