immigrant 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -0
  2. data/test/helper.rb +2 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -1,4 +1,5 @@
1
1
  = Immigrant
2
+ {<img src="https://secure.travis-ci.org/jenseng/immigrant.png?rvm=1.9.3" />}[http://travis-ci.org/jenseng/immigrant]
2
3
 
3
4
  Immigrant gives {Foreigner}[https://github.com/matthuhiggins/foreigner] a
4
5
  migration generator so you can effortlessly add missing foreign keys. This is
data/test/helper.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'rubygems'
1
2
  require 'bundler/setup'
2
3
  Bundler.require(:default)
3
4
 
@@ -17,4 +18,4 @@ module TestMethods
17
18
  def foreign_key_definition(*args)
18
19
  Foreigner::ConnectionAdapters::ForeignKeyDefinition.new(*args)
19
20
  end
20
- end
21
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immigrant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jon Jensen