one9 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +6 -0
  2. data/lib/one9/version.rb +1 -1
  3. data/lib/one9.rb +1 -1
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -8,6 +8,9 @@ can open this list in an editor. So what's your excuse for not upgrading to 1.9.
8
8
 
9
9
  $ gem install one9
10
10
 
11
+ If you're using bundler (the default in rails3), add one9 to your Gemfile if your tests
12
+ are invoked by bundler i.e. one9 test, one9 test rake * or one9 test bundle exec *.
13
+
11
14
  == Usage
12
15
 
13
16
  Run your tests using ruby 1.8 in the root directory of a gem or Rails app:
@@ -102,6 +105,9 @@ If you're interested in implementing these or other such commands, please do con
102
105
  * Only one set of changes is saved at a time. This means running `one9 test` will overwrite your
103
106
  previous saved changes.
104
107
 
108
+ == Credits
109
+ * castiglione for bug fix.
110
+
105
111
  == 1.9 Links
106
112
  * http://eigenclass.org/hiki/Changes+in+Ruby+1.9
107
113
  * http://svn.ruby-lang.org/repos/ruby/tags/v1_9_1_0/NEWS
data/lib/one9/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module One9
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
data/lib/one9.rb CHANGED
@@ -41,4 +41,4 @@ module One9
41
41
  end
42
42
 
43
43
  One9.dir = ENV['ONE9_DIR']
44
- One9.rc = ENV['ONE9_RC'] || '~/.one9rc'
44
+ One9.rc = ENV['ONE9_RC'] || File.expand_path('~/.one9rc')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: one9
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gabriel Horner
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-08 00:00:00 -05:00
18
+ date: 2011-03-23 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency