lib/cutting_edge/langs/ruby.rb in cutting_edge-0.0.1 vs lib/cutting_edge/langs/ruby.rb in cutting_edge-0.1
- old
+ new
@@ -7,10 +7,14 @@
# Defaults for projects in this language
def locations(name)
["#{name}.gemspec", 'Gemfile']
end
-
+
+ def website(name)
+ "https://rubygems.org/gems/#{name}"
+ end
+
# Parse a dependency file
#
# name - String contents of the file
# content - String contents of the file
#
\ No newline at end of file