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 +4 -4
- data/benevolent_gaze.gemspec +3 -3
- data/lib/benevolent_gaze/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b71a5e5da4263f838bf632afa4acb014aa164e8
|
|
4
|
+
data.tar.gz: 6e19cae20a4c67e34700e9344d2930c2874e2b6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b9d81f6f283c4ac2c0005eecee4499d1c07fb067d1e2ab8d17c6405ce1e496a944355fce991505e3099a72a7de5ca621cc51ce912b47c5fbee81bcc3ab8ab55
|
|
7
|
+
data.tar.gz: 354b708138796cb8851eba1d5f51e1a0547d82dceaa7e9a10181a3a973865e9c69127008f9a7663204e3f2c5502d3f058cc0e1be162b90732f38fea1fbcde998
|
data/benevolent_gaze.gemspec
CHANGED
|
@@ -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")
|
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.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Will Schenk
|
|
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
|
|
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: {}
|