diff --git a/rubyzoho.gemspec b/rubyzoho.gemspec index 893a08e..9e45c76 100644 --- a/rubyzoho.gemspec +++ b/rubyzoho.gemspec @@ -14,41 +14,41 @@ Gem::Specification.new do |s| s.description = "" s.email = "" s.extra_rdoc_files = [ - "LICENSE.txt", - "README.rdoc" + "LICENSE.txt", + "README.rdoc" ] s.files = [ - ".coverall.yml", - ".document", - ".rspec", - ".ruby-gemset", - ".ruby-version", - ".travis.yml", - "Gemfile", - "LICENSE.txt", - "README.rdoc", - "Rakefile", - "VERSION", - "lib/api_utils.rb", - "lib/crm.rb", - "lib/crud_methods.rb", - "lib/ruby_zoho.rb", - "lib/zoho_api.rb", - "lib/zoho_api_field_utils.rb", - "lib/zoho_api_finders.rb", - "lib/zoho_crm_users.rb", - "lib/zoho_crm_utils.rb", - "rubyzoho.gemspec", - "spec/api_utils_spec.rb", - "spec/fixtures/sample.pdf", - "spec/fixtures/sample_contact.xml", - "spec/fixtures/sample_contact_search.xml", - "spec/fixtures/sample_contacts.xml", - "spec/fixtures/sample_contacts_list.xml", - "spec/fixtures/sample_leads_list.xml", - "spec/ruby_zoho_spec.rb", - "spec/spec_helper.rb", - "spec/zoho_api_spec.rb" + ".coverall.yml", + ".document", + ".rspec", + ".ruby-gemset", + ".ruby-version", + ".travis.yml", + "Gemfile", + "LICENSE.txt", + "README.rdoc", + "Rakefile", + "VERSION", + "lib/api_utils.rb", + "lib/crm.rb", + "lib/crud_methods.rb", + "lib/ruby_zoho.rb", + "lib/zoho_api.rb", + "lib/zoho_api_field_utils.rb", + "lib/zoho_api_finders.rb", + "lib/zoho_crm_users.rb", + "lib/zoho_crm_utils.rb", + "rubyzoho.gemspec", + "spec/api_utils_spec.rb", + "spec/fixtures/sample.pdf", + "spec/fixtures/sample_contact.xml", + "spec/fixtures/sample_contact_search.xml", + "spec/fixtures/sample_contacts.xml", + "spec/fixtures/sample_contacts_list.xml", + "spec/fixtures/sample_leads_list.xml", + "spec/ruby_zoho_spec.rb", + "spec/spec_helper.rb", + "spec/zoho_api_spec.rb" ] s.homepage = "http://github.com/amalc/rubyzoho" s.licenses = ["MIT"]