-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuphex-prototype-cynosure.gemspec
61 lines (57 loc) · 2.78 KB
/
uphex-prototype-cynosure.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "uphex-prototype-cynosure"
s.version = "0.0.10"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["sashee"]
s.date = "2014-02-20"
s.description = "Uphex Shiatsu"
s.email = ["[email protected]"]
s.files = ["README.md", "Gemfile", "Rakefile", "spec/google_spec.rb","spec/twitter_spec.rb", "spec/facebook_spec.rb","spec/mailchimp_spec.rb","lib/uphex", "lib/uphex/prototype", "lib/uphex/prototype/cynosure", "lib/uphex/prototype/cynosure/version.rb", "lib/uphex/prototype/cynosure/shiatsu/facebook.rb", "lib/uphex/prototype/cynosure/shiatsu/google.rb","lib/uphex/prototype/cynosure/shiatsu/twitter.rb","lib/uphex/prototype/cynosure/shiatsu/mailchimp.rb","lib/uphex/prototype/cynosure/shiatsu.rb", "lib/uphex/prototype/cynosure.rb"]
s.homepage = ""
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.3"
s.summary = "OAuth data fetcher"
s.test_files = ["spec/google_spec.rb"]
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_development_dependency(%q<bundler>, ["~> 1.3"])
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<rubocop>, [">= 0.27.0"])
s.add_runtime_dependency(%q<oauth2>, [">= 0"])
s.add_runtime_dependency(%q<legato>, [">= 0"])
s.add_runtime_dependency(%q<twitter>, [">= 0"])
s.add_runtime_dependency(%q<koala>, [">= 0"])
s.add_runtime_dependency(%q<mailchimp-api>, [">= 0"])
s.add_runtime_dependency(%q<stripe>, [">= 0"])
s.add_runtime_dependency(%q<timecop>, [">= 0"])
else
s.add_dependency(%q<bundler>, ["~> 1.3"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rubocop>, [">= 0.27.0"])
s.add_dependency(%q<oauth2>, [">= 0"])
s.add_dependency(%q<legato>, [">= 0"])
s.add_dependency(%q<twitter>, [">= 0"])
s.add_dependency(%q<koala>, [">= 0"])
s.add_dependency(%q<mailchimp-api>, [">= 0"])
s.add_dependency(%q<stripe>, [">= 0"])
s.add_dependency(%q<timecop>, [">= 0"])
end
else
s.add_dependency(%q<bundler>, ["~> 1.3"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rubocop>, [">= 0.27.0"])
s.add_dependency(%q<oauth2>, [">= 0"])
s.add_dependency(%q<legato>, [">= 0"])
s.add_dependency(%q<twitter>, [">= 0"])
s.add_dependency(%q<koala>, [">= 0"])
s.add_dependency(%q<mailchimp-api>, [">= 0"])
s.add_dependency(%q<stripe>, [">= 0"])
s.add_dependency(%q<timecop>, [">= 0"])
end
end