shibe 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +7 -0
  2. data/HUGS +15 -0
  3. data/LICENSE +20 -0
  4. data/README.md +19 -0
  5. data/lib/shibe.rb +13 -0
  6. data/shibe.gemspec +14 -0
  7. metadata +64 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c1bd6bae0671724523b1c483697499553603aeb4
4
+ data.tar.gz: a9a050711134525068e93e149fd0c5d707f205f9
5
+ SHA512:
6
+ metadata.gz: 9b2bd610181580aeb3def84d138bf2a13d11f93351ee7c4edbac3e0bccc4c3058a0a953bca51112fabe6310c87f382d15f65bd7610a6a2cd7f61df725331a30c
7
+ data.tar.gz: f3472556e0a63d7c902181df8e6b9113d4f4418b1bb38f43c62a39c96155d377d9980dedcb427d5b6790fa9c2a9092be0a4ff933209613e21f6e6129da902d56
data/HUGS ADDED
@@ -0,0 +1,15 @@
1
+ THE HUGWARE LICENSE
2
+
3
+ LICENSE
4
+
5
+ If there is no other license you can do whatever you want with this while you
6
+ retain the attribution to the author.
7
+
8
+ HUGS
9
+
10
+ The author spent time to make this software so please show some grattitude,
11
+ in any
12
+ form. A hug, a tweet, a beer on a conference or just a plain old email. Your
13
+ choice.
14
+
15
+ Less hate, more hugs.
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2014 Bruno Aguirre
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,19 @@
1
+ # Shibe
2
+
3
+ Doge meets [Cuba](https://github.com/soveran/cuba)
4
+
5
+ ```bash
6
+ gem install shibe
7
+ ```
8
+
9
+ ```ruby
10
+ require "shibe"
11
+ require "cuba/render"
12
+
13
+ Shibe.much Cuba::Render
14
+ Shibe.wow do
15
+ such root do
16
+ very.write "Doge"
17
+ end
18
+ end
19
+ ```
@@ -0,0 +1,13 @@
1
+ require "cuba"
2
+
3
+ Shibe = Cuba
4
+
5
+ class Shibe
6
+ class << self
7
+ alias :wow :define
8
+ alias :much :plugin
9
+ end
10
+
11
+ alias :such :on
12
+ alias :very :res
13
+ end
@@ -0,0 +1,14 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "shibe"
3
+ s.version = "1.0.0"
4
+ s.summary = "very Cuba"
5
+ s.description = "Wow Shibe, Such Doge, very Cuba"
6
+ s.authors = ["elcuervo"]
7
+ s.licenses = ["MIT", "HUGWARE"]
8
+ s.email = ["yo@brunoaguirre.com"]
9
+ s.homepage = "http://github.com/elcuervo/shibe"
10
+ s.files = `git ls-files`.split("\n")
11
+ s.test_files = `git ls-files test`.split("\n")
12
+
13
+ s.add_dependency("cuba", "~> 3.1.0")
14
+ end
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shibe
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - elcuervo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: cuba
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 3.1.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 3.1.0
27
+ description: Wow Shibe, Such Doge, very Cuba
28
+ email:
29
+ - yo@brunoaguirre.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - HUGS
35
+ - LICENSE
36
+ - README.md
37
+ - lib/shibe.rb
38
+ - shibe.gemspec
39
+ homepage: http://github.com/elcuervo/shibe
40
+ licenses:
41
+ - MIT
42
+ - HUGWARE
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.0.14
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: very Cuba
64
+ test_files: []