[DRE-commits] [atig] 02/06: Refresh patches
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Feb 25 06:19:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository atig.
commit bb348e2838fb1fb2fb640e8147ccfb0936b75fe4
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Thu Feb 25 15:12:59 2016 +0900
Refresh patches
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
.../0001-Drop-Bundler-and-RubyGems-dependencies.patch | 12 ++++--------
.../0002-Disable-update-checker-for-Debian-Package.patch | 10 +---------
debian/patches/0003-Replace-git-execution-from-gemspec.patch | 6 ++----
3 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/debian/patches/0001-Drop-Bundler-and-RubyGems-dependencies.patch b/debian/patches/0001-Drop-Bundler-and-RubyGems-dependencies.patch
index 722cb02..af9c7f9 100644
--- a/debian/patches/0001-Drop-Bundler-and-RubyGems-dependencies.patch
+++ b/debian/patches/0001-Drop-Bundler-and-RubyGems-dependencies.patch
@@ -8,20 +8,16 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
spec/spec_helper.rb | 6 +++++-
2 files changed, 5 insertions(+), 2 deletions(-)
-diff --git a/atig.gemspec b/atig.gemspec
-index ec4ba82..0c14eba 100644
--- a/atig.gemspec
+++ b/atig.gemspec
-@@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
- spec.add_dependency 'oauth', ['>= 0']
- spec.add_dependency 'twitter-text', ['~> 1.7.0']
+@@ -23,7 +23,6 @@
+ spec.add_dependency 'oauth'
+ spec.add_dependency 'twitter-text'
- spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
+ spec.add_development_dependency 'rspec'
spec.add_development_dependency 'coveralls'
- end
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 39a4f10..b7233c5 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,9 @@
diff --git a/debian/patches/0002-Disable-update-checker-for-Debian-Package.patch b/debian/patches/0002-Disable-update-checker-for-Debian-Package.patch
index 07177e1..a2a317a 100644
--- a/debian/patches/0002-Disable-update-checker-for-Debian-Package.patch
+++ b/debian/patches/0002-Disable-update-checker-for-Debian-Package.patch
@@ -11,8 +11,6 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
delete mode 100644 lib/atig/update_checker.rb
delete mode 100644 spec/update_checker_spec.rb
-diff --git a/lib/atig/channel/timeline.rb b/lib/atig/channel/timeline.rb
-index 0ef28bc..3f4d982 100644
--- a/lib/atig/channel/timeline.rb
+++ b/lib/atig/channel/timeline.rb
@@ -2,7 +2,7 @@
@@ -24,7 +22,7 @@ index 0ef28bc..3f4d982 100644
module Atig
module Channel
-@@ -23,19 +23,19 @@ module Atig
+@@ -23,19 +23,19 @@
end
end
@@ -57,9 +55,6 @@ index 0ef28bc..3f4d982 100644
db.statuses.listen do|entry|
if db.followings.include?(entry.user) or
-diff --git a/lib/atig/update_checker.rb b/lib/atig/update_checker.rb
-deleted file mode 100644
-index 1125c3b..0000000
--- a/lib/atig/update_checker.rb
+++ /dev/null
@@ -1,56 +0,0 @@
@@ -119,9 +114,6 @@ index 1125c3b..0000000
- module_function :latest, :commits, :server_version, :local_repos?, :git?, :git_repos?
- end
-end
-diff --git a/spec/update_checker_spec.rb b/spec/update_checker_spec.rb
-deleted file mode 100644
-index bfe2e0c..0000000
--- a/spec/update_checker_spec.rb
+++ /dev/null
@@ -1,54 +0,0 @@
diff --git a/debian/patches/0003-Replace-git-execution-from-gemspec.patch b/debian/patches/0003-Replace-git-execution-from-gemspec.patch
index 0dcd78a..445b2a1 100644
--- a/debian/patches/0003-Replace-git-execution-from-gemspec.patch
+++ b/debian/patches/0003-Replace-git-execution-from-gemspec.patch
@@ -7,11 +7,9 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
atig.gemspec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/atig.gemspec b/atig.gemspec
-index 0c14eba..1f42e75 100644
--- a/atig.gemspec
+++ b/atig.gemspec
-@@ -11,11 +11,11 @@ Gem::Specification.new do |spec|
+@@ -11,11 +11,11 @@
spec.description = %q{Atig.rb is Twitter Irc Gateway.}
spec.homepage = "https://github.com/atig/atig"
@@ -24,4 +22,4 @@ index 0c14eba..1f42e75 100644
+ spec.test_files = ["spec/command/autofix_spec.rb","spec/command/destroy_spec.rb","spec/command/dm_spec.rb","spec/command/favorite_spec.rb","spec/command/limit_spec.rb","spec/command/location_spec.rb","spec/command/name_spec.rb","spec/command/option_spec.rb","spec/command/refresh_spec.rb","spec/command/reply_spec.rb","spec/command/retweet_spec.rb","spec/command/spam_spec.rb","spec/command/status_spec.rb","spec/command/thread_spec.rb","spec/command/time_spec.rb","spec/command/uptime_ [...]
spec.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
- spec.add_dependency 'sqlite3', ['>= 1.3.2']
+ spec.add_dependency 'sqlite3', '>= 1.3.2'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/atig.git
More information about the Pkg-ruby-extras-commits
mailing list