keks 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +22 -0
  3. data/keks.gemspec +15 -0
  4. data/lib/keks.rb +1 -0
  5. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4231d23cd18530b12693ec16f91fa9da52df2fc9
4
+ data.tar.gz: ccf2d2b1a9427c2f45e814ba1b4f13799180d768
5
+ SHA512:
6
+ metadata.gz: 4ab9551002693df21f45d6e72379f5cb03f1d61abb2da0c87eed38d1a2e45bd41a8fb6ca3cb0510ead0e0ba693582d184d6ea932f828ad2761e543dfb1b9909c
7
+ data.tar.gz: 266773de1fb887fa5c8dfc198081edfe2f3eb3eab446f01f6e393b09224b4af83814d3c24b3ffe25349aa93e2972295553c6e444d95b676f4b5d418873e520c3
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Daniel Krüger
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,15 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = 'keks'
3
+ spec.version = Gem::Version.new('0.0.0')
4
+ spec.authors = ['Daniel Krüger']
5
+ spec.email = ['schorty@schorty.net']
6
+ spec.summary = 'Placeholder'
7
+ spec.description = 'Placeholder'
8
+ spec.homepage = ''
9
+ spec.license = 'MIT'
10
+ spec.files = ['LICENSE.txt', 'keks.gemspec', 'lib/keks.rb']
11
+ spec.executables = []
12
+ spec.test_files = []
13
+ spec.require_paths = ['lib']
14
+ end
15
+
@@ -0,0 +1 @@
1
+ Keks = Module.new
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: keks
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Daniel Krüger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder
14
+ email:
15
+ - schorty@schorty.net
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - keks.gemspec
22
+ - lib/keks.rb
23
+ homepage: ''
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.5
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Placeholder
47
+ test_files: []