ynab 0.8.0 → 1.0.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: 39744a3c683ef3fcc20c118414fbc8539fa354d3
4
- data.tar.gz: afa9589670fe68ae266c39964ee02da4c87dfdcf
3
+ metadata.gz: 544ab7cc74a4009daffb2af9406312fb344e7fe2
4
+ data.tar.gz: 26cb2562cdd186372478ddaf5703ae1530c8f41a
5
5
  SHA512:
6
- metadata.gz: dbe683c41f006efab63120c75441ef5d4acb2710dca0152c835490937135970cb807d242ece8f669e6b1029c5a1ccdf3d84fc7e61bb99ef945f566ed25f4af86
7
- data.tar.gz: 4a5bf3b5cfd557246e3424efcf232b4c7efc5a72baba629d1b5d4809f97afe7badf652b8f1175665135d2bf6111884c8f5977328b8d60ef1d4fedb9b91f3ad60
6
+ metadata.gz: 1ed32df6c4d6efd0bae29bf2d028aca82cbaeb5be3a33550290243963d243bafbb6342a2cdb51cbde66a52af47b03c9da247c43416d93d368c9f8da1b5ed51e7
7
+ data.tar.gz: ee5ce1269201903e408019e01f713ec1c186735823ee28436e77199e1915d003b00bf07e3628b0e415bfb599998440e15b2804119ff6a50f765b4d33465bf81b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ynab (0.8.0)
4
+ ynab (1.0.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/README.md CHANGED
@@ -3,8 +3,6 @@
3
3
  [![Build Status](https://travis-ci.org/ynab/ynab-sdk-ruby.svg?branch=master)](https://travis-ci.org/ynab/ynab-sdk-ruby)
4
4
  [![Gem Version](https://badge.fury.io/rb/ynab.svg)](https://rubygems.org/gems/ynab)
5
5
 
6
- **NOTE: The YNAB API is currently only available to Early Access users. If you are interested in requesting access before the API is generally available, please fill out [this form](https://docs.google.com/forms/d/17plY-CE39Xl3pe2GqyVH1Unre8TjYKs-tkI6jVC4ko4/edit).**
7
-
8
6
  This is the Ruby client for the YNAB API.
9
7
 
10
8
  Please read the [YNAB API documentation](https://api.youneedabudget.com) for an
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "gemName": "ynab",
3
3
  "moduleName": "YnabApi",
4
- "gemVersion": "0.8.0",
4
+ "gemVersion": "1.0.0",
5
5
  "gemDescription": "Ruby gem wrapper for the YNAB API. Read the documentation at https://api.youneedabudget.com",
6
6
  "gemHomepage": "https://github.com/ynab/ynab-sdk-ruby",
7
7
  "gemLicense": "Apache-2.0",
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module YnabApi
14
- VERSION = '0.8.0'
14
+ VERSION = '1.0.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ynab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - You Need A Budget, LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-08 00:00:00.000000000 Z
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus