carter 0.7.0 → 0.7.1

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,3 +1,13 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+
1
11
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
12
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'app'))
3
13
  $LOAD_PATH.unshift(File.dirname(__FILE__))
@@ -73,7 +73,7 @@ def load_schema
73
73
  t.timestamps
74
74
  end
75
75
  end
76
- require 'rails/init'
76
+
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Louis Gillies