Skip to content

Commit

Permalink
Adds latest rakefile/gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Feb 23, 2014
1 parent 039a26f commit 9866016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Echoe.new('bitly', Bitly::VERSION) do |p|
p.extra_deps = [
['multi_json', '~> 1.3'],
['httparty', '>= 0.7.6'],
['oauth2', '>= 0.5.0', '< 0.9']
['oauth2', '>= 0.5.0', '< 0.10']
]
p.development_dependencies = [
['echoe'],
Expand Down
2 changes: 1 addition & 1 deletion bitly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Phil Nash"]
s.date = "2013-04-28"
s.date = "2014-02-23"
s.description = "Use the bit.ly API to shorten or expand URLs"
s.email = "[email protected]"
s.extra_rdoc_files = ["README.md", "lib/bitly.rb", "lib/bitly/client.rb", "lib/bitly/config.rb", "lib/bitly/url.rb", "lib/bitly/utils.rb", "lib/bitly/v3.rb", "lib/bitly/v3/bitly.rb", "lib/bitly/v3/client.rb", "lib/bitly/v3/country.rb", "lib/bitly/v3/day.rb", "lib/bitly/v3/missing_url.rb", "lib/bitly/v3/oauth.rb", "lib/bitly/v3/realtime_link.rb", "lib/bitly/v3/referrer.rb", "lib/bitly/v3/url.rb", "lib/bitly/v3/user.rb", "lib/bitly/version.rb"]
Expand Down

0 comments on commit 9866016

Please sign in to comment.