auto-gemsets 0.4.0 → 0.4.1
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.
- data/Changelog.md +1 -1
- data/HELP.md +1 -1
- data/VERSION +1 -1
- data/auto-gemsets.gemspec +1 -1
- metadata +2 -2
data/Changelog.md
CHANGED
data/HELP.md
CHANGED
|
@@ -22,7 +22,7 @@ Commands:
|
|
|
22
22
|
|
|
23
23
|
init
|
|
24
24
|
----
|
|
25
|
-
This command will copy the auto-gemsets.sh
|
|
25
|
+
This command will copy the `auto-gemsets.sh`, and `default-gems.sh` scripts into the `/usr/local/share/auto-gemsets` folder. This is the small shell script that does the automatic switching for you and a utility for running gem commands in the context of the default gemset. Once these files are in place, simply `source` them somewhere in your profile and auto-gemsets will be activated. In addition to these scripts, a configuration file is created in `~/.auto-gemsets` that contains a simple setting to control gemset switch reproting.
|
|
26
26
|
|
|
27
27
|
ls, list
|
|
28
28
|
--------
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
data/auto-gemsets.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auto-gemsets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
segments:
|
|
163
163
|
- 0
|
|
164
|
-
hash:
|
|
164
|
+
hash: 1059702953120817678
|
|
165
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
166
|
none: false
|
|
167
167
|
requirements:
|