-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCatchNotes_api.gemspec
More file actions
71 lines (66 loc) · 2.23 KB
/
CatchNotes_api.gemspec
File metadata and controls
71 lines (66 loc) · 2.23 KB
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: CatchNotes_api 0.1.6 ruby lib
Gem::Specification.new do |s|
s.name = "CatchNotes_api"
s.version = "0.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Wade West"]
s.date = "2015-01-03"
s.description = "An ActiveResource like interface to catch.com"
s.email = "wwest81@gmail.com"
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"CHANGELOG.rdoc",
"CatchNotes_api.gemspec",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/catch_notes.rb",
"lib/catch_notes/base.rb",
"lib/catch_notes/errors.rb",
"lib/catch_notes/image.rb",
"lib/catch_notes/module/auth_items.rb",
"lib/catch_notes/module/crud_methods.rb",
"lib/catch_notes/module/finder_methods.rb",
"lib/catch_notes/module/image_support.rb",
"lib/catch_notes/tagging.rb",
"test/catch_logo.png",
"test/faker.rb",
"test/helper.rb",
"test/note_class.rb",
"test/test_catch_notes.rb",
"test/test_image.rb",
"test/test_tagging.rb"
]
s.homepage = "http://github.com/wadewest/CatchNotes_api"
s.rubygems_version = "2.4.1"
s.summary = "An ActiveResource like interface to catch.com"
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<httparty>, [">= 0.6.1"])
s.add_development_dependency(%q<json>, [">= 1.4.6"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_development_dependency(%q<sinatra>, [">= 1.1.0"])
else
s.add_dependency(%q<httparty>, [">= 0.6.1"])
s.add_dependency(%q<json>, [">= 1.4.6"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 1.1.0"])
end
else
s.add_dependency(%q<httparty>, [">= 0.6.1"])
s.add_dependency(%q<json>, [">= 1.4.6"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 1.1.0"])
end
end