fulcrum 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e9e353e52485fa1f980302440b23986368b8b88
4
- data.tar.gz: c0f212bc29ecb2ca29cc603a21c96ddfb09574be
3
+ metadata.gz: '042913b24cb5329436bfbd8654dca7acfe06f78a'
4
+ data.tar.gz: d9412eb5815aeb76f06a1216fbdbde3aa66be5f4
5
5
  SHA512:
6
- metadata.gz: b1ebf6988865e7947127983f4c856c900c983962f9015a93036d4b97bc7286f80eb5c65e2b7ef2739b253c63896ca35e93c977e947297e7ffe0fc00f029a70da
7
- data.tar.gz: 4c36ddb729622e26344547219173b298d5997f44fd479c5825a1de0423598b66f7280f7f8168c9be21db09945099469096e6601188105838e836416c0965c9c6
6
+ metadata.gz: 93c2c1fd1c06c468459d89b8a716a3940acddbaebab3bb1e4477d755750ec9eacdf873bb0aed7db0b7afb4e01a5e21e401a1bc63bc60ab606fdf602fd5620dfa
7
+ data.tar.gz: 1b5ba47cdd2ac875ad5bc870c4c1830895db1309d58b67089600240722c9fd9a3e3c16db4c10df9811d39037b10188c83658af78c1789d4493ec6aa10aed50dd
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## vTBD
1
+ ## v0.7.0 (April 12, 2019)
2
2
  * Add roles support (#20)
3
3
  * Add audit logs support (#13)
4
4
  * Add ability to create, update, and delete projects (#16)
data/README.md CHANGED
@@ -357,9 +357,10 @@ Format can be 'json', 'csv', or 'geojson'.
357
357
 
358
358
 
359
359
 
360
- ## Extra Reading
360
+ ## Documentation & Examples
361
361
 
362
- * [Fulcrum API documentation](http://fulcrumapp.com/developers/api/)
362
+ * [Fulcrum REST API](https://learn.fulcrumapp.com/dev/rest/intro)
363
+ * [Fulcrum Query API](https://learn.fulcrumapp.com/dev/query/intro#examples)
363
364
 
364
365
  ## Contributing
365
366
 
@@ -1,3 +1,3 @@
1
1
  module Fulcrum
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulcrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fulcrum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake