hobo_fields 1.3.0.pre13 → 1.3.0.pre14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -1
  2. data/VERSION +1 -1
  3. metadata +7 -7
data/Rakefile CHANGED
@@ -1,5 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'active_record'
3
+ require 'tmpdir'
4
+
3
5
  ActiveRecord::ActiveRecordError # hack for https://rails.lighthouseapp.com/projects/8994/tickets/2577-when-using-activerecordassociations-outside-of-rails-a-nameerror-is-thrown
4
6
 
5
7
  RUBY = File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name']).sub(/.*\s.*/m, '"\&"')
@@ -11,7 +13,7 @@ require 'hobo_support'
11
13
  require 'hobo_fields'
12
14
 
13
15
  GEM_ROOT = File.expand_path('../', __FILE__)
14
- TESTAPP_PATH = '/tmp/hobo_fields_testapp'
16
+ TESTAPP_PATH = File.join Dir.tmpdir, 'hobo_fields_testapp'
15
17
  BIN = File.expand_path('../bin/hobofields', __FILE__)
16
18
  require 'hobo_support/common_tasks'
17
19
  include HoboSupport::CommonTasks
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0.pre13
1
+ 1.3.0.pre14
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_fields
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1637175964
4
+ hash: -1637175963
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 0
10
- - pre13
11
- version: 1.3.0.pre13
10
+ - pre14
11
+ version: 1.3.0.pre14
12
12
  platform: ruby
13
13
  authors:
14
14
  - Tom Locke
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-20 00:00:00 -04:00
19
+ date: 2010-10-27 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -43,13 +43,13 @@ dependencies:
43
43
  requirements:
44
44
  - - "="
45
45
  - !ruby/object:Gem::Version
46
- hash: -1637175964
46
+ hash: -1637175963
47
47
  segments:
48
48
  - 1
49
49
  - 3
50
50
  - 0
51
- - pre13
52
- version: 1.3.0.pre13
51
+ - pre14
52
+ version: 1.3.0.pre14
53
53
  type: :runtime
54
54
  version_requirements: *id002
55
55
  - !ruby/object:Gem::Dependency