feels-bad-man 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +3 -4
- data/feels-bad-man.gemspec +1 -1
- data/lib/feels/bad/man/version.rb +1 -1
- metadata +3 -3
- data/README +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57ebc8ef522093c2b5da1a74de11c6c3ef27cf6b
|
|
4
|
+
data.tar.gz: a9240def3f385c7a438901c76535b76d531702fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d921a001f5b3494d9cb50829b987334dac6ae0bb603c2d29872fa52fd4599c2648a98de1076101762f080d33989911e7a2ab8360651659e2a8186fc5cc7b974
|
|
7
|
+
data.tar.gz: '097072e39e7d498a37dcef69c7a2b6ce37c5104cb7bd6ad350c54803c5f330095b1891eb2c36f426bde3d3dbdcb6cd932f8005e3c09bc0cd9cedc665ca73732f'
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Feels::Bad::Man
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Have you and your coworkers argued about the correct use of tabs and spaces preceeding lines of code? Settle the debate with this one tool!
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
It will just randomly replace leading tabs/spaces with a random mix of tabs and spaces. No more arguments.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
`waste-of-space <path to directory>`
|
|
26
26
|
|
|
27
27
|
## Development
|
|
28
28
|
|
|
@@ -38,4 +38,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/oreosh
|
|
|
38
38
|
## License
|
|
39
39
|
|
|
40
40
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
41
|
-
|
data/feels-bad-man.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["oreoshake@users.noreply.github.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Settle the tabs/spaces debate once and for all with this consistently inconsistent tool.}
|
|
13
|
-
spec.description = %q{
|
|
13
|
+
spec.description = %q{Settle the tabs/spaces debate once and for all with this consistently inconsistent tool.}
|
|
14
14
|
spec.homepage = "https://github.com/oreoshake/feels-bad-man"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: feels-bad-man
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neil Matatall
|
|
@@ -38,7 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: Settle the tabs/spaces debate once and for all with this consistently
|
|
42
|
+
inconsistent tool.
|
|
42
43
|
email:
|
|
43
44
|
- oreoshake@users.noreply.github.com
|
|
44
45
|
executables:
|
|
@@ -50,7 +51,6 @@ files:
|
|
|
50
51
|
- CODE_OF_CONDUCT.md
|
|
51
52
|
- Gemfile
|
|
52
53
|
- LICENSE.txt
|
|
53
|
-
- README
|
|
54
54
|
- README.md
|
|
55
55
|
- Rakefile
|
|
56
56
|
- bin/console
|
data/README
DELETED
|
File without changes
|