make-sandwich 0.0.2 → 0.0.4
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.
- data/README.md +1 -1
- data/bin/make_sandwich +0 -1
- data/make-sandwich.gemspec +2 -2
- metadata +8 -8
data/README.md
CHANGED
data/bin/make_sandwich
CHANGED
data/make-sandwich.gemspec
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "make-sandwich"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.4"
|
|
4
4
|
s.authors = ["Christopher Hein"]
|
|
5
5
|
s.email = ["chris@generalthings.com"]
|
|
6
6
|
s.homepage = "https://github.com/generalthings/make_sandwich"
|
|
7
7
|
s.summary = %q{Delicious, juicy, tender sandwiches on the command line.}
|
|
8
|
-
s.description = %q{Have an employee that loves making sandwiches... we do, but we're all too lazy to take our headphones off to ask him
|
|
8
|
+
s.description = %q{Have an employee that loves making sandwiches... we do, but we're all too lazy to take our headphones off to ask him whip one up. In an effort to solve this I wrote make_sandwich.}
|
|
9
9
|
|
|
10
10
|
s.rubyforge_project = "make-sandwich"
|
|
11
11
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: make-sandwich
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-02-16 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: gmail
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70189530067660 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70189530067660
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: ruby-gmail
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70189530067160 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70189530067160
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: typhoeus
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70189530066740 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,9 +43,9 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70189530066740
|
|
47
47
|
description: Have an employee that loves making sandwiches... we do, but we're all
|
|
48
|
-
too lazy to take our headphones off to ask him
|
|
48
|
+
too lazy to take our headphones off to ask him whip one up. In an effort to solve
|
|
49
49
|
this I wrote make_sandwich.
|
|
50
50
|
email:
|
|
51
51
|
- chris@generalthings.com
|