Skip to content

Commit 8d1d4eb

Browse files
committed
Added changelog and bumped version
1 parent 05fd6f0 commit 8d1d4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ spec = Gem::Specification.new do |s|
110110

111111
# Change these as appropriate
112112
s.name = "xcodebuild-rb"
113-
s.version = "0.1.0"
113+
s.version = "0.2.0"
114114
s.summary = "Build Xcode projects using Rake"
115115
s.author = "Luke Redpath"
116116
s.email = "luke@lukeredpath.co.uk"
117117
s.homepage = "http://github.com/lukeredpath/xcodebuild-rb"
118118

119119
s.has_rdoc = false
120-
s.extra_rdoc_files = %w(README.md)
120+
s.extra_rdoc_files = %w(README.md CHANGES.md)
121121
s.rdoc_options = %w(--main README.md)
122122

123123
# Add any extra files to include in the gem

0 commit comments

Comments
 (0)