We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fd6f0 commit 8d1d4ebCopy full SHA for 8d1d4eb
Rakefile
@@ -110,14 +110,14 @@ spec = Gem::Specification.new do |s|
110
111
# Change these as appropriate
112
s.name = "xcodebuild-rb"
113
- s.version = "0.1.0"
+ s.version = "0.2.0"
114
s.summary = "Build Xcode projects using Rake"
115
s.author = "Luke Redpath"
116
s.email = "luke@lukeredpath.co.uk"
117
s.homepage = "http://github.com/lukeredpath/xcodebuild-rb"
118
119
s.has_rdoc = false
120
- s.extra_rdoc_files = %w(README.md)
+ s.extra_rdoc_files = %w(README.md CHANGES.md)
121
s.rdoc_options = %w(--main README.md)
122
123
# Add any extra files to include in the gem
0 commit comments