paraphraser 0.1.1 → 0.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -0,0 +1,9 @@
1
+ namespace :db do
2
+
3
+ desc 'provides a rake task to convert migrations to sql statements for *the dba*.'
4
+ task :paraphrase do
5
+ p 'paraphrasing'
6
+ Paraphraser::Convertor.convert
7
+ end
8
+
9
+ end
data/paraphraser.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{paraphraser}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
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"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "lib/convertor.rb",
28
+ "lib/tasks/paraphraser.rake",
28
29
  "paraphraser.gemspec",
29
30
  "test/helper.rb",
30
31
  "test/test_paraphraser.rb"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vinay Patel
@@ -65,6 +65,7 @@ files:
65
65
  - Rakefile
66
66
  - VERSION
67
67
  - lib/convertor.rb
68
+ - lib/tasks/paraphraser.rake
68
69
  - paraphraser.gemspec
69
70
  - test/helper.rb
70
71
  - test/test_paraphraser.rb
@@ -82,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
83
  requirements:
83
84
  - - ">="
84
85
  - !ruby/object:Gem::Version
85
- hash: 750516335
86
+ hash: -928103565
86
87
  segments:
87
88
  - 0
88
89
  version: "0"