File tree 3 files changed +8
-3
lines changed 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 10
10
* fix .monotonic? [ John Cupitt]
11
11
* fix .data on coded images [ John Cupitt]
12
12
* add .size, see issue #58 [ John Cupitt]
13
+ * add rdoc-data dep, maybe it will help ruby-gems docs [ John Cupitt]
13
14
14
15
# Version 0.3.8
15
16
Original file line number Diff line number Diff line change 1
1
source "http://rubygems.org"
2
2
3
3
group :development do
4
- gem "rdoc" , "~> 3.12"
4
+ gem "rdoc" , "~> 4.1"
5
+ gem "rdoc-data" , "~> 4.0"
5
6
gem "bundler"
6
7
gem "jeweler" , "~> 1.8.3"
7
8
gem 'rspec'
Original file line number Diff line number Diff line change 39
39
rack (~> 1.2 )
40
40
rack (1.5.2 )
41
41
rake (10.2.2 )
42
- rdoc (3.12.2 )
42
+ rdoc (4.1.1 )
43
43
json (~> 1.4 )
44
+ rdoc-data (4.0.1 )
45
+ rdoc (~> 4.0 )
44
46
rspec (3.0.0 )
45
47
rspec-core (~> 3.0.0 )
46
48
rspec-expectations (~> 3.0.0 )
@@ -60,5 +62,6 @@ PLATFORMS
60
62
DEPENDENCIES
61
63
bundler
62
64
jeweler (~> 1.8.3 )
63
- rdoc (~> 3.12 )
65
+ rdoc (~> 4.1 )
66
+ rdoc-data (~> 4.0 )
64
67
rspec
You can’t perform that action at this time.
0 commit comments