capacity 0.0.7 → 0.0.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.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('capacity', '0.0.7') do |p|
5
+ Echoe.new('capacity', '0.0.8') do |p|
6
6
  p.summary = "Driver for the Capacity API"
7
7
  p.description = 'Not even alpha, not for production use, and not much use to anyone but us at the moment!'
8
8
  p.url = 'http://getcapacity.com/'
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{capacity}
5
- s.version = "0.0.7"
5
+ s.version = "0.0.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Peat Bakke"]
9
9
  s.cert_chain = ["/Users/peat/.ssh/gem-public_cert.pem"]
10
- s.date = %q{2010-10-27}
10
+ s.date = %q{2010-10-29}
11
11
  s.description = %q{Not even alpha, not for production use, and not much use to anyone but us at the moment!}
12
12
  s.email = %q{peat@getcapacity.com}
13
13
  s.extra_rdoc_files = ["lib/capacity.rb", "lib/capacity/api.rb", "lib/capacity/response.rb"]
@@ -9,6 +9,7 @@ require 'json'
9
9
  # local requirements
10
10
  require 'capacity/response'
11
11
  require 'capacity/api'
12
+ require 'capacity/resource'
12
13
 
13
14
  module Capacity
14
15
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peat Bakke
@@ -35,7 +35,7 @@ cert_chain:
35
35
  xMeJ822ms/e03A==
36
36
  -----END CERTIFICATE-----
37
37
 
38
- date: 2010-10-27 00:00:00 -07:00
38
+ date: 2010-10-29 00:00:00 -07:00
39
39
  default_executable:
40
40
  dependencies: []
41
41
 
metadata.gz.sig CHANGED
Binary file