botanicus-cart 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-cart
|
|
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: Cart is framework agnostic solution for shopping cart. There are two existing imlementations. First is *Cart::Simple* which is just basic cart which can store only ID of products without any metadata. The second is *Cart::Advanced* and it is good when you have not just product, but also some metadata as size or color of product etc.
|
|
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/cart
|
|
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:
|
|
47
|
+
rubygems_version: 1.2.0
|
|
48
|
+
signing_key:
|
|
49
|
+
specification_version: 2
|
|
50
|
+
summary: Cart is framework agnostic solution for shopping cart.
|
|
51
|
+
test_files: []
|
|
52
|
+
|