You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
313 B
10 lines
313 B
class RubymineEap < Cask
|
|
version '138.1968'
|
|
sha256 'ffefa3d5a547909fcd6b76f1a1172771fe28072c79b1d2a6fe180330a64af467'
|
|
|
|
url "http://download.jetbrains.com/ruby/RubyMine-#{version}.dmg"
|
|
homepage 'http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+EAP'
|
|
license :unknown
|
|
|
|
app 'RubyMine EAP.app'
|
|
end
|
|
|