Igor

Results 4 issues of Igor

I've tried updating the `sassc-rails` and updated the dependend gems to their current latest version in the **Gemfile** ``` ruby gem 'sass', '~> 3.4.22' gem 'sprockets', '~> 3.6.3' gem 'sprockets-rails',...

The issue #6 says that we should clone the git repo and install from there since it has the latest bugfixes. However when I run the version from the website...

I've run into a problem inside a debian Docker image when trying to use `ruby-gdal `. The `Gdal::Ogr.get_driver_by_name('ESRI Shapefile')` returns nil on this linux platforms. According to the OGR docs...

It would be great to have the ability to specify different subject Kind(s) for example: ```yaml subjects: # Google Cloud user account - kind: User name: [email protected] # Kubernetes service...

enhancement