-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate gemspec for version 0.3.3
- Loading branch information
1 parent
2cdc1a1
commit e640075
Showing
6 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
coverage | ||
coverage.data | ||
|
||
/.ruby-* | ||
|
||
# rdoc generated | ||
rdoc | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Jeweler::Tasks.new do |gem| | |
gem.summary = %Q{Ruby wrapper for the Pipedrive API} | ||
gem.description = %Q{Ruby wrapper for the Pipedrive API} | ||
gem.email = "[email protected]" | ||
gem.authors = ["Jan Schwenzien", "Waldemar Kusnezow"] | ||
gem.authors = ["Jan Schwenzien", "Waldemar Kusnezow", "Joel Courtney"] | ||
# dependencies defined in Gemfile | ||
end | ||
Jeweler::RubygemsDotOrgTasks.new | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.7 | ||
0.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Jan Schwenzien", "Waldemar Kusnezow", "Joel Courtney"] | ||
s.date = "2014-01-30" | ||
s.date = "2014-04-23" | ||
s.description = "Ruby wrapper for the Pipedrive API" | ||
s.email = "[email protected]" | ||
s.extra_rdoc_files = [ | ||
|
@@ -23,39 +23,41 @@ Gem::Specification.new do |s| | |
"Rakefile", | ||
"VERSION", | ||
"lib/pipedrive-ruby.rb", | ||
"lib/pipedrive/base.rb", | ||
"lib/pipedrive/activity.rb", | ||
"lib/pipedrive/activity-type.rb", | ||
"lib/pipedrive/activity.rb", | ||
"lib/pipedrive/authorization.rb", | ||
"lib/pipedrive/base.rb", | ||
"lib/pipedrive/currency.rb", | ||
"lib/pipedrive/deal.rb", | ||
"lib/pipedrive/deal-field.rb", | ||
"lib/pipedrive/deal.rb", | ||
"lib/pipedrive/file.rb", | ||
"lib/pipedrive/filter.rb", | ||
"lib/pipedrive/goal.rb", | ||
"lib/pipedrive/note.rb", | ||
"lib/pipedrive/organization.rb", | ||
"lib/pipedrive/person.rb", | ||
"lib/pipedrive/organization-field.rb", | ||
"lib/pipedrive/person-field.rb", | ||
"lib/pipedrive/organization.rb", | ||
"lib/pipedrive/permission-set.rb", | ||
"lib/pipedrive/person-field.rb", | ||
"lib/pipedrive/person.rb", | ||
"lib/pipedrive/pipeline.rb", | ||
"lib/pipedrive/product.rb", | ||
"lib/pipedrive/product-field.rb", | ||
"lib/pipedrive/product.rb", | ||
"lib/pipedrive/push-notification.rb", | ||
"lib/pipedrive/role.rb", | ||
"lib/pipedrive/search-result.rb", | ||
"lib/pipedrive/stage.rb", | ||
"lib/pipedrive/user.rb", | ||
"lib/pipedrive/user-setting.rb", | ||
"lib/pipedrive/goal.rb", | ||
"lib/pipedrive/user-connection.rb", | ||
"lib/pipedrive/push-notification.rb", | ||
"lib/pipedrive/user-setting.rb", | ||
"lib/pipedrive/user.rb", | ||
"pipedrive-ruby.gemspec", | ||
"test/data/create_deal_body.json", | ||
"test/data/create_note_body.json", | ||
"test/data/create_organization_body.json", | ||
"test/data/create_person_body.json", | ||
"test/helper.rb", | ||
"test/test_pipedrive_authentication.rb", | ||
"test/test_pipedrive_deal.rb", | ||
"test/test_pipedrive_note.rb", | ||
"test/test_pipedrive_organization.rb", | ||
"test/test_pipedrive_person.rb" | ||
] | ||
|
@@ -73,6 +75,7 @@ Gem::Specification.new do |s| | |
s.add_runtime_dependency(%q<json>, [">= 1.7.7"]) | ||
s.add_runtime_dependency(%q<multi_xml>, [">= 0.5.2"]) | ||
s.add_runtime_dependency(%q<webmock>, [">= 0"]) | ||
s.add_runtime_dependency(%q<coveralls>, [">= 0"]) | ||
s.add_development_dependency(%q<shoulda>, [">= 0"]) | ||
s.add_development_dependency(%q<rdoc>, ["~> 3.12"]) | ||
s.add_development_dependency(%q<bundler>, [">= 1.0.0"]) | ||
|
@@ -83,6 +86,7 @@ Gem::Specification.new do |s| | |
s.add_dependency(%q<json>, [">= 1.7.7"]) | ||
s.add_dependency(%q<multi_xml>, [">= 0.5.2"]) | ||
s.add_dependency(%q<webmock>, [">= 0"]) | ||
s.add_dependency(%q<coveralls>, [">= 0"]) | ||
s.add_dependency(%q<shoulda>, [">= 0"]) | ||
s.add_dependency(%q<rdoc>, ["~> 3.12"]) | ||
s.add_dependency(%q<bundler>, [">= 1.0.0"]) | ||
|
@@ -94,6 +98,7 @@ Gem::Specification.new do |s| | |
s.add_dependency(%q<json>, [">= 1.7.7"]) | ||
s.add_dependency(%q<multi_xml>, [">= 0.5.2"]) | ||
s.add_dependency(%q<webmock>, [">= 0"]) | ||
s.add_dependency(%q<coveralls>, [">= 0"]) | ||
s.add_dependency(%q<shoulda>, [">= 0"]) | ||
s.add_dependency(%q<rdoc>, ["~> 3.12"]) | ||
s.add_dependency(%q<bundler>, [">= 1.0.0"]) | ||
|