Codebase list ruby-omniauth-twitter / c6baf32
Remove relax-json.patch and remove-simplecov.patch Sruthi Chandran 6 years ago
3 changed file(s) with 0 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
+0
-11
debian/patches/relax-json.patch less more
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
+0
-23
debian/patches/remove-simplecov.patch less more
0 Description: Remove simplecov
1 It is just used for code coverage.
2 Author: Praveen Arimbrathodiyil <praveen@debian.org>
3 Last-Update: 2013-06-12
4
5 Index: ruby-omniauth-twitter/spec/spec_helper.rb
6 ===================================================================
7 --- ruby-omniauth-twitter.orig/spec/spec_helper.rb
8 +++ ruby-omniauth-twitter/spec/spec_helper.rb
9 @@ -1,9 +1,9 @@
10 $:.unshift File.expand_path('..', __FILE__)
11 $:.unshift File.expand_path('../../lib', __FILE__)
12 -require 'simplecov'
13 -SimpleCov.start do
14 - minimum_coverage(94.59)
15 -end
16 +#require 'simplecov'
17 +#SimpleCov.start do
18 +# minimum_coverage(94.59)
19 +#end
20 require 'rspec'
21 require 'rack/test'
22 require 'webmock/rspec'
0 remove-simplecov.patch
1 relax-json.patch