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.
2 parents 46a9475 + d71b774 commit 305e825Copy full SHA for 305e825
.gitignore
@@ -5,6 +5,8 @@ spec/reports
5
doc
6
Gemfile.lock
7
.rvmrc
8
+.ruby-gemset
9
+.ruby-version
10
test/executable/source.rb.html
11
test/executable/source.rb.json
12
test/scanners
Gemfile
@@ -1,3 +1,5 @@
1
+source :rubygems
2
+
3
# Specify your gem's dependencies in coderay.gemspec
4
gemspec
@@ -9,6 +11,6 @@ group :development do
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
13
gem "shoulda-context", "~> 1.0.0"
- gem "json" if RUBY_VERSION < '1.9'
14
+ gem "json" if RUBY_VERSION < '1.9'
15
gem "rdoc"
16
end
0 commit comments