auto-gemsets 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Changelog.md +1 -1
  2. data/HELP.md +1 -1
  3. data/VERSION +1 -1
  4. data/auto-gemsets.gemspec +1 -1
  5. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  #Changelog
2
2
 
3
- ## Version 0.4.0 (unreleased)
3
+ ## Version 0.4.0
4
4
  - Create default gemset if one does not exist
5
5
  - Complete shunit2 test suite coverage (and subsequent refactor/overhall)
6
6
  - Default gemset is now simply called default
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 script into the `/usr/local/share/auto-gemsets` folder. This is the small shell script that does the automatic switching for you. Once this file is in place, simply `source` it somewhere in your profile and auto-gemsets will be activated.
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.0
1
+ 0.4.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "auto-gemsets"
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dayton Nolan"]
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.0
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: 3197001320140692747
164
+ hash: 1059702953120817678
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  none: false
167
167
  requirements: