Skip to content

Commit 585bb1a

Browse files
committed
add rdoc-data as a dep
this might help ruby-gems generate docs for ruby-vips, who knows
1 parent 47b975d commit 585bb1a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* fix .monotonic? [John Cupitt]
1111
* fix .data on coded images [John Cupitt]
1212
* add .size, see issue #58 [John Cupitt]
13+
* add rdoc-data dep, maybe it will help ruby-gems docs [John Cupitt]
1314

1415
# Version 0.3.8
1516

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source "http://rubygems.org"
22

33
group :development do
4-
gem "rdoc", "~> 3.12"
4+
gem "rdoc", "~> 4.1"
5+
gem "rdoc-data", "~> 4.0"
56
gem "bundler"
67
gem "jeweler", "~> 1.8.3"
78
gem 'rspec'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ GEM
3939
rack (~> 1.2)
4040
rack (1.5.2)
4141
rake (10.2.2)
42-
rdoc (3.12.2)
42+
rdoc (4.1.1)
4343
json (~> 1.4)
44+
rdoc-data (4.0.1)
45+
rdoc (~> 4.0)
4446
rspec (3.0.0)
4547
rspec-core (~> 3.0.0)
4648
rspec-expectations (~> 3.0.0)
@@ -60,5 +62,6 @@ PLATFORMS
6062
DEPENDENCIES
6163
bundler
6264
jeweler (~> 1.8.3)
63-
rdoc (~> 3.12)
65+
rdoc (~> 4.1)
66+
rdoc-data (~> 4.0)
6467
rspec

0 commit comments

Comments
 (0)