Skip to content

Commit

Permalink
Version bump to 1.1.0 -- Added Deal class, .add_note helper, /me.xml …
Browse files Browse the repository at this point in the history
…endpoint
  • Loading branch information
kmayer committed Feb 10, 2010
1 parent dd0f087 commit 3638864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VERSION.yml
@@ -1,5 +1,5 @@
---
:minor: 0
:patch: 4
:major: 1
:build:
:patch: 0
:major: 1
:minor: 1
8 changes: 6 additions & 2 deletions highrise.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{highrise}
s.version = "1.0.3"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marcos Tapaj\303\263s", "Ken Mayer"]
s.date = %q{2009-11-11}
s.date = %q{2010-02-10}
s.description = %q{
Based on the original API module from DHH, http://developer.37signals.com/highrise/, this
gem is a cleaned up, tested version of the same. Contributors have added support for tags
Expand All @@ -36,12 +36,14 @@ Highrise::Base.user = 'your_api_auth_token'
"examples/config_initializers_highrise.rb",
"examples/extending.rb",
"examples/sample.rb",
"highrise.gemspec",
"install.rb",
"lib/cachable.rb",
"lib/highrise.rb",
"lib/highrise/base.rb",
"lib/highrise/comment.rb",
"lib/highrise/company.rb",
"lib/highrise/deal.rb",
"lib/highrise/email.rb",
"lib/highrise/group.rb",
"lib/highrise/kase.rb",
Expand All @@ -58,6 +60,7 @@ Highrise::Base.user = 'your_api_auth_token'
"spec/highrise/base_spec.rb",
"spec/highrise/comment_spec.rb",
"spec/highrise/company_spec.rb",
"spec/highrise/deal_spec.rb",
"spec/highrise/email_spec.rb",
"spec/highrise/group_spec.rb",
"spec/highrise/kase_spec.rb",
Expand All @@ -83,6 +86,7 @@ Highrise::Base.user = 'your_api_auth_token'
"spec/highrise/base_spec.rb",
"spec/highrise/comment_spec.rb",
"spec/highrise/company_spec.rb",
"spec/highrise/deal_spec.rb",
"spec/highrise/email_spec.rb",
"spec/highrise/group_spec.rb",
"spec/highrise/kase_spec.rb",
Expand Down

0 comments on commit 3638864

Please sign in to comment.