harvested 0.6.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY +2 -0
- data/README.md +7 -1
- data/VERSION +1 -1
- data/harvested.gemspec +3 -3
- metadata +4 -4
data/HISTORY
CHANGED
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ method, for example to find all the projects for client ID 12345:
|
|
|
22
22
|
|
|
23
23
|
```ruby
|
|
24
24
|
harvest = Harvest.client('yoursubdomain', 'yourusername', 'yourpassword')
|
|
25
|
-
harvest.projects.
|
|
25
|
+
harvest.projects.all(nil, :client => 12345)
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
Note, the second parameter is a User ID field that is optional, but needs to be specified
|
|
@@ -54,6 +54,12 @@ Harvested's tests are currently passing for 1.8.7, 1.9.2, JRuby 1.6.2, and Rubin
|
|
|
54
54
|
* [Harvest API Documentation](http://www.getharvest.com/api)
|
|
55
55
|
* [Source Code for Harvested](http://github.com/zmoazeni/harvested)
|
|
56
56
|
|
|
57
|
+
## Who are you? ##
|
|
58
|
+
|
|
59
|
+
My name is [Zach Moazeni](https://twitter.com/zmoazeni). I work for [an
|
|
60
|
+
awesome company](http://www.getharvest.com/). And [we're
|
|
61
|
+
hiring!](http://www.getharvest.com/careers)
|
|
62
|
+
|
|
57
63
|
## How to Contribute
|
|
58
64
|
|
|
59
65
|
If you find what looks like a bug:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
1.0.0
|
data/harvested.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "harvested"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "1.0.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Zach Moazeni"]
|
|
12
|
-
s.date = "
|
|
12
|
+
s.date = "2013-04-26"
|
|
13
13
|
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)"
|
|
14
14
|
s.email = "zach.moazeni@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -108,7 +108,7 @@ Gem::Specification.new do |s|
|
|
|
108
108
|
]
|
|
109
109
|
s.homepage = "http://github.com/zmoazeni/harvested"
|
|
110
110
|
s.require_paths = ["lib"]
|
|
111
|
-
s.rubygems_version = "1.8.
|
|
111
|
+
s.rubygems_version = "1.8.25"
|
|
112
112
|
s.summary = "A Ruby Wrapper for the Harvest API http://www.getharvest.com/"
|
|
113
113
|
|
|
114
114
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harvested
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-04-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|
|
@@ -315,7 +315,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
315
315
|
version: '0'
|
|
316
316
|
segments:
|
|
317
317
|
- 0
|
|
318
|
-
hash:
|
|
318
|
+
hash: 4387240343010919597
|
|
319
319
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
320
320
|
none: false
|
|
321
321
|
requirements:
|
|
@@ -324,7 +324,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
324
324
|
version: '0'
|
|
325
325
|
requirements: []
|
|
326
326
|
rubyforge_project:
|
|
327
|
-
rubygems_version: 1.8.
|
|
327
|
+
rubygems_version: 1.8.25
|
|
328
328
|
signing_key:
|
|
329
329
|
specification_version: 3
|
|
330
330
|
summary: A Ruby Wrapper for the Harvest API http://www.getharvest.com/
|