ihealth_bot 0.0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/ihealth_bot +1 -1
- data/lib/ihealth_bot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21b317d6c73f5f47a55bfaa0e03ef799f1be4fbf
|
4
|
+
data.tar.gz: 43ba6c123f205064b4b4da5adbd19906adc279d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fe5898bc4f99c300de5016632dce8cee3dd19ac952b2f264143b0ce6a994524eb280666de71d5d0b8d206b95bfe5540cdc1dfe9ef814ca24544cec579b93fab
|
7
|
+
data.tar.gz: c3e3683b90570ca4069ea1c95b26b96e58a6ec0fb590563624acdec2c4b52a4e0360c3b99ad0c4f77310f6f91ad7c3dbcaa51253092b6f812376bb8be013d908
|
data/bin/ihealth_bot
CHANGED
@@ -31,7 +31,7 @@ class Bot < Thor
|
|
31
31
|
|
32
32
|
desc 'config', 'Configure iHealth Bot Credentials'
|
33
33
|
method_option :email, type: :string, aliases: '-e', desc: 'iHealth account email address'
|
34
|
-
method_option :password, type: :string,
|
34
|
+
method_option :password, type: :string, aliases: '-p', desc: 'iHealth account password'
|
35
35
|
def config
|
36
36
|
File.open("#{Dir.home}/.ihealth_bot", 'w+') do |f|
|
37
37
|
config = JSON.parse(f.read, symbolize_names: true) rescue { credentials: {} }
|
data/lib/ihealth_bot/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ihealth_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Haywood
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.6.8
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Create iHealth data
|