DEV Community

Festus Olusegun
Festus Olusegun

Posted on • Updated on

Why does Flutter projects contain Ruby?

Hello guys,
I noticed that anytime i push a flutter project to Github, Ruby is always indicated part of the languages it was written in. Example is my screenshot below

Also i integrated Travis CI with a flutter project on Github following this tutorial and i also notice that Travis CI recognized the project to be using Ruby. Check my screenshot below

I asked a few people if they can explain this but i couldn't get any answer. I hope you guys will be able to help.

Thanks.

Top comments (4)

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