Skip to content

Commit 77d046f

Browse files
committed
bump gemspec
1 parent fdb943f commit 77d046f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-graph.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Gem::Specification.new do |s|
66
s.version = "2.0.3"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9+
s.require_paths = ["lib"]
910
s.authors = [
1011
"Cardinal Blue",
1112
"Lin Jen-Shin (godfat)"]
12-
s.date = "2013-12-10"
13+
s.date = "2014-01-07"
1314
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"
1415
s.email = ["godfat (XD) godfat.org"]
1516
s.files = [
@@ -82,8 +83,7 @@ Gem::Specification.new do |s|
8283
"test/test_timeout.rb"]
8384
s.homepage = "https://github.com/godfat/rest-graph"
8485
s.licenses = ["Apache License 2.0"]
85-
s.require_paths = ["lib"]
86-
s.rubygems_version = "2.1.11"
86+
s.rubygems_version = "2.2.0"
8787
s.summary = "A lightweight Facebook Graph API client"
8888
s.test_files = [
8989
"test/test_api.rb",

0 commit comments

Comments
 (0)