paraphraser 1.0.2 → 1.0.3
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/Rakefile +2 -2
- data/VERSION +1 -1
- data/paraphraser.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -18,8 +18,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.summary = "provides a rake task to convert migrations to sql statements for *the dba*."
|
|
19
19
|
gem.description = <<EOS
|
|
20
20
|
Paraphraser, is a very simple gem.
|
|
21
|
-
It will drop, re-create and migrate a database and will output the sql generated
|
|
22
|
-
It will output the sql to screen as well as to a file ./migration.sql
|
|
21
|
+
It adds a rake task that will drop, re-create and migrate a database (default is test) and will output the sql generated in the migration process.
|
|
22
|
+
It will output the sql to screen as well as to a file ./migration.sql.
|
|
23
23
|
EOS
|
|
24
24
|
gem.email = "mail@vinayvinay.com"
|
|
25
25
|
gem.authors = ["Vinay Patel"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.3
|
data/paraphraser.gemspec
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{paraphraser}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Vinay Patel"]
|
|
12
12
|
s.date = %q{2011-01-05}
|
|
13
13
|
s.description = %q{Paraphraser, is a very simple gem.
|
|
14
|
-
It will drop, re-create and migrate a database and will output the sql generated
|
|
15
|
-
It will output the sql to screen as well as to a file ./migration.sql
|
|
14
|
+
It adds a rake task that will drop, re-create and migrate a database (default is test) and will output the sql generated in the migration process.
|
|
15
|
+
It will output the sql to screen as well as to a file ./migration.sql.
|
|
16
16
|
}
|
|
17
17
|
s.email = %q{mail@vinayvinay.com}
|
|
18
18
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 3
|
|
9
|
+
version: 1.0.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Vinay Patel
|
|
@@ -49,8 +49,8 @@ dependencies:
|
|
|
49
49
|
version_requirements: *id002
|
|
50
50
|
description: |
|
|
51
51
|
Paraphraser, is a very simple gem.
|
|
52
|
-
It will drop, re-create and migrate a database and will output the sql generated
|
|
53
|
-
It will output the sql to screen as well as to a file ./migration.sql
|
|
52
|
+
It adds a rake task that will drop, re-create and migrate a database (default is test) and will output the sql generated in the migration process.
|
|
53
|
+
It will output the sql to screen as well as to a file ./migration.sql.
|
|
54
54
|
|
|
55
55
|
email: mail@vinayvinay.com
|
|
56
56
|
executables: []
|
|
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
requirements:
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
hash: -
|
|
93
|
+
hash: -563948227
|
|
94
94
|
segments:
|
|
95
95
|
- 0
|
|
96
96
|
version: "0"
|