ruby-box.gemspec in ruby-box-1.1.0 vs ruby-box.gemspec in ruby-box-1.1.1

- 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.1.0" + s.version = "1.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Attachments.me"] - s.date = "2013-04-19" + s.date = "2013-04-23" s.description = "ruby gem for box.com 2.0 api" s.email = "ben@attachments.me" s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" @@ -26,18 +26,22 @@ "VERSION", "lib/ruby-box.rb", "lib/ruby-box/client.rb", "lib/ruby-box/comment.rb", "lib/ruby-box/discussion.rb", + "lib/ruby-box/event.rb", + "lib/ruby-box/event_response.rb", "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/user.rb", "ruby-box.gemspec", "spec/client_spec.rb", + "spec/event_spec.rb", "spec/file_spec.rb", + "spec/fixtures/events.json", "spec/fixtures/遠志教授.jpg", "spec/folder_spec.rb", "spec/helper/account.example", "spec/helper/account.rb", "spec/integration_spec.rb",