dropio 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- === 1.0.1 - 1.0.5 / 2009-10-08
1
+ === 1.0.1 - 1.0.6 / 2009-10-08
2
2
 
3
3
  * Final button ups.
4
4
  * Addition of pingback urls and convert to parameters.
data/dropio.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{dropio}
5
- s.version = "1.0.5"
5
+ s.version = "1.0.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jake Good"]
@@ -1,5 +1,5 @@
1
1
  class Dropio::Subscription < Dropio::Resource
2
- attr_accessor :id, :username, :message, :type
2
+ attr_accessor :id, :username, :message, :type, :drop
3
3
 
4
4
  # Fetches a single Subscription
5
5
  def self.find(id)
data/lib/dropio.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Dropio
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
 
4
4
  class MissingResourceError < Exception; end
5
5
  class AuthorizationError < Exception; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Good