dbmanager 0.0.2.alpha → 0.0.2.beta
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.md +2 -2
- data/lib/dbmanager/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Dbmanager
|
|
2
2
|
|
|
3
|
-
[](http://travis-ci.org/spaghetticode/dbmanager)
|
|
4
4
|
|
|
5
5
|
This gem will add some convenience rake tasks that will help you manage database
|
|
6
6
|
dumps and imports. At the moment only the mysql adapter is available.
|
|
@@ -14,7 +14,7 @@ limitations you have to run a generator, see the usage section
|
|
|
14
14
|
Add the gem to your gemfile:
|
|
15
15
|
|
|
16
16
|
```ruby
|
|
17
|
-
gem 'dbmanager'
|
|
17
|
+
gem 'dbmanager'
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
If you're on a rails 2.x application you also need to run:
|
data/lib/dbmanager/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: dbmanager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 0.0.2.
|
|
5
|
+
version: 0.0.2.beta
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- andrea longhi
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-04-02 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|