commcare_api 0.3.0 → 0.3.1

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: c14a4026fd69dc724275ad10685838932c366c64
4
- data.tar.gz: d1e8487e039c6eef3e591f72ed446146e3667392
3
+ metadata.gz: 3534f8ea0afe6c255a36f3c8cd7b3711b3702d85
4
+ data.tar.gz: 76de809390d300deba25700fe026988d04680589
5
5
  SHA512:
6
- metadata.gz: fe74c5b4504fc85a1a598b1fe5e3767e071de5829f2aa88c690d7dd969fe6cd89b80ab7e67a37b0ed908508211455a85b8d9d35f8446fd1599e37c671dbd090c
7
- data.tar.gz: 42c363acda95e73db2b24136e6307048fa1e2fa353350cc9f17fac9398a4829debbeef09347d6e6eb09f3d4e6aa3869290b18ad7fd18aeecdea641df44e57885
6
+ metadata.gz: 7578db5b714231fbef57bad2153285d0c9b8a32abe1eb53b82976f801e53c61e9364ddea4216f06027cd82f1800f8bbc77b63a941e786a4f85c62e7161680f1a
7
+ data.tar.gz: 3326d60a2d9d16c57349eb413a256192df5e8afc4d55ad38f5fee815072e1b14e1d3b640b685bcc7bc7981e57e1d40b7999efedbed81fd4331dad1a3c415d104
data/README.md CHANGED
@@ -27,7 +27,7 @@ Or install it yourself as:
27
27
  * [List Web Users](https://wiki.commcarehq.org/display/commcarepublic/List+Web+Users): `get_web_users`, `get_web_user`
28
28
  * [Data Forwarding (GET only)](https://wiki.commcarehq.org/display/commcarepublic/Data+Forwarding): `get_data_forwarding`
29
29
  * [Application Structure](https://wiki.commcarehq.org/display/commcarepublic/Application+Structure+API): `get_application_structure`
30
- * [Fixture Data (GET only)](https://wiki.commcarehq.org/display/commcarepublic/Fixture+Data)
30
+ * [Fixture Data (GET only)](https://wiki.commcarehq.org/display/commcarepublic/Fixture+Data): `get_fixtures`, `get_fixture`, `get_fixture_item`
31
31
 
32
32
  ## Usage
33
33
 
@@ -1,3 +1,3 @@
1
1
  module CommcareApi
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commcare_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Deflaux