koho 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. data/lib/koho/version.rb +1 -1
  2. data/lib/koho.rb +4 -0
  3. metadata +2 -2
data/lib/koho/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Koho
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
data/lib/koho.rb CHANGED
@@ -147,6 +147,10 @@ module Koho
147
147
  get "/find_by_contract/#{contract_id}"
148
148
  end
149
149
 
150
+ def find_by_contract_and_date contract_id, date
151
+ get "/find_by_contract_and_date/#{contract_id}/#{date.to_s}"
152
+ end
153
+
150
154
  def mark_non_invoicable id
151
155
  post "/#{id}/mark_non_invoicable"
152
156
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
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: 2013-10-08 00:00:00.000000000 Z
12
+ date: 2013-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  type: :development