britt-geminstaller 0.5.2.1 → 0.5.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +3 -3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: britt-geminstaller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2.1
4
+ version: 0.5.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Woolley
@@ -126,8 +126,8 @@ dependencies:
126
126
  version:
127
127
  description: "Automated Gem installation, activation, and much more! == FEATURES: GemInstaller provides automated installation, loading and activation of RubyGems. It uses a simple YAML config file to: * Automatically install the correct versions of all required gems wherever your app runs. * Automatically ensure installed gems and versions are consistent across multiple applications, machines, platforms, and environments * Automatically activate correct versions of gems on the ruby load path when your app runs ('require_gem'/'gem') * Automatically reinstall missing dependency gems (built in to RubyGems > 1.0) * Automatically detect correct platform to install for multi-platform gems (built in to RubyGems > 1.0) * Print YAML for \\\"rogue gems\\\" which are not specified in the current config, to easily bootstrap your config file, or find gems that were manually installed without GemInstaller. * Allow for common configs to be reused across projects or environments by supporting multiple config files, including common config file snippets, and defaults with overrides. * Allow for dynamic selection of gems, versions, and platforms to be used based on environment vars or any other logic. * Avoid the \\\"works on demo, breaks on production\\\" syndrome * Solve world hunger, prevent the global energy crisis, and wash your socks. == SYNOPSYS:"
128
128
  email: thewoolleyman@gmail.com
129
- executables: []
130
-
129
+ executables:
130
+ - geminstaller
131
131
  extensions: []
132
132
 
133
133
  extra_rdoc_files: []