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 +4 -4
- data/README.md +1 -1
- data/lib/clubhouse_ruby/constants.rb +3 -1
- data/lib/clubhouse_ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73fb9602e9ee8f5a3d249ee5cf582b854dca1501
|
|
4
|
+
data.tar.gz: b744eb45c3bcc29b6c3b927e76703efa6d302894
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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.
|
|
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:
|
|
11
|
+
date: 2018-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|