clubhouse_ruby 0.3.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd8a31fc213799a4c32148450916cff148edac46
4
- data.tar.gz: 2371dce1a6e09504a6880b6fb41f1f87825c28fc
3
+ metadata.gz: 73fb9602e9ee8f5a3d249ee5cf582b854dca1501
4
+ data.tar.gz: b744eb45c3bcc29b6c3b927e76703efa6d302894
5
5
  SHA512:
6
- metadata.gz: dfbd67e65e330094531a4c7652e42e774557126b7bf486de3e37d285d4d75d6147c88ea725736030dd7cc8c73a2caa4ee23cd036022a3fcd6e3453ea426acd6e
7
- data.tar.gz: 6666f1370c5b9491a172cf60fd8760dbd53658e7f4613b7fd2b6309a7b6f5809235a489c94f10161342f0f40f204d9f5d202b2ce596986aa566701463f5d586c
6
+ metadata.gz: b4875de365b95adadab6a24f05e4f8f2605d8d3b15b1dae7e8b56aea34370ec1d22f615a1e7a415e1fdef17770c75f47d4c97eb78e7f1137f9c615f4577ef8ed
7
+ data.tar.gz: 70b9fb7d0376a135c6d5b4a991f9b78756343f0538a9de60490f4c0025e8a8884abf570a3c931ead7ed052a209bb7f4db0b9c5d2967e2a951ab0d63af3242e6a
data/README.md CHANGED
@@ -234,7 +234,7 @@ clubhouse.projects.stories.list
234
234
 
235
235
  ## Version
236
236
 
237
- The currenet version of the clubhouse_ruby gem supports the current version of
237
+ The current version of the clubhouse_ruby gem supports the current version of
238
238
  the API, version 2. If you want something that definitely works with v1, use
239
239
  version 0.2.0 of clubhouse_ruby.
240
240
 
@@ -39,7 +39,9 @@ module ClubhouseRuby
39
39
  :stories,
40
40
  :story_links,
41
41
  :teams,
42
- :workflows
42
+ :workflows,
43
+ :tasks,
44
+ :comments
43
45
  ].freeze
44
46
 
45
47
  # These are the annoying edge cases in the clubhouse api that are don't fit
@@ -1,3 +1,3 @@
1
1
  module ClubhouseRuby
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clubhouse_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Castiglione
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-28 00:00:00.000000000 Z
11
+ date: 2018-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler