Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp committed Feb 21, 2014
1 parent 8f9ed13 commit a82238e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions HISTORY
@@ -1,3 +1,6 @@
1.2.0 - February 21, 2014
* Adds time.trackable_projects: projects that the current user can create entries for
* Show hint on error for projects.all as unprivileged user
1.1.0 - December 13, 2013
* Adds ability to toggle timers (thanks Eli Fatsi - @efatsi)
1.0.1 - June 21, 2013
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.0
1.2.0
11 changes: 6 additions & 5 deletions harvested.gemspec
Expand Up @@ -2,15 +2,14 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: harvested 1.1.0 ruby lib

Gem::Specification.new do |s|
s.name = "harvested"
s.version = "1.1.0"
s.version = "1.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zach Moazeni"]
s.date = "2013-12-14"
s.date = "2014-02-21"
s.description = "Harvested wraps the Harvest API concisely without the use of Rails dependencies. More information about the Harvest API can be found on their website (http://www.getharvest.com/api). For support hit up the Mailing List (http://groups.google.com/group/harvested)"
s.email = "zach.moazeni@gmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -74,6 +73,7 @@ Gem::Specification.new do |s|
"lib/harvest/task_assignment.rb",
"lib/harvest/time_entry.rb",
"lib/harvest/timezones.rb",
"lib/harvest/trackable_project.rb",
"lib/harvest/user.rb",
"lib/harvest/user_assignment.rb",
"lib/harvested.rb",
Expand All @@ -100,6 +100,7 @@ Gem::Specification.new do |s|
"spec/harvest/task_assignment_spec.rb",
"spec/harvest/task_spec.rb",
"spec/harvest/time_entry_spec.rb",
"spec/harvest/trackable_project_spec.rb",
"spec/harvest/user_assignment_spec.rb",
"spec/harvest/user_spec.rb",
"spec/spec_helper.rb",
Expand All @@ -110,11 +111,11 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/zmoazeni/harvested"
s.require_paths = ["lib"]
s.rubygems_version = "2.1.11"
s.rubygems_version = "1.8.24"
s.summary = "A Ruby Wrapper for the Harvest API http://www.getharvest.com/"

if s.respond_to? :specification_version then
s.specification_version = 4
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httparty>, [">= 0"])
Expand Down

0 comments on commit a82238e

Please sign in to comment.