one9 0.1.3 → 0.1.4
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/README.rdoc +6 -0
- data/lib/one9/version.rb +1 -1
- data/lib/one9.rb +1 -1
- 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
data/lib/one9.rb
CHANGED
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:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
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-
|
|
18
|
+
date: 2011-03-23 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|