activerecord-jdbc-import 0.0.1 → 0.0.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.
@@ -1,7 +1,7 @@
1
1
  module Activerecord
2
2
  module Jdbc
3
3
  module Import
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ require 'active_record/jdbc/import'
data/spec/spec_helper.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'bundler/setup'
2
2
  require 'active_record'
3
- require 'active_record/jdbc/import'
3
+ require 'activerecord-jdbc-import'
4
4
  require 'ffaker'
5
5
 
6
6
  SQLITE_CONFIG = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-jdbc-import
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-18 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -186,6 +186,7 @@ files:
186
186
  - activerecord-jdbc-import.gemspec
187
187
  - lib/active_record/jdbc/import.rb
188
188
  - lib/active_record/jdbc/import/version.rb
189
+ - lib/activerecord-jdbc-import.rb
189
190
  - spec/import_spec.rb
190
191
  - spec/spec_helper.rb
191
192
  homepage: https://github.com/mrcsparker/activerecord-jdbc-import