panda 0.6.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - New Bamboo
@@ -9,29 +9,9 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-07-01 00:00:00 +01:00
12
+ date: 2010-08-05 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rspec
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 1.2.9
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: webmock
27
- type: :development
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: "0"
34
- version:
35
15
  - !ruby/object:Gem::Dependency
36
16
  name: ruby-hmac
37
17
  type: :runtime
@@ -73,18 +53,43 @@ extra_rdoc_files:
73
53
  - README.md
74
54
  files:
75
55
  - .gitignore
56
+ - Gemfile
76
57
  - LICENSE
77
58
  - README.md
78
59
  - Rakefile
79
60
  - VERSION
80
61
  - lib/panda.rb
81
62
  - lib/panda/api_authentication.rb
63
+ - lib/panda/base.rb
64
+ - lib/panda/connection.rb
65
+ - lib/panda/error.rb
66
+ - lib/panda/modules/associations.rb
67
+ - lib/panda/modules/builders.rb
68
+ - lib/panda/modules/cloud_connection.rb
69
+ - lib/panda/modules/finders.rb
70
+ - lib/panda/modules/router.rb
71
+ - lib/panda/modules/short_status.rb
72
+ - lib/panda/modules/updatable.rb
82
73
  - lib/panda/panda.rb
83
- - log/debug.log
74
+ - lib/panda/proxies/encoding_scope.rb
75
+ - lib/panda/proxies/profile_scope.rb
76
+ - lib/panda/proxies/proxy.rb
77
+ - lib/panda/proxies/scope.rb
78
+ - lib/panda/proxies/video_scope.rb
79
+ - lib/panda/resources/cloud.rb
80
+ - lib/panda/resources/encoding.rb
81
+ - lib/panda/resources/profile.rb
82
+ - lib/panda/resources/resource.rb
83
+ - lib/panda/resources/video.rb
84
84
  - panda.gemspec
85
+ - spec/cloud_spec.rb
86
+ - spec/encoding_spec.rb
87
+ - spec/heroku_spec.rb
85
88
  - spec/panda_spec.rb
89
+ - spec/profile_spec.rb
86
90
  - spec/spec.opts
87
91
  - spec/spec_helper.rb
92
+ - spec/video_spec.rb
88
93
  has_rdoc: true
89
94
  homepage: http://github.com/newbamboo/panda_gem
90
95
  licenses: []
@@ -114,5 +119,10 @@ signing_key:
114
119
  specification_version: 3
115
120
  summary: Panda Client
116
121
  test_files:
122
+ - spec/cloud_spec.rb
123
+ - spec/encoding_spec.rb
124
+ - spec/heroku_spec.rb
117
125
  - spec/panda_spec.rb
126
+ - spec/profile_spec.rb
118
127
  - spec/spec_helper.rb
128
+ - spec/video_spec.rb
data/log/debug.log DELETED
File without changes