git-sleep 0.0.18 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/git-sleep.gemspec +2 -2
- data/lib/git-sleep.rb +2 -2
- metadata +5 -3
data/git-sleep.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |git_sleep|
|
|
7
7
|
git_sleep.summary = "Uses Jawbone to figure out if you are awake enough to code based on your sleep data"
|
8
8
|
git_sleep.description = "Uses Jawbone to figure out if you are awake enough to code"
|
9
9
|
git_sleep.authors = ["Max Jacobson", "Ruthie Nachmany", "Sarah Duve"]
|
10
|
-
git_sleep.email = ["maxwell.jacobson@gmail.com"]
|
10
|
+
git_sleep.email = ["maxwell.jacobson@gmail.com", "ruthie.nachmany@flatironschool.com", "saduve@gmail.com"]
|
11
11
|
git_sleep.files = Dir[
|
12
12
|
'./*.{md,gemspec}',
|
13
13
|
'./.gitignore',
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |git_sleep|
|
|
17
17
|
]
|
18
18
|
git_sleep.require_paths = ["lib"]
|
19
19
|
git_sleep.executables = ["git-sleep"]
|
20
|
-
git_sleep.homepage =
|
20
|
+
git_sleep.homepage = GitSleep::OUR_SITE
|
21
21
|
git_sleep.license = "MIT"
|
22
22
|
git_sleep.required_ruby_version = '>= 1.8.7'
|
23
23
|
git_sleep.add_runtime_dependency 'httparty'
|
data/lib/git-sleep.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-sleep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-08-
|
14
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: httparty
|
@@ -48,6 +48,8 @@ dependencies:
|
|
48
48
|
description: Uses Jawbone to figure out if you are awake enough to code
|
49
49
|
email:
|
50
50
|
- maxwell.jacobson@gmail.com
|
51
|
+
- ruthie.nachmany@flatironschool.com
|
52
|
+
- saduve@gmail.com
|
51
53
|
executables:
|
52
54
|
- git-sleep
|
53
55
|
extensions: []
|
@@ -60,7 +62,7 @@ files:
|
|
60
62
|
- ./bin/git-sleep
|
61
63
|
- ./lib/git-sleep.rb
|
62
64
|
- bin/git-sleep
|
63
|
-
homepage: http://
|
65
|
+
homepage: http://www.gitsleep.com
|
64
66
|
licenses:
|
65
67
|
- MIT
|
66
68
|
post_install_message:
|