DEV Community

Discussion on: Why does Flutter projects contain Ruby?

Collapse
 
rhymes profile image
rhymes • Edited

If you click on the Ruby tag you'll see that GitHub detects two files as Ruby:

Looking at their content I can see they are definitely written in Ruby.

The reason is because CocoaPods itself is written in Ruby and its spec files as we've seen are written in Ruby as well.

Collapse
 
jideguru profile image
Festus Olusegun

Wow, thanks.
This explains why Github detects a little Ruby. But what about Travis. why does it test with Ruby even if you haven't build with Cocoapods?

Collapse
 
rhymes profile image
rhymes

I don't know. Do you have a public URL for the Travis build?

Thread Thread
 
jideguru profile image
Festus Olusegun

No. let me see if i can get it