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 +4 -4
- data/.rspec +2 -0
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/lib/ectoken/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5409fad034bbaa4efe7e1a1ed8f0a88977e41372aba205af3c44645552d9cb1
|
4
|
+
data.tar.gz: 64fef2e5bad17b6ed2ef77d8f197e36705aee7db901145c3e7cb7b8763a1359b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53e6fe725a7893dca1c93845fa1881df9a72b25354b5451fff9766fbeb74aab70d93d8c68f74d8640b350058d9fd0c0f0d66c71a6f8b652dd5427bb67af187cb
|
7
|
+
data.tar.gz: d1a5cdf54fb21cc4e842c451a223242a292a2c98e17578ba7e18f004cd8af6c2cc46a331de6ad1964ba3ec3999225bb7ec7f2432300303fcb2e48d2d312f0d05
|
data/.rspec
ADDED
data/Gemfile.lock
CHANGED
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
|
data/lib/ectoken/version.rb
CHANGED
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.
|
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
|
+
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
|