koho 0.0.9 → 0.0.10

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.rb +4 -0
  2. data/lib/koho/version.rb +1 -1
  3. metadata +1 -1
@@ -154,6 +154,10 @@ module Koho
154
154
  def mark_non_invoicable id
155
155
  post "/#{id}/mark_non_invoicable"
156
156
  end
157
+
158
+ def mark_invoicable id
159
+ post "/#{id}/mark_invoicable"
160
+ end
157
161
  end
158
162
 
159
163
  class Contracts < Koho::Client
@@ -1,3 +1,3 @@
1
1
  module Koho
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: