flowcommerce 0.2.97 → 0.3.2

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
  SHA256:
3
- metadata.gz: b2d4ca9fdd1063c95604ff03b19e9f38aaee1c1cab5d5aeebcfe1e0a7dcd41b2
4
- data.tar.gz: ab479a0e6c4cbb66837ce5e675256f192c0291080531563ad613181a270aa10d
3
+ metadata.gz: a43f5f1af1b2c6e695600c63438a8216e85760fe47d8faf23c106fd88f024f9a
4
+ data.tar.gz: 73a2e612c5f682cf58ac6d5f07927260ffeffa8bafbe1ad34b91d203bf131bc0
5
5
  SHA512:
6
- metadata.gz: 180ae45f08216aae3e38505ff1b462a11d6f4aabda5dff10f778b1b36b86cea52b17772942eb2cb612edfdd03e9a7c2b4de663c52340169d34c92fb8358869f8
7
- data.tar.gz: 561b1d82ce6a44175b0c1bd8b3013f34ac4ebfea5757fa939eed62934f36abf5b182196feb560b78c6b2189aa0b46122a3bdccd95db53ee5773fa7f637d9df71
6
+ metadata.gz: 4ead76a9cc06d32bd54349401984c5a8e55a35ab15f817b55318630321805514621c3b8aef931a2a35cbae4bc91175b2c7a7cc6255f4807f23d8b15130d39f8d
7
+ data.tar.gz: 659635f47eeddb69eecb1fc90250e4dc78c9c5e38350d424abd37deb3fd017dd05ceaa10843e8b6ef61196c935241306f33a1a0eb393558a570fb8757973ba22
data/README.md CHANGED
@@ -2,13 +2,6 @@
2
2
 
3
3
  Native ruby client to the Flow API (https://api.flow.io)
4
4
 
5
- ## Status
6
-
7
- Please note that this library and APIs are in ALPHA and are subject to
8
- change and will break in the future. Once Flow Commerce releases its
9
- official 1.0 library, API changes will be backwards compatible. Until
10
- then - we are super grateful for your patience as we finalize the API
11
- for our launch.
12
5
 
13
6
  ## Installation
14
7