happy_gemfile 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: 842ccfc678031634380eae7674a29ae53bd57dc0
4
- data.tar.gz: 029fa26f25c94fe0912900205352ccb3975f7acf
3
+ metadata.gz: a7e0fa0b62d27a3895ac68b3bca04556c7ae12dc
4
+ data.tar.gz: f825ed10b04f2021b16fd541e404c423e2f6185c
5
5
  SHA512:
6
- metadata.gz: ee5ca8fe9c199707be89c304a3daf17aeda1b4e805644c30d4e8b863e8e35ba10a371aa70eac416b9f7e8a80c4bf5cefe1c99fba885c07e454c1960364114d53
7
- data.tar.gz: f74a25b5f1e79d77491e17f594b1850ca68862bcf2dd7664e1664cc85cfd10601e003ba97808f6dfecfa2841354cd46c1a2a6361b252efb7278f417e5df644c3
6
+ metadata.gz: 13ca0138945636c095ccd22d1b2730eb4f9a1ce554ed85d058a55dd43f31f0fdc69cb28b1fef344e9c886271c0207fdad1e3c3309926e24d02baf811a96cae64
7
+ data.tar.gz: e3296e5f60f269459b7e35c865da78d3d89a734235bd02f78787391a2b216b1884ab66fc4d4631e8ac1e5582e72fbcc67cf1099c2363e82ae15f29d3e46d1a2b
data/README.md CHANGED
@@ -14,7 +14,7 @@ And then execute:
14
14
 
15
15
  $ bundle
16
16
 
17
- Or install it yourself as:
17
+ Or install it yourself with:
18
18
 
19
19
  $ gem install happy_gemfile
20
20
 
@@ -25,6 +25,19 @@ You can call the executable in the directory with the gemfile to be spruced up!
25
25
  $ happy_gemfile
26
26
  ```
27
27
 
28
+ But nothing will happen without arguments!
29
+ ```bash
30
+ happy_gemfile alphabetize # alphabetizes gems in place; reminds me of grade school.
31
+
32
+ happy_gemfile wipe_comments # clears all, non-inline, comments; you know what you're doing, right?
33
+
34
+ happy_gemfile organize_groups # places gems tidily their specified group; home sweet home!
35
+
36
+ happy_gemfile all # one arg to call them all! (RECOMMENDED)
37
+
38
+ ```
39
+
40
+
28
41
  Alternatively, you can call the alphabetize method directly in your app, say, in your config.rb.
29
42
  ```ruby
30
43
  HappyGemfile.alphabetize
@@ -1,3 +1,3 @@
1
1
  module HappyGemfile
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy_gemfile
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
  - MainShayne233