elmas 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1b93e5751df2f508c214f48ce2e79bd05569176
4
- data.tar.gz: 82b29415f0cd8ab3d190c42ea1d10411b1a0ca0d
3
+ metadata.gz: a9f9696e21f7327bb9c8b6195ed77890d419f064
4
+ data.tar.gz: 199e0f4726fd0b2eb2e0c5c0081eac0f1126d08c
5
5
  SHA512:
6
- metadata.gz: aa60c18705ddcd4616faf9f93bff520d4f8f22a8d556fad42a16d1655af6864dcaa6f41cbcf4966f7d052c7a108ada50973d26f0059439a7060d7e15dcaea2da
7
- data.tar.gz: 443940a0913d9837826f8721b3c2af773b0a96b9fdb88448a7746fa46cbd487f553cc7f2a26e9200a12349169a514b160a29931d384689a7da2ec328909b335a
6
+ metadata.gz: 95d037c8a8e7e37f41cb3edf7447665d0db44947b115092afba94870cf6a9accba3afb06a6b483b0d13a5ce0e89468c0618f2b940263bcdb5732488e001fcf90
7
+ data.tar.gz: 3585bc57793794824e18cbe47f0c2f58cd5c9e88a718272be932454fbae013d5c37c0438e61a2d8f1801823018c18c1caf91c652c7abc8c098624ef4454c7b02
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  .DS_Store
11
11
  .env
12
12
  .log
13
+ *.gem
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <!-- [![Build Status](https://travis-ci.org/exactonline/exactonline-api-ruby-client.svg?branch=master)](https://travis-ci.org/exactonline/exactonline-api-ruby-client)
2
+ [![Code Climate](https://codeclimate.com/github/exactonline/exactonline-api-ruby-client/badges/gpa.svg)](https://codeclimate.com/github/exactonline/exactonline-api-ruby-client) -->
3
+ [![Version](https://img.shields.io/gem/v/elmas.svg)](https://rubygems.org/gems/elmas)
4
+
1
5
  # Elmas
2
6
 
3
7
  Elmas means diamond, but in this case it's an API wrapper for [Exact Online](https://developers.exactonline.com/).
data/lib/elmas/config.rb CHANGED
@@ -43,7 +43,7 @@ module Elmas
43
43
  DEFAULT_ENDPOINT = "api/v1".freeze
44
44
 
45
45
  # the division code you want to connect with
46
- DEFAULT_DIVISION = "797636"
46
+ DEFAULT_DIVISION = ""
47
47
 
48
48
  # The response format appended to the path and sent in the 'Accept' header if none is set
49
49
  #
data/lib/elmas/version.rb CHANGED
@@ -2,7 +2,7 @@ module Elmas
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  class << self
8
8
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elmas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marthyn