simple_desk 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: 09316216a0fd2eb3a1a18d66813cd62d003ab3b9
4
- data.tar.gz: 15fb10d3b95de88816df195e846cffe2db1cd51d
3
+ metadata.gz: ebba7286df3988ef5ccf892726ccd933ecb84a7d
4
+ data.tar.gz: 75c1f97fc1c24106b3a7a1b7fe8b77d0874aa9fe
5
5
  SHA512:
6
- metadata.gz: faa8d5000a0384bdae9da16642581ee324a31abdb3be8df12095a2d1712712f6da44eafd6e3c293f9a47c5500f7a650b73b1f2d9224e5f437d2358644bd86f28
7
- data.tar.gz: d12b251db9194dffb7bd8620a2470ed222f073ca82e2063fd3098d1a7b2d22e8197efd5b0bea3ecfed4497f69753559e17eaec3fb5a3d18e7766ebf9cd54b42e
6
+ metadata.gz: 0a905a6ece4e3db26b612917b5b121ab8302617592584ab9274cecd40816e9341d0720c10d03652d80374d136223922c5c23712c906a30b547e9e2702c209701
7
+ data.tar.gz: 59b0e825a3d1a16335f969b9d4d9365de72c7a40969599e32ad841303afa5f069d80e0935d02dea41d9cd3c3c2d3a97ee17fe8386327ca61aaed6524c7748d81
data/README.md CHANGED
@@ -17,7 +17,8 @@ Or install it yourself as:
17
17
  $ gem install simple_desk
18
18
 
19
19
  ## Usage
20
- *As of right now I have my API code hardcoded into the gem, meaning it is useless as of right now for anyone else.*
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
21
22
 
22
23
  ###**Adding Customers**
23
24
  To get started and add a new customer, run:
data/RELEASE.md CHANGED
@@ -1,3 +1,7 @@
1
+ v 0.3.1
2
+ -------
3
+ Update the readme to note the dynamic token assignment
4
+
1
5
  v 0.3.0
2
6
  -------
3
7
  Make dynamic for API token
@@ -1,3 +1,3 @@
1
1
  module SimpleDesk
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: simple_desk
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
  - Elijah Murray