modlr 0.0.1 → 0.0.2.a

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/README.textile ADDED
File without changes
data/lib/modlr.rb CHANGED
@@ -1,3 +1,9 @@
1
1
  module Modlr
2
- # Your code goes here...
2
+ def self.included(base)
3
+ base.extend nil
4
+ end
3
5
  end
6
+
7
+ class ActiveRecord::Base
8
+ include Modlr
9
+ end
data/lib/modlr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Modlr
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2.a"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modlr
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.0.1
4
+ prerelease: 6
5
+ version: 0.0.2.a
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nick Radford
@@ -26,6 +26,7 @@ extra_rdoc_files: []
26
26
  files:
27
27
  - .gitignore
28
28
  - Gemfile
29
+ - README.textile
29
30
  - Rakefile
30
31
  - lib/modlr.rb
31
32
  - lib/modlr/version.rb
@@ -48,9 +49,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
49
50
  none: false
50
51
  requirements:
51
- - - ">="
52
+ - - ">"
52
53
  - !ruby/object:Gem::Version
53
- version: "0"
54
+ version: 1.3.1
54
55
  requirements: []
55
56
 
56
57
  rubyforge_project: modlr