We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60eafd commit e5c1b17Copy full SHA for e5c1b17
Gemfile
@@ -3,6 +3,7 @@ source "http://rubygems.org"
3
gem "rake"
4
gem "json", "~>1.4.0"
5
gem "json_pure", "~>1.4.0"
6
+gem "rdoc"
7
8
group :test do
9
gem "rr", "~>1.0"
Gemfile.lock
@@ -4,6 +4,8 @@ GEM
json (1.4.6)
json_pure (1.4.6)
rake (0.9.2.2)
+ rdoc (3.11)
+ json (~> 1.4)
rr (1.0.4)
10
11
PLATFORMS
@@ -13,4 +15,5 @@ DEPENDENCIES
13
15
json (~> 1.4.0)
14
16
json_pure (~> 1.4.0)
17
rake
18
+ rdoc
19
rr (~> 1.0)
0 commit comments