feels-bad-man 0.1.0 → 0.1.1

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: e401df7646e2f10b13a72071b10a57723418e4e8
4
- data.tar.gz: 45d0fa44f8575fc00ffb89af2be5197dd0194444
3
+ metadata.gz: 57ebc8ef522093c2b5da1a74de11c6c3ef27cf6b
4
+ data.tar.gz: a9240def3f385c7a438901c76535b76d531702fa
5
5
  SHA512:
6
- metadata.gz: 32289311e6184ff109b3be0e2afe672f9ef33311a34d85dddf0ab46b6db45c9be6555b24350edfa92bf32315926d2bf83e41bad6475a59117a6fa310f307b74e
7
- data.tar.gz: 3925455f15acb34b6a461908dc2f06ed65f089fe8c621c6d9de4def8010b9964e7eb7ae5b5da0b5a3b0f48419a39f137c3257917d9e253cdeafa73db750a0425
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
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/feels/bad/man`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Delete this and the text above, and describe your gem
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
- TODO: Write usage instructions here
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
-
@@ -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{Write a longer description or delete this line.}
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
 
@@ -1,7 +1,7 @@
1
1
  module Feels
2
2
  module Bad
3
3
  module Man
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
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.0
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: Write a longer description or delete this line.
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