Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Gem updates; remove superfluous files from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
RISCfuture committed Aug 31, 2011
1 parent 4944ef3 commit b0ead8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
@@ -1,21 +1,21 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
diff-lcs (1.1.2) diff-lcs (1.1.3)
git (1.2.5) git (1.2.5)
jeweler (1.6.4) jeweler (1.6.4)
bundler (~> 1.0) bundler (~> 1.0)
git (>= 1.2.5) git (>= 1.2.5)
rake rake
json (1.5.3) json (1.5.4)
mechanize (2.0.1) mechanize (2.0.1)
net-http-digest_auth (>= 1.1.1, ~> 1.1) net-http-digest_auth (>= 1.1.1, ~> 1.1)
net-http-persistent (~> 1.8) net-http-persistent (~> 1.8)
nokogiri (~> 1.4) nokogiri (~> 1.4)
webrobots (>= 0.0.9, ~> 0.0) webrobots (>= 0.0.9, ~> 0.0)
multipart-post (1.1.2) multipart-post (1.1.3)
net-http-digest_auth (1.1.1) net-http-digest_auth (1.1.1)
net-http-persistent (1.8) net-http-persistent (1.9)
nokogiri (1.5.0) nokogiri (1.5.0)
oauth (0.4.5) oauth (0.4.5)
rake (0.9.2) rake (0.9.2)
Expand All @@ -27,7 +27,7 @@ GEM
rspec-expectations (2.6.0) rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0) rspec-mocks (2.6.0)
webrobots (0.0.10) webrobots (0.0.11)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)


PLATFORMS PLATFORMS
Expand All @@ -36,7 +36,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jeweler jeweler
json (>= 1.2.0) json (>= 1.2.0)
mechanize mechanize (>= 1.0.0)
multipart-post (>= 1.1.0) multipart-post (>= 1.1.0)
oauth (>= 0.3.6) oauth (>= 0.3.6)
rspec (>= 2.0) rspec (>= 2.0)
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -17,6 +17,7 @@ Jeweler::Tasks.new do |gem|
gem.email = "dropbox@timothymorgan.info" gem.email = "dropbox@timothymorgan.info"
gem.homepage = "http://github.com/RISCfuture/dropbox" gem.homepage = "http://github.com/RISCfuture/dropbox"
gem.authors = [ "Tim Morgan" ] gem.authors = [ "Tim Morgan" ]
gem.files = %w( lib/**/* examples ChangeLog dropbox.gemspec LICENSE README.rdoc )
end end
Jeweler::RubygemsDotOrgTasks.new Jeweler::RubygemsDotOrgTasks.new


Expand Down

0 comments on commit b0ead8a

Please sign in to comment.