cart 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/cart.gemspec +1 -1
- data/lib/cart/advanced.rb +3 -1
- metadata +1 -1
data/cart.gemspec
CHANGED
@@ -4,7 +4,7 @@ require "base64"
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "cart"
|
7
|
-
s.version = "0.0.
|
7
|
+
s.version = "0.0.4"
|
8
8
|
s.authors = ["Jakub Šťastný aka Botanicus"]
|
9
9
|
s.homepage = "http://github.com/botanicus/cart"
|
10
10
|
s.summary = "Cart is framework agnostic solution for shopping cart."
|
data/lib/cart/advanced.rb
CHANGED