yaarg 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/yaarg +5 -0
  3. data/lib/yaarg.rb +7 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 07dff6f0a917758341df9163617caf5c2d668c99
4
+ data.tar.gz: 4bc17b1277608cd54682f85eeb710102ca5bfb60
5
+ SHA512:
6
+ metadata.gz: 152159b8dd2dc8104f3c29b49f6d2582956b648ace90d9a2e2d248646d6b9c431a71fc3c2bc9240f4d8a558db7b88e12b5e671b51f8c3e5a98686761580d9af8
7
+ data.tar.gz: 0df370d96b6343937d335f1213d02806e8f966980e4d8696a96eeddd3ed6b2fe7fde58a59310f0da752784517cfa054e60442bcea4fc7e18ca62e6564b928306
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'yaarg'
4
+
5
+ puts Yaarg.help
@@ -0,0 +1,7 @@
1
+ # Main class
2
+ class Yaarg
3
+ # Return help instructions.
4
+ def self.help
5
+ "Yet Another AdminLTE Ruby Gem!"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yaarg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jefferson Campos
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Because all others is outated...
14
+ email: jefferson@jeffersoncampos.eti.br
15
+ executables:
16
+ - yaarg
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/yaarg
21
+ - lib/yaarg.rb
22
+ homepage: https://github.com/foguinhoperuca/yaarg
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.5.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Yet Antoher AdminLTE Ruby Gem
46
+ test_files: []