botanicus-pupu 0.0.1
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.
metadata
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: botanicus-pupu
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain:
|
|
11
|
+
date: 2009-05-16 00:00:00 -07:00
|
|
12
|
+
default_executable:
|
|
13
|
+
dependencies: []
|
|
14
|
+
|
|
15
|
+
description: Pupu is a plugin system for media like mootools plugins, icon sets etc. It knows dependencies and it has CLI interface, so it's really easy to bundle such pupus into your app.
|
|
16
|
+
email: knava.bestvinensis@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
|
|
19
|
+
extensions: []
|
|
20
|
+
|
|
21
|
+
extra_rdoc_files: []
|
|
22
|
+
|
|
23
|
+
files: []
|
|
24
|
+
|
|
25
|
+
has_rdoc: false
|
|
26
|
+
homepage: http://github.com/botanicus/pupu
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
|
|
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
|
+
version:
|
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: "0"
|
|
43
|
+
version:
|
|
44
|
+
requirements: []
|
|
45
|
+
|
|
46
|
+
rubyforge_project: pupu
|
|
47
|
+
rubygems_version: 1.2.0
|
|
48
|
+
signing_key:
|
|
49
|
+
specification_version: 2
|
|
50
|
+
summary: Framework-agnostic package system for media files
|
|
51
|
+
test_files: []
|
|
52
|
+
|