fire_watch 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fc4bf1112190b8cf13ac8fd1f19f02d7cfdba58
4
- data.tar.gz: d59a610ffec4d26386657d512525b658bb81b354
3
+ metadata.gz: 83010346dcbe7ea522d0ee76353c0add4c8c4fdc
4
+ data.tar.gz: 78bc4eaea5fbb4a8d2b3ec9308557db2be75afa6
5
5
  SHA512:
6
- metadata.gz: 75bfe76cf818d83c3de36df1398bdd828ccd4429573c1017ba6a4701a9a1ee5f4190fb0ea97171706e440fa36fba7c58056a69b1b25efd9a59e5ddaf3135670c
7
- data.tar.gz: ff9b43e8f72f39c407f8ff7c75abe6cf336997a989cd9c87870102a5afc45c91a5d7bfc1db179a22ada41a85834111aaac392d5fec0262d330f77391eeb24aef
6
+ metadata.gz: 58ef8a54e7919413ed75996222c4d3c0a107b5a9651b9039e643277cf6d0eed2cc4f755db7d758c4d464bdbb26ea7a60abd2abb9ce4a0a390a12884c550841f8
7
+ data.tar.gz: 8c0b3fe71e81d3d42fe8121ec0f193aea3f8453a31d94c7a12ba3c3a546d7fb88ad963b8aed0a059890a8af971e7b0b99589f0e5ee3614ea7bffe93fad2bba45
data/.gitignore CHANGED
@@ -7,4 +7,5 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
- *.csv
10
+ *.csv
11
+ *.gem
@@ -9,8 +9,8 @@ module FireWatch
9
9
 
10
10
  cli = HighLine.new
11
11
  # Github Client
12
- github_login = "joew@samjoe.com"# cli.ask('Github Login: ')
13
- github_password = "VPcYdAk9PFx3^uPn" # cli.ask('Github Password: ') { |q| q.echo = false }
12
+ github_login = cli.ask('Github Login: ')
13
+ github_password = cli.ask('Github Password: ') { |q| q.echo = false }
14
14
  @github_client = Github.new(auto_pagination: true) do |config|
15
15
  config.basic_auth = "#{github_login}:#{github_password}"
16
16
  if cli.agree("Do you use Two-Factor authentication (non-sms)?")
@@ -50,8 +50,8 @@ module FireWatch
50
50
  end
51
51
 
52
52
  # Harvest Client
53
- harvest_username = "joe@wild.land" #cli.ask('Harvest Username: ')
54
- harvest_password = "]ztJyVszDnI{96uB" #cli.ask('Harvest Password: ') { |q| q.echo = false }
53
+ harvest_username = cli.ask('Harvest Username: ')
54
+ harvest_password = cli.ask('Harvest Password: ') { |q| q.echo = false }
55
55
  @harvest_client = Harvest.client(username: harvest_username, password: harvest_password, subdomain: 'wildland')
56
56
 
57
57
  projects = @harvest_client.projects.all.sort_by{|p| p.name}
@@ -1,3 +1,3 @@
1
1
  module FireWatch
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fire_watch
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
  - Joe Weakley
@@ -111,7 +111,6 @@ files:
111
111
  - bin/console
112
112
  - bin/setup
113
113
  - exe/fire_watch
114
- - fire_watch-0.1.0.gem
115
114
  - fire_watch.gemspec
116
115
  - lib/fire_watch.rb
117
116
  - lib/fire_watch/runner.rb
data/fire_watch-0.1.0.gem DELETED
Binary file