eedb 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.markdown +11 -0
  2. data/VERSION +1 -1
  3. data/eedb.gemspec +2 -2
  4. data/lib/eedb.rb +1 -1
  5. metadata +4 -4
@@ -7,6 +7,17 @@ You want to create a new weblog locally (maybe using MAMP or something), create
7
7
 
8
8
  This command line program attempts to solve this.
9
9
 
10
+ How do I install this?
11
+ ======================
12
+
13
+ On your terminal, type:
14
+
15
+ sudo gem install eedb
16
+
17
+ If you have ruby and rubygems, that should work just fine (all Macs should have this). If not, then go get those things (I'll try to provide links when I get more time).
18
+
19
+ I use sudo to install my gems, you may not.
20
+
10
21
  How to use this thing?
11
22
  ======================
12
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.2.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eedb}
8
- s.version = "0.1.1"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Herald"]
12
- s.date = %q{2010-02-25}
12
+ s.date = %q{2010-03-01}
13
13
  s.default_executable = %q{eedb}
14
14
  s.description = %q{Migrates your EE DB to and from a server with rollback capabilities and find and replace to change paths automagically.}
15
15
  s.email = %q{nathan@myobie.com}
@@ -16,7 +16,7 @@ else
16
16
  end
17
17
 
18
18
  if PREFS["opt"].empty?
19
- OPT = '--skip-add-locks --skip-create-options --skip-disable-keys --skip-lock-tables --skip-set-charset --compatible="mysql40"'
19
+ OPT = '--skip-add-locks --skip-disable-keys --skip-lock-tables --skip-set-charset --compatible="mysql40"'
20
20
  else
21
21
  OPT = PREFS["opt"]
22
22
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 1
9
- version: 0.1.1
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nathan Herald
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-02-25 00:00:00 -05:00
17
+ date: 2010-03-01 00:00:00 -05:00
18
18
  default_executable: eedb
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency