Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmartin committed Nov 2, 2012
1 parent 4bc961f commit fc2af87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pipedrive-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "pipedrive-ruby"
s.version = "0.1.1"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Waldemar Kusnezow", "Jan Schwenzien", "Patrick Kozma"]
s.date = "2012-11-01"
s.date = "2012-11-02"
s.description = "Ruby wrapper for the Pipedrive API"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand All @@ -25,6 +25,8 @@ Gem::Specification.new do |s|
"lib/pipedrive-ruby.rb",
"lib/pipedrive/base.rb",
"lib/pipedrive/deal.rb",
"lib/pipedrive/organization.rb",
"lib/pipedrive/person.rb",
"pipedrive-ruby.gemspec",
"test/helper.rb",
"test/test_pipedrive-rails.rb"
Expand Down

0 comments on commit fc2af87

Please sign in to comment.