simple_desk 0.3.1 → 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
  SHA1:
3
- metadata.gz: ebba7286df3988ef5ccf892726ccd933ecb84a7d
4
- data.tar.gz: 75c1f97fc1c24106b3a7a1b7fe8b77d0874aa9fe
3
+ metadata.gz: 42d0975e91c0b16fdd9fbf573dff29916bbcac88
4
+ data.tar.gz: a04a85d33c917934a5c8d5c8e0b0d2e621906f7c
5
5
  SHA512:
6
- metadata.gz: 0a905a6ece4e3db26b612917b5b121ab8302617592584ab9274cecd40816e9341d0720c10d03652d80374d136223922c5c23712c906a30b547e9e2702c209701
7
- data.tar.gz: 59b0e825a3d1a16335f969b9d4d9365de72c7a40969599e32ad841303afa5f069d80e0935d02dea41d9cd3c3c2d3a97ee17fe8386327ca61aaed6524c7748d81
6
+ metadata.gz: 913970db21f8c5af822050840666e0e23d3918318f1dd61168b310964dabc1d7504ca98607375aa8e58c4231576ae29fe6f528fee7a45ab8996cc7e0b5b14171
7
+ data.tar.gz: 151ae38c4b0af100525887643b7b8830ec659a0485b4461e7db097287680c4603181d55e6106f1a6f228d83c5cadd8c02d93fc63377c481b53c48f7c1712eeb1
data/README.md CHANGED
@@ -16,9 +16,11 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install simple_desk
18
18
 
19
+ Then add your API token to your `application_root/.env` file, or create one if you don't have it.
20
+
21
+ SIMPLE_DESK_TOKEN=MY_TOKEN
22
+
19
23
  ## Usage
20
- Add your API token to your `application_root/.env` file, or create one if you don't have it.
21
- SIMPLE_DESK_TOKEN=MY_TOKEN
22
24
 
23
25
  ###**Adding Customers**
24
26
  To get started and add a new customer, run:
data/RELEASE.md CHANGED
@@ -1,3 +1,7 @@
1
+ v 0.3.2
2
+ -------
3
+ Restructure readme
4
+
1
5
  v 0.3.1
2
6
  -------
3
7
  Update the readme to note the dynamic token assignment
@@ -1,3 +1,3 @@
1
1
  module SimpleDesk
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_desk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Murray