gitextract_f4_dov6o/ ├── .gitignore ├── .travis.yml ├── Gemfile ├── History.txt ├── License.txt ├── README ├── README.markdown ├── README.txt ├── Rakefile ├── googlecharts.gemspec ├── lib/ │ ├── gchart/ │ │ ├── aliases.rb │ │ ├── theme.rb │ │ └── version.rb │ ├── gchart.rb │ ├── googlecharts.rb │ └── themes.yml └── spec/ ├── fixtures/ │ ├── another_test_theme.yml │ └── test_theme.yml ├── gchart_spec.rb ├── spec_helper.rb └── theme_spec.rb