make-sandwich 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,7 +5,7 @@ Sometimes you just need a sandwich on the command line.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- $ gem i make_sandwich
8
+ $ gem i make-sandwich
9
9
  ```
10
10
 
11
11
  ## Configuration
data/bin/make_sandwich CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "gmail"
4
- require "ruby-gmail"
5
4
  require "typhoeus"
6
5
 
7
6
  # check for the config file
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "make-sandwich"
3
- s.version = "0.0.2"
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 wipe one up. In an effort to solve this I wrote make_sandwich.}
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.2
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: &70166907340800 !ruby/object:Gem::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: *70166907340800
24
+ version_requirements: *70189530067660
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: ruby-gmail
27
- requirement: &70166907340300 !ruby/object:Gem::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: *70166907340300
35
+ version_requirements: *70189530067160
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: typhoeus
38
- requirement: &70166907333820 !ruby/object:Gem::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: *70166907333820
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 wipe one up. In an effort to solve
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