jeremyf-harvixture 0.8.0 → 0.8.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.
data/bin/harvixture CHANGED
@@ -2,8 +2,13 @@
2
2
 
3
3
  require 'date'
4
4
  require 'rubygems'
5
- require 'harvixture'
6
- gem 'harvixture'
5
+
6
+ begin
7
+ gem 'harvixture'
8
+ rescue
9
+ gem 'jeremyf-harvixture'
10
+ end
11
+
7
12
  require 'harvixture/command'
8
13
  gem 'main'
9
14
  require 'main'
data/lib/harvixture.rb CHANGED
@@ -2,12 +2,10 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Harvixture
5
-
6
5
  end
7
- require 'rubygems'
8
6
  require 'activerecord'
7
+ require 'harvixture/preparer'
9
8
  require 'harvixture/config'
10
9
  require 'harvixture/active_record_extension'
11
10
  require 'harvixture/command'
12
11
  require 'harvixture/model'
13
- require 'harvixture/preparer'
@@ -1,4 +1,6 @@
1
1
  require 'open-uri'
2
+ require 'harvixture/preparer'
3
+ require 'harvixture/config'
2
4
  module Harvixture
3
5
  module Command
4
6
  class << self
@@ -1,3 +1,4 @@
1
+ require 'yaml'
1
2
  module Harvixture
2
3
  class Config
3
4
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyf-harvixture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Friesen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-28 00:00:00 -07:00
12
+ date: 2008-09-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements: []
84
84
 
85
85
  rubyforge_project:
86
- rubygems_version: 1.0.1
86
+ rubygems_version: 1.2.0
87
87
  signing_key:
88
88
  specification_version: 2
89
89
  summary: A tool for harvesting fixtures from production data