benevolent_gaze 1.0.0 → 1.0.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: 28fcf63625230998b7ad585fddbd471f4d1eb023
4
- data.tar.gz: c559d5da2ca8030ab56228bf4b669619b2f4fe3c
3
+ metadata.gz: 8b71a5e5da4263f838bf632afa4acb014aa164e8
4
+ data.tar.gz: 6e19cae20a4c67e34700e9344d2930c2874e2b6d
5
5
  SHA512:
6
- metadata.gz: 36f0ba0bfba56fc13e414fd5714a952af9177146352b6d71937139013bcf9766eefd0a3becbd06cca69db844a93042d786cd819a2653f025f9b27651894e50d6
7
- data.tar.gz: 913cde1fb8f76c89d2290de620e3c9471d3e9e8e3370685b0670d756bfb487155fea3b5a395f3d83f5ae921f74d09982470b0664de28a171101502f732c8394c
6
+ metadata.gz: 2b9d81f6f283c4ac2c0005eecee4499d1c07fb067d1e2ab8d17c6405ce1e496a944355fce991505e3099a72a7de5ca621cc51ce912b47c5fbee81bcc3ab8ab55
7
+ data.tar.gz: 354b708138796cb8851eba1d5f51e1a0547d82dceaa7e9a10181a3a973865e9c69127008f9a7663204e3f2c5502d3f058cc0e1be162b90732f38fea1fbcde998
@@ -6,11 +6,11 @@ require 'benevolent_gaze/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "benevolent_gaze"
8
8
  spec.version = BenevolentGaze::VERSION
9
- spec.authors = ["Will Schenk, Aaron Brocken"]
10
- spec.email = ["wschenk@gmail.com, aaron@happyfuncorp.com"]
9
+ spec.authors = ["Will Schenk", "Aaron Brocken"]
10
+ spec.email = ["wschenk@gmail.com", "aaron@happyfuncorp.com"]
11
11
  spec.summary = %q{See your coworkers.}
12
12
  spec.description = %q{See your coworkers. Totally not creepy.}
13
- spec.homepage = ""
13
+ spec.homepage = "http://gaze.happyfuncorp.com/"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module BenevolentGaze
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benevolent_gaze
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Will Schenk, Aaron Brocken
7
+ - Will Schenk
8
+ - Aaron Brocken
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -194,7 +195,8 @@ dependencies:
194
195
  version: '10.0'
195
196
  description: See your coworkers. Totally not creepy.
196
197
  email:
197
- - wschenk@gmail.com, aaron@happyfuncorp.com
198
+ - wschenk@gmail.com
199
+ - aaron@happyfuncorp.com
198
200
  executables:
199
201
  - benevolent_gaze
200
202
  extensions: []
@@ -355,7 +357,7 @@ files:
355
357
  - website/source/stylesheets/fonts/socicon-webfont.ttf
356
358
  - website/source/stylesheets/fonts/socicon-webfont.woff
357
359
  - website/source/stylesheets/socicons.css
358
- homepage: ''
360
+ homepage: http://gaze.happyfuncorp.com/
359
361
  licenses:
360
362
  - MIT
361
363
  metadata: {}