posterrrrous 0.0.1 → 0.0.2

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/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "posterrrrous"
16
- gem.version = "0.0.1"
16
+ gem.version = "0.0.2"
17
17
  gem.summary = %Q{Quick and dirty Ruby API wrapper for Posterous}
18
18
  gem.description = %Q{Quick and dirty Ruby API wrapper for Posterous}
19
19
  gem.email = "josh@technicalpickles.com"
@@ -27,7 +27,6 @@ class Posterrrrous
27
27
  status = response.delete('stat')
28
28
  if status != "ok"
29
29
  error = response['err']
30
- require 'ruby-debug'; breakpoint
31
30
  raise "Posterous Error #{error['code']}: #{error['msg']}"
32
31
  else
33
32
  response.values.first
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{posterrrrous}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joshua Nichols"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joshua Nichols