Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amalc committed Jan 29, 2014
1 parent d28d35f commit b6f9b56
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions rubyzoho.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b6f9b56

Please sign in to comment.