Skip to content

Commit

Permalink
bumped version with updates from yyyc514, bumped to 0.3.0 since its a…
Browse files Browse the repository at this point in the history
… lot more stable than the 0.2.x
  • Loading branch information
pgericson committed May 6, 2010
1 parent 0b40a4c commit a37fec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('zendesk-api', '0.2.4') do |p|
Echoe.new('zendesk-api', '0.3.0') do |p|
p.description = "RubyGem wrapper for REST API to http://zendesk.com"
p.author = "Peter Ericson"
p.url = "http://github.com/pgericson/zendesk-api"
Expand Down
6 changes: 3 additions & 3 deletions zendesk-api.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{zendesk-api}
s.version = "0.2.4"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Peter Ericson"]
s.date = %q{2010-05-05}
s.date = %q{2010-05-06}
s.description = %q{RubyGem wrapper for REST API to http://zendesk.com}
s.email = %q{pg.ericson@gmail.com}
s.extra_rdoc_files = ["README.markdown", "lib/console.rb", "lib/zendesk-api.rb", "lib/zendesk.rb", "lib/zendesk/attachment.rb", "lib/zendesk/entry.rb", "lib/zendesk/forum.rb", "lib/zendesk/group.rb", "lib/zendesk/main.rb", "lib/zendesk/organization.rb", "lib/zendesk/search.rb", "lib/zendesk/tag.rb", "lib/zendesk/ticket.rb", "lib/zendesk/user.rb"]
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Zendesk-api", "--main", "README.markdown"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{zendesk-api}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{RubyGem wrapper for REST API to http://zendesk.com}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit a37fec8

Please sign in to comment.