panda 0.4.7 → 0.4.8
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.
- data/VERSION +1 -1
- data/lib/panda/panda.rb +4 -0
- data/panda.gemspec +5 -4
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.8
|
data/lib/panda/panda.rb
CHANGED
|
@@ -21,6 +21,10 @@ class Panda
|
|
|
21
21
|
@@connection.delete(request_uri, params)
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
+
def self.setup_bucket(params={})
|
|
25
|
+
@@connection.setup_bucket(params)
|
|
26
|
+
end
|
|
27
|
+
|
|
24
28
|
def self.authentication_params(*params)
|
|
25
29
|
raise "Method deprecated. Please use signed_params instead."
|
|
26
30
|
end
|
data/panda.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{panda}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.8"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["New Bamboo"]
|
|
12
|
-
s.date = %q{2010-03-
|
|
12
|
+
s.date = %q{2010-03-19}
|
|
13
13
|
s.description = %q{Panda Client}
|
|
14
14
|
s.email = %q{info@pandastream.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -66,3 +66,4 @@ Gem::Specification.new do |s|
|
|
|
66
66
|
s.add_dependency(%q<rest-client>, [">= 1.2"])
|
|
67
67
|
end
|
|
68
68
|
end
|
|
69
|
+
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 0.4.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.4.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- New Bamboo
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-19 00:00:00 +00:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|