Skip to content

Commit

Permalink
update rakefile and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Thiesen committed Jan 27, 2015
1 parent bc13341 commit 9bc5bfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -20,7 +20,7 @@ Jeweler::Tasks.new do |gem|
gem.summary = %Q{Agendor CRM ruby client}
gem.description = %Q{Agendor CRM ruby client}
gem.email = "brunogh@gmail.com"
gem.authors = ["Bruno Ghisi"]
gem.authors = ["Bruno Ghisi", "Nathan Thiesen"]
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new
Expand Down
12 changes: 6 additions & 6 deletions agendor-ruby.gemspec
Expand Up @@ -2,14 +2,15 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: agendor-ruby 1.0.0 ruby lib

Gem::Specification.new do |s|
s.name = "agendor-ruby"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bruno Ghisi", "Nathan Thiesen"]
s.date = "2014-06-01"
s.date = "2015-01-27"
s.description = "Agendor CRM ruby client"
s.email = "brunogh@gmail.com"
s.extra_rdoc_files = [
Expand All @@ -34,16 +35,15 @@ Gem::Specification.new do |s|
"spec/agendor/deal_spec.rb",
"spec/agendor/organization_spec.rb",
"spec/agendor/person_spec.rb",
"spec/cassettes/Agendor_Api/creates_a_person.yml",
"spec/cassettes/Agendor_Api/creates_a_person.yml",
"spec/cassettes/Agendor_Api/creates_a_person.yml",
"spec/cassettes/Agendor_Api/creates_a_person.yml",
"spec/cassettes/Agendor_Deal/creates_a_deal.yml",
"spec/cassettes/Agendor_Organization/creates_an_organization.yml",
"spec/cassettes/Agendor_Person/creates_a_person.yml",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/brunogh/agendor-ruby"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.rubygems_version = "2.1.9"
s.summary = "Agendor CRM ruby client"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 9bc5bfb

Please sign in to comment.