gemfile_beautify 0.0.0 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/gemfile_beautify +5 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70042ecd205b55561f3c6f69a8f097a7b0996f69
4
- data.tar.gz: 578668afd974cfc4b638122556efc17318152ff4
3
+ metadata.gz: 56241076d9752e4173475eb9299d8b6ff40bd89f
4
+ data.tar.gz: b5a8f2f1d9572f20b69c4e6897a0261645b8f45c
5
5
  SHA512:
6
- metadata.gz: 100df5000ce091ab61bdc90ba164161177fd6bb63c39f64b87fe313dd0765b09be2341473ddb85b042e58c135c2a53263db430080c97b28eaf56bf2d78d1dc0b
7
- data.tar.gz: 038239c1e10213af25a6e2f0ff4551573541dd5e7a57e3a28dc576f3759fea50dc21c159ec916b76698a12a1e96104a01f4da81cfbd05c3be13596307469af88
6
+ metadata.gz: b64eb110f572e66930666981365b0128f7922c50061a17c36d93ef34316043838836d38971abeee0b0692dd4eaa50c457b9f0a29dec28d7708e6709b57fa3984
7
+ data.tar.gz: 04a310e120657513c626c6fd4a8b80840638125e91d87a7171aef8603ff7971c6e75b5e1d3fd7ca5a154b9c489b8929ac5cc43ef870703c85656dbd2e07ce875
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'gemfile_beautify'
4
+
5
+ GemFileBeautify.hi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemfile_beautify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tran Xuan Nam
@@ -12,12 +12,14 @@ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple for beautify your Gemfile
14
14
  email: tran.xuan.nam@framgia.com
15
- executables: []
15
+ executables:
16
+ - gemfile_beautify
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/gemfile_beautify
19
21
  - lib/gemfile_beautify.rb
20
- homepage: http://rubygems.org/gems/hola
22
+ homepage: https://rubygems.org/gems/gemfile_beautify
21
23
  licenses:
22
24
  - MIT
23
25
  metadata: {}