ruby-box.gemspec in ruby-box-1.9.3 vs ruby-box.gemspec in ruby-box-1.10.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "ruby-box" - s.version = "1.9.3" + s.version = "1.10.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Attachments.me"] - s.date = "2013-08-07" + s.date = "2013-08-08" s.description = "ruby gem for box.com 2.0 api" s.email = "ben@attachments.me" s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" @@ -34,9 +34,10 @@ "lib/ruby-box/exceptions.rb", "lib/ruby-box/file.rb", "lib/ruby-box/folder.rb", "lib/ruby-box/item.rb", "lib/ruby-box/session.rb", + "lib/ruby-box/shared_link.rb", "lib/ruby-box/user.rb", "lib/ruby-box/web_link.rb", "ruby-box.gemspec", "spec/client_spec.rb", "spec/event_spec.rb",