paraphraser 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6
1
+ 0.1.7
@@ -1,7 +1,7 @@
1
1
  module Paraphraser
2
2
  class Railtie < Rails::Railtie
3
3
  rake_tasks do
4
- load File.join(File.dirname(__FILE__), '..', 'tasks', 'paraphraser.rake')
4
+ load 'paraphraser/railties/paraphraser.rake'
5
5
  end
6
6
  end
7
7
  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.6"
8
+ s.version = "0.1.7"
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"]
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  "lib/paraphraser.rb",
28
28
  "lib/paraphraser/convertor.rb",
29
29
  "lib/paraphraser/railtie.rb",
30
- "lib/tasks/paraphraser.rake",
30
+ "lib/paraphraser/railties/paraphraser.rake",
31
31
  "paraphraser.gemspec",
32
32
  "test/helper.rb",
33
33
  "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
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vinay Patel
@@ -67,7 +67,7 @@ files:
67
67
  - lib/paraphraser.rb
68
68
  - lib/paraphraser/convertor.rb
69
69
  - lib/paraphraser/railtie.rb
70
- - lib/tasks/paraphraser.rake
70
+ - lib/paraphraser/railties/paraphraser.rake
71
71
  - paraphraser.gemspec
72
72
  - test/helper.rb
73
73
  - test/test_paraphraser.rb
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- hash: -59361329
88
+ hash: 942419731
89
89
  segments:
90
90
  - 0
91
91
  version: "0"