skel 0.0.0

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmFjMDMzNTJlYjE4ZjQxMmI4OTQ3ZTk0NzZjNGEzZDc0MjgzZWVlMA==
5
+ data.tar.gz: !binary |-
6
+ ZTdkNTUwNjc0MTU4ODgzNTUyMWY1Yjg3NWU5ZDIwMTJmZDE1ZTgwNw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NGNkY2FmNTJiYzM0N2Y5MTQzM2EyYzhlMWRhYjczM2U4ZTQwNTM3NzZkNGM5
10
+ Y2Q3ZDUxNWEzZmNmZmViMDIwYjExMTkzM2MzOGFjMDliMjQ0Y2VkYmU3NzBh
11
+ NmUyNzdiOGRmYzNiNDMzYTMyZTliMGY4MzRhODEyZTYzZGZjNmY=
12
+ data.tar.gz: !binary |-
13
+ ZDY2MzM4ZTZhNWUwYjEwMGZmOTkyZWE3YWVkZmI2NTQwM2I3OGM4OGY0ZjY4
14
+ M2Q1NDc1YzllZDljNTdiM2JmOThhZTczOWJiZjU3N2ZiNjdlYjAyMTA0Zjc3
15
+ MTA1ZDEwNzAzYWE0MDQzN2E0YTc1OTlmOWFkNDQ4NWI4ZTE3NmE=
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Skel
2
+ Copyright (C) 2013 Andri Möll
3
+
4
+ This program is free software: you can redistribute it and/or modify it under
5
+ the terms of the GNU Affero General Public License as published by the Free
6
+ Software Foundation, either version 3 of the License, or any later version.
7
+
8
+ Additional permission under the GNU Affero GPL version 3 section 7:
9
+ If you modify this Program, or any covered work, by linking or
10
+ combining it with other code, such other code is not for that reason
11
+ alone subject to any of the requirements of the GNU Affero GPL version 3.
12
+
13
+ In summary:
14
+ - You can use this program for no cost.
15
+ - You can use this program for both personal and commercial reasons.
16
+ - You do not have to share your own program's code which uses this program.
17
+ - You have to share modifications (e.g bug-fixes) you've made to this program.
18
+
19
+ For the full copy of the GNU Affero General Public License see:
20
+ http://www.gnu.org/licenses.
@@ -0,0 +1,4 @@
1
+ love:
2
+ @echo "Feel like makin' love."
3
+
4
+ .PHONY: love
@@ -0,0 +1,4 @@
1
+ require File.expand_path("../skel/version", __FILE__)
2
+
3
+ class Skel
4
+ end
@@ -0,0 +1,3 @@
1
+ class Skel
2
+ VERSION = "0.0.0"
3
+ end
@@ -0,0 +1,16 @@
1
+ require File.expand_path("../lib/skel/version", __FILE__)
2
+
3
+ Gem::Specification.new do |gem|
4
+ gem.name = "skel"
5
+ gem.version = Skel::VERSION
6
+ gem.summary = "Skel will be a superb tool to help you manage project skeletons and directory templates. It'll turn you into a ninja. The good kind."
7
+
8
+ gem.author = "Andri Möll"
9
+ gem.email = "andri@dot.ee"
10
+ gem.license = "LAGPL"
11
+
12
+ gem.files = `git ls-files`.split($/)
13
+ gem.executables = gem.files.grep(/^bin\//).map(&File.method(:basename))
14
+ gem.test_files = gem.files.grep(/^spec\//)
15
+ gem.require_paths = ["lib"]
16
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: skel
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Andri Möll
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-08-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: andri@dot.ee
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - Makefile
21
+ - lib/skel.rb
22
+ - lib/skel/version.rb
23
+ - skel.gemspec
24
+ homepage:
25
+ licenses:
26
+ - LAGPL
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.0.6
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Skel will be a superb tool to help you manage project skeletons and directory
48
+ templates. It'll turn you into a ninja. The good kind.
49
+ test_files: []
50
+ has_rdoc: