gemfile_beautify 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/gemfile_beautify.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 70042ecd205b55561f3c6f69a8f097a7b0996f69
|
4
|
+
data.tar.gz: 578668afd974cfc4b638122556efc17318152ff4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 100df5000ce091ab61bdc90ba164161177fd6bb63c39f64b87fe313dd0765b09be2341473ddb85b042e58c135c2a53263db430080c97b28eaf56bf2d78d1dc0b
|
7
|
+
data.tar.gz: 038239c1e10213af25a6e2f0ff4551573541dd5e7a57e3a28dc576f3759fea50dc21c159ec916b76698a12a1e96104a01f4da81cfbd05c3be13596307469af88
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gemfile_beautify
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Tran Xuan Nam
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-06-02 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple for beautify your Gemfile
|
14
|
+
email: tran.xuan.nam@framgia.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/gemfile_beautify.rb
|
20
|
+
homepage: http://rubygems.org/gems/hola
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.5.1
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Gemfile Beautify
|
44
|
+
test_files: []
|