Codebase list ruby-omniauth-twitter / debian/1.2.1-2
relax ruby-json Praveen Arimbrathodiyil 7 years ago
4 changed file(s) with 19 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 ruby-omniauth-twitter (1.2.1-2) unstable; urgency=medium
1
2 * Relax dependency on ruby-json
3
4 -- Pirate Praveen <praveen@debian.org> Tue, 26 Jul 2016 17:31:34 +0530
5
06 ruby-omniauth-twitter (1.2.1-1) unstable; urgency=medium
17
28 * New upstream release
55 Build-Depends: debhelper (>= 9~),
66 gem2deb,
77 rake,
8 ruby-json (<< 2.0),
98 ruby-json (>= 1.3),
109 ruby-multi-json,
1110 ruby-omniauth-oauth (<< 2.0),
1413 ruby-rspec,
1514 ruby-safe-yaml (>= 1.0.4),
1615 ruby-webmock
17 Standards-Version: 3.9.7
16 Standards-Version: 3.9.8
1817 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-twitter.git
1918 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-twitter.git
2019 Homepage: https://github.com/arunagw/omniauth-twitter
2423 Architecture: all
2524 XB-Ruby-Versions: ${ruby:Versions}
2625 Depends: ruby | ruby-interpreter,
27 ruby-json (<< 2.0),
2826 ruby-json (>= 1.3),
2927 ruby-omniauth-oauth (<< 2.0),
3028 ruby-omniauth-oauth (>= 1.1),
0 --- a/omniauth-twitter.gemspec
1 +++ b/omniauth-twitter.gemspec
2 @@ -17,7 +17,7 @@
3 s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
4 s.require_paths = ["lib"]
5
6 - s.add_dependency 'json', '~> 1.3'
7 + s.add_dependency 'json', '>= 1.3'
8 s.add_dependency 'omniauth-oauth', '~> 1.1'
9 s.add_development_dependency 'bundler', '~> 1.0'
10 end
00 remove-simplecov.patch
1 relax-json.patch