This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathmustachio.gemspec
134 lines (129 loc) · 4.94 KB
/
mustachio.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: mustachio 0.3.0 ruby lib
Gem::Specification.new do |s|
s.name = "mustachio"
s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Aidan Feldman"]
s.date = "2016-05-01"
s.description = "Adds a 'mustachify' shortcut to magickly."
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
".rspec",
".travis.yml",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"Procfile",
"README.md",
"Rakefile",
"VERSION",
"bookmarklet.js",
"config.ru",
"config/staches.yml",
"config/unicorn.rb",
"lib/mustachio.rb",
"lib/mustachio/app.rb",
"lib/mustachio/face_detector.rb",
"lib/mustachio/factories.rb",
"lib/mustachio/public/favicon.ico",
"lib/mustachio/public/images/dubya.jpeg",
"lib/mustachio/public/images/guy_hecker.jpeg",
"lib/mustachio/public/images/staches/colonel_mustard.png",
"lib/mustachio/public/images/staches/grand-handlebar.png",
"lib/mustachio/public/images/staches/mustache_03.png",
"lib/mustachio/public/images/staches/mustache_03.svg",
"lib/mustachio/public/images/staches/mustache_07.png",
"lib/mustachio/public/images/staches/painters-brush.png",
"lib/mustachio/public/images/staches/petite-handlebar.png",
"lib/mustachio/public/styles.css",
"lib/mustachio/rack_attack.rb",
"lib/mustachio/shortcuts.rb",
"lib/mustachio/views/face_api_dev_challenge.haml",
"lib/mustachio/views/footer.erb",
"lib/mustachio/views/ga.haml",
"lib/mustachio/views/gallery.haml",
"lib/mustachio/views/index.haml",
"lib/mustachio/views/test.haml",
"mustachio.gemspec",
"spec/spec_helper.rb",
"spec/support/big_obama.jpeg",
"spec/support/dubya.jpeg",
"spec/support/dubya.json",
"spec/support/handbag.webp",
"spec/support/small_obama.jpeg",
"spec/unit/analyser_spec.rb",
"spec/unit/app_spec.rb",
"spec/unit/job_spec.rb",
"spec/unit/magickly_spec.rb"
]
s.homepage = "http://github.com/afeld/mustachio"
s.licenses = ["MIT"]
s.rubygems_version = "2.5.1"
s.summary = "automatic mustachifying of any image"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<sinatra>, ["~> 1.2"])
s.add_runtime_dependency(%q<dragonfly>, ["~> 0.9"])
s.add_runtime_dependency(%q<magickly>, [">= 0"])
s.add_runtime_dependency(%q<face_detect>, [">= 0"])
s.add_runtime_dependency(%q<googleauth>, [">= 0"])
s.add_runtime_dependency(%q<google-api-client>, [">= 0"])
s.add_runtime_dependency(%q<addressable>, [">= 0"])
s.add_runtime_dependency(%q<haml>, [">= 0"])
s.add_runtime_dependency(%q<fastimage>, [">= 0"])
s.add_runtime_dependency(%q<unicorn>, [">= 0"])
s.add_runtime_dependency(%q<rack-attack>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rack-test>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<debugger>, [">= 0"])
s.add_development_dependency(%q<byebug>, [">= 0"])
else
s.add_dependency(%q<sinatra>, ["~> 1.2"])
s.add_dependency(%q<dragonfly>, ["~> 0.9"])
s.add_dependency(%q<magickly>, [">= 0"])
s.add_dependency(%q<face_detect>, [">= 0"])
s.add_dependency(%q<googleauth>, [">= 0"])
s.add_dependency(%q<google-api-client>, [">= 0"])
s.add_dependency(%q<addressable>, [">= 0"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<fastimage>, [">= 0"])
s.add_dependency(%q<unicorn>, [">= 0"])
s.add_dependency(%q<rack-attack>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rack-test>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<debugger>, [">= 0"])
s.add_dependency(%q<byebug>, [">= 0"])
end
else
s.add_dependency(%q<sinatra>, ["~> 1.2"])
s.add_dependency(%q<dragonfly>, ["~> 0.9"])
s.add_dependency(%q<magickly>, [">= 0"])
s.add_dependency(%q<face_detect>, [">= 0"])
s.add_dependency(%q<googleauth>, [">= 0"])
s.add_dependency(%q<google-api-client>, [">= 0"])
s.add_dependency(%q<addressable>, [">= 0"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<fastimage>, [">= 0"])
s.add_dependency(%q<unicorn>, [">= 0"])
s.add_dependency(%q<rack-attack>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rack-test>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<debugger>, [">= 0"])
s.add_dependency(%q<byebug>, [">= 0"])
end
end