fabric 0.3.0 → 0.3.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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/fabric.gemspec +1 -1
- data/tasks/jeweler.rake +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -89,7 +89,7 @@ You want to get involved? Great! Grab the code and check dependencies with:
|
|
89
89
|
|
90
90
|
Previously, bundler (http://github.com/wycats/bundler) was used to package dependencies; unfortunately this doesn't seem to play that nicely with jeweler.
|
91
91
|
|
92
|
-
A lot of the tests this gem rely on being able to ssh to a target machine. This can be your development machine, but it's easier if it's a Virtual Machine (try out something from http://virtualbox.org). To run tests,
|
92
|
+
A lot of the tests this gem rely on being able to ssh to a target machine. This can be your development machine, but it's easier if it's a Virtual Machine (try out something from http://virtualbox.org). To run tests, copy the 'test.yml.example' to 'test.yml' file to point at a machine which can be safely used to test SSH commands.
|
93
93
|
|
94
94
|
Note: add the moment, the tests assume at various points a Linux, rather than an OS X, way of doing things.
|
95
95
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
data/fabric.gemspec
CHANGED
data/tasks/jeweler.rake
CHANGED
@@ -16,8 +16,8 @@ begin
|
|
16
16
|
gem.add_dependency 'dm-core', '0.10.2'
|
17
17
|
gem.add_dependency 'data_objects', '0.10.0'
|
18
18
|
gem.add_dependency 'do_sqlite3', '0.10.0'
|
19
|
-
|
20
19
|
end
|
20
|
+
Jeweler::GemcutterTasks.new
|
21
21
|
rescue LoadError
|
22
22
|
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
|
23
23
|
end
|