seamusabshere-data_miner 0.1.5 → 0.1.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
data/data_miner.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{data_miner}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Seamus Abshere", "Andy Rossmeissl"]
12
- s.date = %q{2009-08-28}
12
+ s.date = %q{2009-09-02}
13
13
  s.description = %q{Mine remote data into your ActiveRecord models. You can also perform associations and convert units.}
14
14
  s.email = %q{seamus@abshere.net}
15
15
  s.extra_rdoc_files = [
@@ -6,7 +6,7 @@ module DataMiner
6
6
 
7
7
  module ClassMethods
8
8
  def mine_data(options = {}, &block)
9
- if defined?(:NO_DATA_MINER) and ::NO_DATA_MINER == true
9
+ if defined?(NO_DATA_MINER) and NO_DATA_MINER == true
10
10
  class_eval do
11
11
  class << self
12
12
  def data_mine
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamusabshere-data_miner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seamus Abshere
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-08-28 00:00:00 -07:00
13
+ date: 2009-09-02 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -97,6 +97,7 @@ files:
97
97
  - test/test_helper.rb
98
98
  has_rdoc: false
99
99
  homepage: http://github.com/seamusabshere/data_miner
100
+ licenses:
100
101
  post_install_message:
101
102
  rdoc_options:
102
103
  - --charset=UTF-8
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
120
  requirements: []
120
121
 
121
122
  rubyforge_project:
122
- rubygems_version: 1.2.0
123
+ rubygems_version: 1.3.5
123
124
  signing_key:
124
125
  specification_version: 3
125
126
  summary: Mine remote data into your ActiveRecord models.