smartcloud 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fac6f4d2640ee0fb06b196fff3db48c38454583bce793766722fb2cc67e3c143
4
- data.tar.gz: e5a004c73c907fda782b5c191a3be34bd5d6a2975b0ec95c2810cc483a12370e
3
+ metadata.gz: e06bd605008e4045a90b0cf3be1fc80caf236dbb0765aa8b7cee9ce4aab99329
4
+ data.tar.gz: b9f6337ddfaf722f602c88220aa8069aa034660df92090c390cee40aa1cb5682
5
5
  SHA512:
6
- metadata.gz: 4d82bcf0cbd81730cbd1c036177705bd98e2d3d77e734a8a676f3386a286e5fb3b7bdb1c013f853d542001add4cd60ede8c6e627e7a7587f98232081f61b8362
7
- data.tar.gz: 755d446c4cd10366e208563b39c2a0c7bb4b480127f46adc4677b35366445bfdec3089e104c5425baff1e72b42a25b895f563be505fc964523574f1acf1edbdd
6
+ metadata.gz: 05da502c4c5a7af7e8b150a7a24f287ba567bbaacab095bfce4c9efa71f76f1f3ec43e7e9a2b785ca63290035070a892f23dfb1b2195e6b806b7023167381ff0
7
+ data.tar.gz: e2c5c94928519d776edef5a02b946e1657282d315770b9dc13c6db81eb8cdf32905339391b19b1742c72a782526b61e0b1ee82c3157ced4a00ab52cbd28947af
@@ -5,7 +5,7 @@ include fastcgi_params; # Include the default fastcgi configs
5
5
  fastcgi_param SCRIPT_FILENAME /usr/libexec/git-core/git-http-backend; # Tells fastcgi to pass the request to the git http backend executable.
6
6
  fastcgi_param GIT_HTTP_EXPORT_ALL "";
7
7
  # fastcgi_param GIT_PROJECT_ROOT /.smartcloud/grids/grid-runner/apps/repositories; # is the location of all of your git repositories.
8
- fastcgi_param PATH_INFO $path_info; # Takes the capture group from our location directive and gives git that.
8
+ fastcgi_param PATH_INFO $uri; # Takes the capture group from our location directive and gives git that.
9
9
  fastcgi_param REMOTE_USER $remote_user; # Forward REMOTE_USER as we want to know when we are authenticated
10
10
 
11
- # IMPORTANT NOTE: Other required fastcgi_params have been defined already as environment variables in the runner container and hence need not be passed here.
11
+ # IMPORTANT NOTE: Other required fastcgi_params have been defined already as environment variables in the runner container and hence need not be passed here.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.48
4
+ version: 0.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard