repo string | commit string | message string | diff string |
|---|---|---|---|
chadwpry/pusher-cta | 421f2ec66fa97ac46f116bf61c6a7876512fabda | add pattern and point models for map to display patterns | diff --git a/app/controllers/patterns_controller.rb b/app/controllers/patterns_controller.rb
new file mode 100644
index 0000000..019ed06
--- /dev/null
+++ b/app/controllers/patterns_controller.rb
@@ -0,0 +1,21 @@
+class PatternsController < ApplicationController
+
+ def index
+ @patterns = Pattern.first(:conditions... |
chadwpry/pusher-cta | 67d38b936792e086f4932941ca21ca6f343e245b | pesky logger references | diff --git a/config/initializers/cta.rb b/config/initializers/cta.rb
index 9bc390b..be6eb10 100644
--- a/config/initializers/cta.rb
+++ b/config/initializers/cta.rb
@@ -1,8 +1,8 @@
begin
CTA = YAML.load_file("#{RAILS_ROOT}/config/cta.yml")
rescue
- logger.debug "Must be running on Heroku if this file doesn't exis... |
chadwpry/pusher-cta | 1412b26c0de6a936f27ae95d1651e0b8b9c4de55 | added rails into heroku gem manifest | diff --git a/.gems b/.gems
index 8a637a5..4ab3d4e 100644
--- a/.gems
+++ b/.gems
@@ -1,5 +1,6 @@
+rails --version '>= 2.3.8'
rspec --version '>= 1.2.0'
rspec-rails --version '>= 1.2.0'
nokogiri --version '>= 1.4.2'
pusher --version '>= 0.5.3'
|
chadwpry/pusher-cta | d2d920c254544d39ec7e20865ad782572a9f1842 | downgraded environment requirement for sqlite to 1.2.4 for heroku | diff --git a/.gems b/.gems
index a486ae7..8a637a5 100644
--- a/.gems
+++ b/.gems
@@ -1,6 +1,5 @@
rspec --version '>= 1.2.0'
rspec-rails --version '>= 1.2.0'
-sqlite-ruby --version '>= 1.2.4'
nokogiri --version '>= 1.4.2'
pusher --version '>= 0.5.3'
|
chadwpry/pusher-cta | 06f4919dd831f5ca5b53d4de65424385a58f6ec1 | downgraded environment requirement for sqlite to 1.2.4 for heroku | diff --git a/.gems b/.gems
index b32ff1d..a486ae7 100644
--- a/.gems
+++ b/.gems
@@ -1,6 +1,6 @@
rspec --version '>= 1.2.0'
rspec-rails --version '>= 1.2.0'
-sqlite-ruby --version '>= 1.2.5'
+sqlite-ruby --version '>= 1.2.4'
nokogiri --version '>= 1.4.2'
pusher --version '>= 0.5.3'
|
chadwpry/pusher-cta | c2b7d9e21aa7aa1872ad83a15fbaf98d30365c0d | downgraded environment requirement for sqlite to 1.2.4 for heroku | diff --git a/config/environment.rb b/config/environment.rb
index 067d1d3..379579a 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,44 +1,44 @@
# Be sure to restart your server when you modify this file
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = ... |
chadwpry/pusher-cta | db32347b93521de31b946bb1a361be7c6c0d69fe | add heroku gem spec, need to add tests | diff --git a/.gems b/.gems
new file mode 100644
index 0000000..b32ff1d
--- /dev/null
+++ b/.gems
@@ -0,0 +1,6 @@
+rspec --version '>= 1.2.0'
+rspec-rails --version '>= 1.2.0'
+sqlite-ruby --version '>= 1.2.5'
+nokogiri --version '>= 1.4.2'
+pusher --version '>= 0.5.3'
+
|
chadwpry/pusher-cta | c774ea3d5c9b292eaa89e37b99d60cabea99ce61 | refactored some of the javascript code and setup controller to pusher a list of locations for a specific vehicle route | diff --git a/app/models/vehicle_route.rb b/app/models/vehicle_route.rb
index ee09c3e..5267682 100644
--- a/app/models/vehicle_route.rb
+++ b/app/models/vehicle_route.rb
@@ -1,90 +1,102 @@
class VehicleRoute < ActiveRecord::Base
# CONSTANTS
NORTH_BOUND = "North Bound"
SOUTH_BOUND = "South Bound"
# INCLU... |
chadwpry/pusher-cta | 5507184c964b02b9204cb118454d55f2d4b27a9b | added text to the main page | diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 3427fff..be47268 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,55 +1,55 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.or... |
jakewendt/period_analysis_vb | ce706b7df7d452296814813764ee452c0443dad3 | Added .gitignore. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c815ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+versions/
+.svn/
|
khivi/iphone-image | 369d999766d2d1ca4c8b61f86c1525a172045b06 | Example image generated | diff --git a/example.png b/example.png
new file mode 100644
index 0000000..e95da78
Binary files /dev/null and b/example.png differ
|
khivi/iphone-image | 05905d02b634a20742b3989bd09fb54a4abb1780 | SQLite3:insert requires an array | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 8d6d62e..f2c1b34 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,218 +1,217 @@
#!/usr/bin/ruby -w
=begin
iphoneApps.rb - Creates a image of applications installed on our iPhone
Copyright (C) 2009 Amit Khivesara (iphone@khivi.com)
This program is... |
khivi/iphone-image | 00b6ad1c0087450d1d648967d856e10215979f41 | Added README.md | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0e137f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+Image from iPhone Applications
+==============================
+
+
+Creates a image from all the applications installed on your iphone.
+Runs on OSX.
|
khivi/iphone-image | 3ccb9152e60ace135f4b87ae823901697ac08bb8 | added adaptive threshold | diff --git a/iphoneApps.rb b/iphoneApps.rb
index b80f6cb..8d6d62e 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,217 +1,218 @@
#!/usr/bin/ruby -w
=begin
iphoneApps.rb - Creates a image of applications installed on our iPhone
Copyright (C) 2009 Amit Khivesara (iphone@khivi.com)
This program is... |
khivi/iphone-image | cf13abda93d3d7c35457a9c2c9c7c5c112835794 | cleanup | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 65ea9c0..4d5913a 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,221 +1,214 @@
#!/usr/bin/ruby -w
=begin
iphoneApps.rb - Creates a image of applications installed on our iPhone
Copyright (C) 2009 Amit Khivesara (iphone@khivi.com)
This program is... |
khivi/iphone-image | 005d8cb9ef6cb87ef0e9863dc1d7b2db176cc783 | Added GPL License | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 5c534b3..65ea9c0 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,203 +1,221 @@
#!/usr/bin/ruby -w
+=begin
+ iphoneApps.rb - Creates a image of applications installed on our iPhone
+ Copyright (C) 2009 Amit Khivesara (iphone@khivi.com)
+
+ This program is... |
khivi/iphone-image | eb8185a25ba788fb149dd3bfe37a2275a31597d1 | add shadow | diff --git a/iphoneApps.rb b/iphoneApps.rb
index f9c4467..5c534b3 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,202 +1,203 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 77d1dcc0feb9724bbdbe175c2d5681f1c569ff7e | Smaller font | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 2d84e68..f9c4467 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,201 +1,202 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 63f52af3ce09360455f4a50bd4acf6c113540d7e | increase watermark opacity | diff --git a/iphoneApps.rb b/iphoneApps.rb
index d745798..2d84e68 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,201 +1,201 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | fafdd3d168813a05e090632a4705d46f0cb12b7a | added glass effect | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 043ee09..d745798 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,192 +1,201 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 3584585e43b214d58f0128c109fa28908ed9772f | increase watermark | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 36c149f..043ee09 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,192 +1,192 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 8a930a6919f09f59858e813c453e05603e0c5b6e | typo in prev commit | diff --git a/iphoneApps.rb b/iphoneApps.rb
index df323d6..36c149f 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,192 +1,192 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 5e88cd8d30522db8ddb8c2975640f3cd39e296be | fix sizes | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 52a3f7f..df323d6 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,192 +1,192 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | bc795118fe766f0ca8e0131ee2c0c0914157041d | Round corners | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 43895b8..52a3f7f 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,176 +1,192 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 8ee8c8e6c1bbcdeabfad31e09cbc4ab2f822553c | Order by appname | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 11894ad..43895b8 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,222 +1,176 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | 360ab923f44a9253a53067e9263bfee46b674a38 | Creaed montage and watermark | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 439a6e6..11894ad 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,189 +1,222 @@
#!/usr/bin/ruby -w
# sudo port install imagemagick
# sudo gem install rubyzip
# sudo gem install libxml-ruby
# sudo gem install rmagick
require 'rubygems'
gem 'libxml-ruby', ... |
khivi/iphone-image | d72ec2043dcd00efbd5873f2f34b1b777a4a94e5 | First version of ruby script to get list of applications | diff --git a/iphoneApps.rb b/iphoneApps.rb
index 2d56480..439a6e6 100755
--- a/iphoneApps.rb
+++ b/iphoneApps.rb
@@ -1,41 +1,189 @@
#!/usr/bin/ruby -w
-# Run as root
-# gem install rubyzip
-# gem install libxml-ruby
+# sudo port install imagemagick
+# sudo gem install rubyzip
+# sudo gem install libxml-ruby
+# s... |
khivi/iphone-image | 1c309f3ad4597acda7607f46f81aeb2de9239e3d | Script to get application information | diff --git a/iphoneApps.rb b/iphoneApps.rb
new file mode 100755
index 0000000..2d56480
--- /dev/null
+++ b/iphoneApps.rb
@@ -0,0 +1,41 @@
+#!/usr/bin/ruby -w
+
+
+# Run as root
+# gem install rubyzip
+# gem install libxml-ruby
+
+require 'rubygems'
+gem 'libxml-ruby', '>= 1.1.3'
+gem 'rubyzip', '>= 0.9.1'
+
+require ... |
RISCfuture/dropbox | 43d724c2ef1e627221c7acfcf1c06f6fd121c6c0 | Added support for https://www.dropbox.com/developers/reference/api#shares | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index a930e28..d3a774b 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,599 +1,621 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | e62ae1b3fba5f41de347b356320816ff83b4618f | Gem updates; remove superfluous files from gem | diff --git a/Gemfile.lock b/Gemfile.lock
index e687ab6..36bb434 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,42 +1,42 @@
GEM
remote: http://rubygems.org/
specs:
- diff-lcs (1.1.2)
+ diff-lcs (1.1.3)
git (1.2.5)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
- j... |
RISCfuture/dropbox | b0ead8a55772a2fff70d662401b589ff47a95da2 | Gem updates; remove superfluous files from gem | diff --git a/Gemfile.lock b/Gemfile.lock
index e687ab6..36bb434 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,42 +1,42 @@
GEM
remote: http://rubygems.org/
specs:
- diff-lcs (1.1.2)
+ diff-lcs (1.1.3)
git (1.2.5)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
- j... |
RISCfuture/dropbox | 76116aedd5fa1bcf66ff0f1dfb8d8b8f6a184a9a | Add interaction with cached metadata for Entry#update_metadata | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index dce9c85..3402d43 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,180 +1,179 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | b5c12f8893598a6bf9766cfe93683295224b0b0a | Better caching for Entry class. Minor edits on specs | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index 7c84058..dce9c85 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,172 +1,180 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | 504380fa4f0fe4e61481f9dbd8c2ddf10cf327f7 | Add filename and fileext form Entry#path to Entry#file filename | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index cba1f96..7c84058 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,169 +1,172 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | 468265fc076c54692be24f18265c53caa520a897 | Add create_from_metadata, update_metadata methods for Entry. Entry#metadata now dont query Dropbox all the time. #list method now set metadata to child objects | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index c091383..cba1f96 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,137 +1,169 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | c45f2aad866ec358dd198be94144284643e729b7 | Add #file, #directory? methods to Entry. refactor to throw instead of return nil for #list and #file methods | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index 2bf4f6f..c091383 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,115 +1,137 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | 8a077b7ccd05c77f840ed31f9e45f4e2ed47b34f | Minor spec edits | diff --git a/spec/dropbox/entry_spec.rb b/spec/dropbox/entry_spec.rb
index 70e9b68..fb804b4 100644
--- a/spec/dropbox/entry_spec.rb
+++ b/spec/dropbox/entry_spec.rb
@@ -1,225 +1,225 @@
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe Dropbox::Entry do
before :each do
@session = ... |
RISCfuture/dropbox | ea7aa60a8ff499d357df0a48dd1bf60d93dc05fe | Change Entry#list to return array of Entry objects | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index e349b7f..2bf4f6f 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,108 +1,115 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | 4944ef3f44681d94d2e2e890bf3921e6b55bab91 | Version bump to 1.3.0 | diff --git a/ChangeLog b/ChangeLog
index 8fd6817..507a76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,46 +1,57 @@
+1.3.0 (2011-07-19)
+
+* NOTE: Removed the ability to automate the OAuth form.
+* Added a method allowing users to manually set the access token and secret (in
+ case you are doing your own OAuth elsewher... |
RISCfuture/dropbox | f9d6b0dfc76eebfade5092d977c4a912a7d8137a | New RDoc task version | diff --git a/Rakefile b/Rakefile
index e203a3e..98f2dec 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,37 +1,37 @@
require 'rubygems'
require 'bundler'
begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems... |
RISCfuture/dropbox | d3dc7c4b12c2d22bab179ca1382042cb914b761c | Use the OAuth flow in specs | diff --git a/Gemfile b/Gemfile
index 5d7076f..a763466 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,11 @@
source :rubygems
gem 'oauth', '>= 0.3.6'
gem 'json', '>= 1.2.0'
gem 'multipart-post', '>= 1.1.0'
group :development do
gem 'jeweler'
gem 'rspec', '>= 2.0'
+ gem 'mechanize'
end
diff --git a/Gemfil... |
RISCfuture/dropbox | 1b3447be4917f3de611a56543ebc781071c1bfbf | Don't do any form automation anymore; it's fragile and not really in the scope of this gem | diff --git a/Gemfile b/Gemfile
index 228bf59..5d7076f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,11 +1,10 @@
source :rubygems
gem 'oauth', '>= 0.3.6'
gem 'json', '>= 1.2.0'
gem 'multipart-post', '>= 1.1.0'
-gem 'mechanize', '>= 1.0.0'
group :development do
gem 'jeweler'
gem 'rspec', '>= 2.0'
end
diff --gi... |
RISCfuture/dropbox | bef75b9e6ad3186e12eaee9ee143ea526cbafd37 | Allow users doing their own OAuth to set the request and access tokens | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 570d928..7539db8 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,207 +1,221 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | 59a87c6f9f418f6bc30e90c733183db62dffee20 | added to the basic example to illustrate how serializing the session works | diff --git a/README.rdoc b/README.rdoc
index 1a27cd2..687f06e 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,100 +1,110 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
== Installation
gem install dropbox
== Tutorial by Example
First things first: Be sure you've ... |
RISCfuture/dropbox | 1d762ab3e97d6d0113b2d1335c9a3217654f90a3 | RSpec 2.6 | diff --git a/Gemfile.lock b/Gemfile.lock
index a208385..f18cf60 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,35 +1,35 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
git (1.2.5)
- jeweler (1.5.2)
+ jeweler (1.6.0)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
... |
RISCfuture/dropbox | e044f03b64e34f6d626d8396f2b41ef5483857c3 | Serialize/deserialize mode | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 34c244e..570d928 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,206 +1,207 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | c752471e7f6d829caba90961d8301aaf78b648c8 | Fixed an abnormal Oauth request_token HTTP request when deserializing an authorized session. | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 75081f6..34c244e 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,206 +1,206 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | d8cf2e181bef60c172250d2cb09069fd2040ad61 | fixed check_path to allow a path that is empty and added a test case | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index c5fec9d..e9e0049 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,66 +1,66 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
require 'dropbox/extension... |
RISCfuture/dropbox | 018b02bfc7c20a96ecb52c5c5edcd56f84f740d7 | RSpec 2.5; require multipart-post 1.1 | diff --git a/Gemfile b/Gemfile
index 72d18c3..228bf59 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,11 +1,11 @@
source :rubygems
gem 'oauth', '>= 0.3.6'
gem 'json', '>= 1.2.0'
-gem 'multipart-post', '>= 1.0'
+gem 'multipart-post', '>= 1.1.0'
gem 'mechanize', '>= 1.0.0'
group :development do
gem 'jeweler'
gem ... |
RISCfuture/dropbox | 7f77985b6e707d531e6ace399d10d9534a353e59 | Limit file name lengths, not path lengths | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index 5baf964..c5fec9d 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,66 +1,66 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
require 'dropbox/extension... |
RISCfuture/dropbox | 9fc2ab34f09bb8d4ad2325a133da995b00104abe | Example fix | diff --git a/README.rdoc b/README.rdoc
index a3a306e..1a27cd2 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,100 +1,100 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
== Installation
gem install dropbox
== Tutorial by Example
First things first: Be sure you've ... |
RISCfuture/dropbox | 5b3f4ada32f8c8592cf95a0fa7f00970b35c4787 | Version bump to 1.2.3 | diff --git a/ChangeLog b/ChangeLog
index 3d9ed5a..8fd6817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,39 +1,46 @@
+1.2.3 (2011-01-14)
+
+* Now supports caching metadata calls
+* Large uploads can use custom timeouts
+* Fix for updated multipart-post gem
+* SSL upload fix
+
1.2.2 (2010-11-27)
* Fixed dependency bug... |
RISCfuture/dropbox | c4a17a9f79e7b03efbf37a29034dcaee573c6494 | Fix bug that occurs when using automatic authorization with an expired token | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 49358b5..75081f6 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,206 +1,206 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | d8e78cfa0f15b93b7b1a29dd6ca76cbcfe5f9723 | Fix for newer version of multipart-post | diff --git a/Gemfile.lock b/Gemfile.lock
index fbf34b4..6c5e3a8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,35 +1,35 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.4.6)
mec... |
RISCfuture/dropbox | f79decb422916a0006ca38c43e3fdf0423f056a2 | RSpec update | diff --git a/Gemfile.lock b/Gemfile.lock
index 35d9316..fbf34b4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,35 +1,35 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
git (1.2.5)
- jeweler (1.5.1)
+ jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
... |
RISCfuture/dropbox | 8a9feb3d5a01f4ed767d07c52f60bd733f21c0cb | Allow upload actions to have custom timeouts | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index a4c73f5..189902d 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,590 +1,594 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 3187c65948963c661d0e7108998261f03992c932 | Dropbox::Entry automatically uses metadata hash feature | diff --git a/lib/dropbox/entry.rb b/lib/dropbox/entry.rb
index 1708b82..e349b7f 100644
--- a/lib/dropbox/entry.rb
+++ b/lib/dropbox/entry.rb
@@ -1,102 +1,108 @@
# Defines the Dropbox::Entry class.
nil # doc fix
module Dropbox
# A façade over a Dropbox::Session that allows the programmer to interact with
... |
RISCfuture/dropbox | 7c16bc4ddd4f6cc1185d426fb7e70648d4fb739e | Support hash option for metadata calls | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 13a3400..a4c73f5 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,587 +1,590 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 0aec0f1828b53cc8d0ce3b202f0e647016864fbe | Fix inconsequential specs bug | diff --git a/spec/dropbox/revision_spec.rb b/spec/dropbox/revision_spec.rb
index 703751e..60505db 100644
--- a/spec/dropbox/revision_spec.rb
+++ b/spec/dropbox/revision_spec.rb
@@ -1,367 +1,406 @@
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
def pretend_content_and_metadata_is_loaded(revisio... |
RISCfuture/dropbox | 7b0acb25f58eade9b7f7d6c25df8163bd2ccd9a4 | setting use_ssl property on the Net::HTTP request to fix SSL uploads | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index df8bc12..13a3400 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,584 +1,587 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 6ed1716c08ec4e465ea2eeff40b64a3c62c843ab | Version bump to 1.2.2 | diff --git a/ChangeLog b/ChangeLog
index 7b0d51f..3d9ed5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,35 +1,39 @@
+1.2.2 (2010-11-27)
+
+* Fixed dependency bug.
+
1.2.1 (2010-11-26)
* Changed authentication host.
* Upgraded to Jeweler 1.5.
1.2 (2010-10-31)
* Updated thumbnail method for changes in the thumb... |
RISCfuture/dropbox | 3689e0dcd9b29ecb6bc050c50b7f5b50f4b32291 | Fix dependencies | diff --git a/Gemfile b/Gemfile
index 3ab7522..72d18c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,14 +1,11 @@
source :rubygems
-# DEPENDENCIES
gem 'oauth', '>= 0.3.6'
gem 'json', '>= 1.2.0'
gem 'multipart-post', '>= 1.0'
gem 'mechanize', '>= 1.0.0'
-
-# DEVELOPMENT
-gem 'jeweler'
-
-# TEST
-gem 'rspec', '>= 2.0'
... |
RISCfuture/dropbox | 6281ef082ca3b1fd5408198cae54f529d726dbb9 | Version bump to 1.2.1 | diff --git a/ChangeLog b/ChangeLog
index 2de3ca2..7b0d51f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,30 +1,35 @@
+1.2.1 (2010-11-26)
+
+* Changed authentication host.
+* Upgraded to Jeweler 1.5.
+
1.2 (2010-10-31)
* Updated thumbnail method for changes in the thumbnail API.
* Added the ability to upload files fr... |
RISCfuture/dropbox | fd04f750675df3a39995de1b34bc13eb218ca259 | Jeweler 1.5 | diff --git a/Gemfile.lock b/Gemfile.lock
index 370c4da..35d9316 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,40 +1,35 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
- gemcutter (0.6.1)
git (1.2.5)
- jeweler (1.4.0)
- gemcutter (>= 0.1.0)
+ jeweler (1.5.1)
+ bundler... |
RISCfuture/dropbox | ea8c48e83cda30ecf0833945269458228b0733ef | use api.dropbox.com for API requests and www.dropbox.com for authentication | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index 27406e6..5baf964 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,62 +1,66 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
require 'dropbox/extension... |
RISCfuture/dropbox | 7480c92489ec90ca84df0b7162a0d16f2d079352 | renewed dropbox host | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index 28fa4c3..27406e6 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,62 +1,62 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
require 'dropbox/extension... |
RISCfuture/dropbox | 15b6df1dd74470e99edbd7b0b4593defab8eaeb9 | Version bump to 1.2.0 | diff --git a/ChangeLog b/ChangeLog
index 1aa990e..2de3ca2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,30 @@
+1.2 (2010-10-31)
+
+* Updated thumbnail method for changes in the thumbnail API.
+* Added the ability to upload files from +StringIO+ objects.
+* Added option to customize uploaded file's remote name.
+* ... |
RISCfuture/dropbox | 929a833b0d13f6f6a4322573a30e134beba25e00 | Modernized gem with Bundler and RSpec 2.0 support | diff --git a/.gitignore b/.gitignore
index f77a095..cc43f60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,27 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## RUBYMINE
.idea
## PROJECT::GENERAL
coverage
rdoc
pkg
.rvmrc
+.bundle
## PROJECT::SPEC... |
RISCfuture/dropbox | 98c63bd395948d6c32bee68143bdb30ca79560e4 | expose access_token method on session | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 789eb9f..f10f6ef 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,204 +1,206 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | b0f05dbb32744e8455bbf229d23f2d3449b2067e | allow uploading from StringIO objects | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 39175ad..4932336 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,581 +1,587 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 3067d20d5d172f111909cc99be1da46608e6ba9b | add an option to set the uploaded files name | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index c05104e..39175ad 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,577 +1,581 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 817065e1fdc5c60af8c11eadc14b1b66455e23b3 | using non-block request method which works better inside Sinatra | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 9c93607..c05104e 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,577 +1,577 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 309e34dfc580ef2adc1b6bf003bf211958c3c9fb | make sure we get a URI object if @proxy is nil | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 5eb88c8..9c93607 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,577 +1,577 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 5149060b3ff26a6d47d201091c49ddf06edc746f | added proxy support for file uploads | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 436eac2..5eb88c8 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,576 +1,577 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | 981ffb2a2d14ea3765122104ad0f9276e2f6a81f | added proxy support to clone_with_host(host) | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 1bc7c26..789eb9f 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,204 +1,204 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | cb0ef36a98214e13ad11e50e22fc64512ad49d27 | Version 1.1.2 and some changes I forgot in 1.1.1 | diff --git a/ChangeLog b/ChangeLog
index 9112816..1aa990e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,22 @@
+1.1.2 (2010-10-6)
+
+* Added ability to perform OAuth authorization on behalf of the user.
+* Specs now test authorization against actual Dropbox API server.
+
+1.1.1 (2010-09-22)
+
+* http-proxy support ... |
RISCfuture/dropbox | d6c3a4eba37c711d2823d034ded2d8f7ee119471 | Bugfixes and improvements to tboyd47's additions: | diff --git a/README.rdoc b/README.rdoc
index f50c966..de0f108 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,94 +1,99 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
== Installation
gem install dropbox
== Tutorial by Example
First things first: Be sure you've go... |
RISCfuture/dropbox | a6cd135a2eda0cdaa2916044f14466df6bce7582 | took out the arguments from #authorize! | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 6df59a6..517337f 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,188 +1,193 @@
# Defines the Dropbox::Session class.
require 'oauth'
require 'mechanize'
module Dropbox
# This class is a portal to the Dropbox API and a... |
RISCfuture/dropbox | bdbe9b7457bb1189f0e5bed0c5f87827287d82e3 | refactor key-dependent specs into their own section | diff --git a/spec/dropbox/session_spec.rb b/spec/dropbox/session_spec.rb
index ccd2167..aa99651 100644
--- a/spec/dropbox/session_spec.rb
+++ b/spec/dropbox/session_spec.rb
@@ -1,225 +1,227 @@
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe Dropbox::Session do
- before(:all) do
- @... |
RISCfuture/dropbox | 865930363040c5a5ea9cd4a36da6806f236c39e4 | filled in all pending specs, testing them using my Dropbox keys in keys.json. to get these new specs to run you must add a keys.json file in the format of keys.json.example | diff --git a/Rakefile b/Rakefile
index 0aea710..898eda6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,52 +1,53 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "dropbox"
gem.version = File.read("VERSION").chomp.strip
gem.summary = %Q{Ruby client ... |
RISCfuture/dropbox | f3f5aad2ae6b29d679a16972b1f33a024ba819ca | added my Dropbox keys in an external keys file 'keys.json' for testing. Put this file in gitig. Added a spec helper module to load it. | diff --git a/.gitignore b/.gitignore
index 5821e9e..f77a095 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,25 +1,26 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## RUBYMINE
.idea
## PROJECT::GENERAL
coverage
rdoc
pkg
.rvmrc
## PROJECT::SPECIFIC
+key... |
RISCfuture/dropbox | a3b81e16f6d1e408d1f489ecfe6728ecec33108a | Bump version to 1.1.1 | diff --git a/VERSION b/VERSION
index 9084fa2..524cb55 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/dropbox.gemspec b/dropbox.gemspec
index cfab2aa..a692abd 100644
--- a/dropbox.gemspec
+++ b/dropbox.gemspec
@@ -1,88 +1,88 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Inste... |
RISCfuture/dropbox | 317c62b539ae0d1d6841c069ce764c77dd4809a7 | Don't modify the parameters that are passed in | diff --git a/lib/dropbox/api.rb b/lib/dropbox/api.rb
index 9127d21..436eac2 100644
--- a/lib/dropbox/api.rb
+++ b/lib/dropbox/api.rb
@@ -1,576 +1,576 @@
# Defines the Dropbox::API module.
require 'json'
require 'net/http/post/multipart'
module Dropbox
# Extensions to the Dropbox::Session class that add cor... |
RISCfuture/dropbox | e3c57ea1a2201f3d36a90d5a63b6054f9568d79b | Note on fguillen's mock | diff --git a/README.rdoc b/README.rdoc
index 0981226..f50c966 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,89 +1,94 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
== Installation
gem install dropbox
== Tutorial by Example
First things first: Be sure you've go... |
RISCfuture/dropbox | b019e5c885dc61ec9aaf65e680e07c885a625701 | More pragmatic core object extensions | diff --git a/lib/dropbox/extensions/hash.rb b/lib/dropbox/extensions/hash.rb
index 6191c66..1c7d259 100644
--- a/lib/dropbox/extensions/hash.rb
+++ b/lib/dropbox/extensions/hash.rb
@@ -1,61 +1,61 @@
class Hash # :nodoc:
def slice(*keys) #:nodoc:
keys = keys.map! { |key| convert_key(key) } if respond_to?(:conve... |
RISCfuture/dropbox | a62871401dd37f42adb9c3b49804c1b89ab88e91 | Added support for http-proxy | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 5873290..d0d4e53 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,160 +1,163 @@
# Defines the Dropbox::Session class.
require 'oauth'
module Dropbox
# This class is a portal to the Dropbox API and a façade over the Rub... |
RISCfuture/dropbox | 6bb6970313fbec276d82f68f3d351d7f2065710f | Moving extensions to namespaced path | diff --git a/dropbox.gemspec b/dropbox.gemspec
index 75c8148..cfab2aa 100644
--- a/dropbox.gemspec
+++ b/dropbox.gemspec
@@ -1,88 +1,88 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.n... |
RISCfuture/dropbox | 9048bbb6deec939d96056c321afb398da0e3d776 | Re-generated gemspec | diff --git a/dropbox.gemspec b/dropbox.gemspec
index 75c8148..b26d0d7 100644
--- a/dropbox.gemspec
+++ b/dropbox.gemspec
@@ -1,88 +1,88 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.n... |
RISCfuture/dropbox | 2d5137a80a6f5a933690cc40ba8f067793e28e33 | Moving extensions to namespaced path | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index f0f5c14..28fa4c3 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,62 +1,62 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
-require 'extensions/array'... |
RISCfuture/dropbox | c4092a33504a2f53344f6f6beae8296215851147 | Session now persists ssl attribute | diff --git a/lib/dropbox/session.rb b/lib/dropbox/session.rb
index 5f6942c..5873290 100644
--- a/lib/dropbox/session.rb
+++ b/lib/dropbox/session.rb
@@ -1,160 +1,160 @@
# Defines the Dropbox::Session class.
require 'oauth'
module Dropbox
# This class is a portal to the Dropbox API and a façade over the Rub... |
RISCfuture/dropbox | ae8e19464d148d4868cd90b78241728a69ccc101 | Add rvmrc to gitignore | diff --git a/.gitignore b/.gitignore
index 8cb3e6c..5821e9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,25 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## RUBYMINE
.idea
## PROJECT::GENERAL
coverage
rdoc
pkg
+.rvmrc
## PROJECT::SPECIFIC
|
RISCfuture/dropbox | 0bc74facf8f0131a278bee6c3ca0a1f22915c2e3 | Version bump to 1.1.0 | diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..9112816
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+1.1.0 (2010-05-27)
+
+* Added thumbnails API method.
+* Changed name of gem from rdropbox to dropbox.
+* Fixed potential dependency issues.
+* Documentation updates.
+
+1.0.0 (2010-05-05)
+
+* ... |
RISCfuture/dropbox | 6c7e8b5e0c083df2ac174a1ea263040b940b6416 | Change name of gem from rdropbox to dropbox | diff --git a/README.rdoc b/README.rdoc
index c171535..0981226 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,89 +1,89 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
== Installation
- sudo gem install rdropbox
+ gem install dropbox
== Tutorial by Example
First thi... |
RISCfuture/dropbox | 37a07a4acee913cdb8e78dc5291d406a3e7c7995 | Add thumbnails API method | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index 9669ac5..f0f5c14 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,54 +1,62 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
require 'extensions/array'... |
RISCfuture/dropbox | 4f13313c76250719b23dd83898f802465c293dbc | Remove debug statement | diff --git a/lib/dropbox/event.rb b/lib/dropbox/event.rb
index d1fdd17..ff65f4d 100644
--- a/lib/dropbox/event.rb
+++ b/lib/dropbox/event.rb
@@ -1,109 +1,108 @@
# Defines the Dropbox::Event class.
nil # doc fix
module Dropbox
# The Dropbox::Event class stores information about which entries were
# modi... |
RISCfuture/dropbox | c360d5c90f597c0cd947f050e0f3dd5fafcfa9d2 | Removed use of Dir#glob for requiring internal files due to dependency issues. | diff --git a/lib/dropbox.rb b/lib/dropbox.rb
index be3c306..9669ac5 100644
--- a/lib/dropbox.rb
+++ b/lib/dropbox.rb
@@ -1,43 +1,54 @@
# Defines the Dropbox module.
require 'cgi'
require 'yaml'
require 'digest/sha1'
require 'thread'
require 'set'
require 'time'
require 'tempfile'
-Dir.glob("#{File.expand_pa... |
RISCfuture/dropbox | dbc9e78a6f4a375f95f460b007903bdb3dc2c412 | Doc fixes | diff --git a/README.rdoc b/README.rdoc
index fecc036..c171535 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,84 +1,89 @@
= Ruby Dropbox Gem
An easy-to-use third-party interface to the RESTful Dropbox API.
+== Installation
+
+ sudo gem install rdropbox
+
== Tutorial by Example
First things first: Be sure you... |
RISCfuture/dropbox | 2296b3fbe0cbe0becff854fe1ee6d216f673a586 | Change gem name | diff --git a/Rakefile b/Rakefile
index abc6c1e..4d27221 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,54 +1,54 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
- gem.name = "dropbox"
+ gem.name = "rdropbox"
gem.version = File.read("VERSION").chomp.strip
- ge... |
RISCfuture/dropbox | 7f56ea0687748659e8cf1e8309ee73d4f962f352 | Added ts metadata attribute | diff --git a/lib/dropbox/event.rb b/lib/dropbox/event.rb
index ff65f4d..d1fdd17 100644
--- a/lib/dropbox/event.rb
+++ b/lib/dropbox/event.rb
@@ -1,108 +1,109 @@
# Defines the Dropbox::Event class.
nil # doc fix
module Dropbox
# The Dropbox::Event class stores information about which entries were
# modi... |
RISCfuture/dropbox | 8308b09257fa1158f9f9445641f9273ae0b92ca7 | Added Revision#deleted? | diff --git a/lib/dropbox/revision.rb b/lib/dropbox/revision.rb
index 20fe118..aad4760 100644
--- a/lib/dropbox/revision.rb
+++ b/lib/dropbox/revision.rb
@@ -1,189 +1,196 @@
# Defines the Dropbox::Revision class.
nil # doc fix
module Dropbox
# A file or folder at a point in time as referenced by a Dropbox::E... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.