verizon_token 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 2976dc9608eb8fb766379005f0ca8236754431d6d00583ba950e6e639c44185b
4
- data.tar.gz: be1c3e4889d1b86107eac7d4f5570edbe61ef47b474312d705bff4e8d13119c4
3
+ metadata.gz: f5409fad034bbaa4efe7e1a1ed8f0a88977e41372aba205af3c44645552d9cb1
4
+ data.tar.gz: 64fef2e5bad17b6ed2ef77d8f197e36705aee7db901145c3e7cb7b8763a1359b
5
5
  SHA512:
6
- metadata.gz: 6f8723c525ebc3ba50d53f45fea0798261904be4717f0333f0450ec91732df3c82b54143803f5e72b005b6d0a314481e7b3b6c7932552aeedf0b4e8e51e01d88
7
- data.tar.gz: 7f94f3b1db7003689016a0789c2b1f283c630804dff92cad721609f40c3a91f07d2b8a31654e3169488b6ab793631e86ccd62736bcfd3be4d884a7366365a8b1
6
+ metadata.gz: 53e6fe725a7893dca1c93845fa1881df9a72b25354b5451fff9766fbeb74aab70d93d8c68f74d8640b350058d9fd0c0f0d66c71a6f8b652dd5427bb67af187cb
7
+ data.tar.gz: d1a5cdf54fb21cc4e842c451a223242a292a2c98e17578ba7e18f004cd8af6c2cc46a331de6ad1964ba3ec3999225bb7ec7f2432300303fcb2e48d2d312f0d05
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format doc
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- verizon_token (0.2.0)
4
+ verizon_token (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -53,4 +53,14 @@ Read the docs for available parameters.
53
53
 
54
54
  ```
55
55
  ectoken -k <key> -t <encrypted token> -d
56
- ```
56
+ ```
57
+
58
+ ## Development
59
+
60
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
61
+
62
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org)
63
+
64
+ ## Contributing
65
+
66
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mauricioabreu/ectoken-ruby
@@ -1,3 +1,3 @@
1
1
  module EdgeCastToken
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verizon_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maurício de Abreu Antunes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,6 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - ".gitignore"
64
+ - ".rspec"
64
65
  - Gemfile
65
66
  - Gemfile.lock
66
67
  - LICENSE