bcx 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/bcx/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca9b706ec38077f58b5ef2e0ac30aa6a2195b68c
4
- data.tar.gz: 70aea2ab33f6848e4aa632446e2a3314e16cc8ff
3
+ metadata.gz: e0255073331ab595db0c0eac6a8c6321dcde11e5
4
+ data.tar.gz: 08bff6e4f6921ac5fad539180bae038753ad5f59
5
5
  SHA512:
6
- metadata.gz: b938bf020795af1e1f87ed41d1700de79f5ff46f129f5e79903c1896955693b8749da32664516fbcb0ed26e35c591cf9696ede88cf40e9c688a35b75acc80cdc
7
- data.tar.gz: b0a565e55dbfe585fcdabd42b0285a00201de15e958c14ddcceec900abd1529797084fc8427dcb15fc6be5e4e36e5957fdee8991c835d4f29d6d811377ef3e99
6
+ metadata.gz: 4c6285944e40341a7475f8083bf91f45c8d579bce244b493bd17bf4ba3e3f9b377d6de50f5375517ab9250e1a5b29b342d6354341d975c91f72bba4655d6098b
7
+ data.tar.gz: 17b031d8c5a322ebf48df0ae0159aa38471ad75477db4a5b56c07ecf43843aae12a2c552bb6b481ad134d9459e8b61d04faba2791727f49003d531e2d09ff3f2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Bcx
2
2
 
3
- > NB. This gem is missing a lot of the Basecamp endpoints. Please feel free [to contribute!](#contributing)
3
+ > NB. This gem has a lot of the main Basecamp endpoints. Please add others by [contributing!](#contributing)
4
4
 
5
5
  Fully-fledged Ruby API wrapper for Basecamp Next
6
6
 
@@ -98,7 +98,7 @@ The following resources are fully implemented and tested.
98
98
  * [Todos](http://paulspringett.github.io/bcx/docs/todo.html)
99
99
  * [Accesses](http://paulspringett.github.io/bcx/docs/access.html)
100
100
  * [Authorization](http://paulspringett.github.io/bcx/docs/authorization.html) (Launchpad API)
101
-
101
+ * [Comments](http://paulspringett.github.io/bcx/docs/comment.html) (attachments not supported)
102
102
 
103
103
  #### Bang operators
104
104
 
@@ -158,7 +158,7 @@ $ rake docs:generate
158
158
 
159
159
  The endpoints listed under [Resources](https://github.com/paulspringett/bcx#resources) above are implemented and tested.
160
160
 
161
- All other endpoints still need implementing, see the official
161
+ All other endpoints need implementing, see the official
162
162
  [Basecamp Next API docs](https://github.com/37signals/bcx-api) for details on what to implement.
163
163
 
164
164
  ### How to contribute
@@ -1,3 +1,3 @@
1
1
  module Bcx
2
- VERSION = "0.4.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Springett