-
Notifications
You must be signed in to change notification settings - Fork 23
/
rest-graph.gemspec
106 lines (104 loc) · 3.4 KB
/
rest-graph.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
# -*- encoding: utf-8 -*-
# stub: rest-graph 2.0.3 ruby lib
Gem::Specification.new do |s|
s.name = "rest-graph"
s.version = "2.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = [
"Cardinal Blue",
"Lin Jen-Shin (godfat)"]
s.date = "2014-01-07"
s.description = "A lightweight Facebook Graph API client\n\nWe have moved the development from rest-graph to [rest-more][].\nFrom now on, we would only fix bugs in rest-graph rather than adding\nfeatures, and we would only backport important changes from rest-more\nonce in a period. If you want the latest goodies, please see [rest-more][]\nOtherwise, you can stay with rest-graph with bugs fixes.\n\n[rest-more]: https://github.com/godfat/rest-more"
s.email = ["godfat (XD) godfat.org"]
s.files = [
".gitignore",
".gitmodules",
".travis.yml",
"CHANGES.md",
"Gemfile",
"LICENSE",
"README.md",
"Rakefile",
"TODO.md",
"doc/ToC.md",
"doc/dependency.md",
"doc/design.md",
"doc/heroku-facebook.md",
"doc/rails.md",
"doc/test.md",
"doc/tutorial.md",
"example/multi/config.ru",
"example/multi/rainbows.rb",
"example/rails3/Gemfile",
"example/rails3/Rakefile",
"example/rails3/app/controllers/application_controller.rb",
"example/rails3/app/views/application/helper.html.erb",
"example/rails3/config.ru",
"example/rails3/config/application.rb",
"example/rails3/config/boot.rb",
"example/rails3/config/environment.rb",
"example/rails3/config/environments/development.rb",
"example/rails3/config/environments/production.rb",
"example/rails3/config/environments/test.rb",
"example/rails3/config/initializers/secret_token.rb",
"example/rails3/config/initializers/session_store.rb",
"example/rails3/config/rest-graph.yaml",
"example/rails3/config/routes.rb",
"example/rails3/test/functional/application_controller_test.rb",
"example/rails3/test/test_helper.rb",
"example/rails3/test/unit/rails_util_test.rb",
"example/sinatra/config.ru",
"init.rb",
"lib/rest-graph.rb",
"lib/rest-graph/config_util.rb",
"lib/rest-graph/core.rb",
"lib/rest-graph/facebook_util.rb",
"lib/rest-graph/rails_util.rb",
"lib/rest-graph/test_util.rb",
"lib/rest-graph/version.rb",
"rest-graph.gemspec",
"task/README.md",
"task/gemgem.rb",
"test/common.rb",
"test/config/rest-graph.yaml",
"test/test_api.rb",
"test/test_cache.rb",
"test/test_default.rb",
"test/test_error.rb",
"test/test_facebook.rb",
"test/test_handler.rb",
"test/test_load_config.rb",
"test/test_misc.rb",
"test/test_multi.rb",
"test/test_oauth.rb",
"test/test_old.rb",
"test/test_page.rb",
"test/test_parse.rb",
"test/test_rest-graph.rb",
"test/test_serialize.rb",
"test/test_test_util.rb",
"test/test_timeout.rb"]
s.homepage = "https://github.com/godfat/rest-graph"
s.licenses = ["Apache License 2.0"]
s.rubygems_version = "2.2.0"
s.summary = "A lightweight Facebook Graph API client"
s.test_files = [
"test/test_api.rb",
"test/test_cache.rb",
"test/test_default.rb",
"test/test_error.rb",
"test/test_facebook.rb",
"test/test_handler.rb",
"test/test_load_config.rb",
"test/test_misc.rb",
"test/test_multi.rb",
"test/test_oauth.rb",
"test/test_old.rb",
"test/test_page.rb",
"test/test_parse.rb",
"test/test_rest-graph.rb",
"test/test_serialize.rb",
"test/test_test_util.rb",
"test/test_timeout.rb"]
end