amazon_auth 0.1.1 → 0.1.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: 0422990dab48ee78bad2f81fc141227209f9e77c
4
- data.tar.gz: eef8ccc48f157f0e069b2634e05ce181b29ac4cd
3
+ metadata.gz: fa82a34f07a1ecc5cdb0ee81688539c6c885c61d
4
+ data.tar.gz: 71b30141dd78e4a77738b0720d8940d0d04eec78
5
5
  SHA512:
6
- metadata.gz: d8bc1f3eb5a564a99b20559461b0960795364b8295b0df22d9fde0bdb2bb547a69c345f6102347fe97bdf253971bc1c4d14a9143c1ea01475af894c098b86ada
7
- data.tar.gz: eb081e28d47bb7f51ecfd0301f9ddcc2ea3e7fd5b42952397eb185e9e24f944991e961ecb1cc66f5705a8c7e2236e376bbde2756a1fb330ec2cb31b9081c808a
6
+ metadata.gz: 7e0d7c578d0fbe19a6da91cc9b71f80faca4f6b4824ed796a9f1b21a1691c1d941856a807ae4a8e26349093af59826ba78da0842ef29a8c0e154dd075635cfff
7
+ data.tar.gz: 9436ec0df002954d7bb41902111e8648cf5bf17e8d0eb3167ea54d1016bb88d33285629ebb612154cdd535f2ea8e5eb374249cfa8d59c83e88cd55a8b0b9decf
data/README.md CHANGED
@@ -30,8 +30,8 @@ This may not work with newer versions of Firefox.
30
30
 
31
31
  [Quick] You can set login and password in console.
32
32
 
33
- [Recommended] Or you can convert them to protect them against shoulder surfing.
34
- Run `convert_amazon_credentials` and paste the output to _env_.
33
+ [Recommended] Or you can convert them to protect them against shoulder surfing.
34
+ Run `amazon_auth` and paste the output to _env_.
35
35
  (`AMAZON_USERNAME_CODE` , `AMAZON_PASSWORD_CODE` and `AMAZON_CODE_SALT`)
36
36
 
37
37
  ### Run
@@ -64,7 +64,7 @@ git clone https://github.com/kyamaguchi/amazon_auth.git
64
64
  cd amazon_auth
65
65
  bundle
66
66
 
67
- ./exe/convert_amazon_credentials
67
+ ./exe/amazon_auth
68
68
  vi .env
69
69
 
70
70
  rspec
File without changes
@@ -1,3 +1,3 @@
1
1
  module AmazonAuth
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon_auth
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
  - Kazuho Yamaguchi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-11 00:00:00.000000000 Z
11
+ date: 2017-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -126,7 +126,7 @@ description: Login amazon.
126
126
  email:
127
127
  - kzh.yap@gmail.com
128
128
  executables:
129
- - convert_amazon_credentials
129
+ - amazon_auth
130
130
  extensions: []
131
131
  extra_rdoc_files: []
132
132
  files:
@@ -140,7 +140,7 @@ files:
140
140
  - amazon_auth.gemspec
141
141
  - bin/console
142
142
  - bin/setup
143
- - exe/convert_amazon_credentials
143
+ - exe/amazon_auth
144
144
  - lib/amazon_auth.rb
145
145
  - lib/amazon_auth/amazon_info.rb
146
146
  - lib/amazon_auth/client.rb