You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/01/12 22:11:42 UTC

[2/2] git commit: rb: remove CHANGELOG

rb: remove CHANGELOG


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/d45b7db3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/d45b7db3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/d45b7db3

Branch: refs/heads/master
Commit: d45b7db328d46e2d7813b0e815750e5ba155a34e
Parents: 3233fe8
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jan 12 22:11:04 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jan 12 22:11:04 2014 +0100

----------------------------------------------------------------------
 lib/rb/Makefile.am    | 1 -
 lib/rb/thrift.gemspec | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/d45b7db3/lib/rb/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am
old mode 100644
new mode 100755
index cad71be..091c67f
--- a/lib/rb/Makefile.am
+++ b/lib/rb/Makefile.am
@@ -18,7 +18,6 @@
 #
 
 EXTRA_DIST = \
-	CHANGELOG \
 	Rakefile \
 	Gemfile \
 	thrift.gemspec \

http://git-wip-us.apache.org/repos/asf/thrift/blob/d45b7db3/lib/rb/thrift.gemspec
----------------------------------------------------------------------
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec
index 2cb1287..2b6ea80 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
   s.test_files = Dir.glob("{test,spec,benchmark}/**/*")
   s.executables =  Dir.glob("{bin}/**/*")
 
-  s.extra_rdoc_files  = %w[CHANGELOG README] + Dir.glob("{ext,lib}/**/*.{c,h,rb}")
+  s.extra_rdoc_files  = %w[README] + Dir.glob("{ext,lib}/**/*.{c,h,rb}")
 
   s.require_paths = %w[lib ext]