any 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Changelog.markdown +8 -0
  2. data/Readme.markdown +1 -1
  3. metadata +24 -11
@@ -0,0 +1,8 @@
1
+ 0.0.2 (Jun 15, 2010)
2
+
3
+ * Fix ActiveRecord dependency
4
+
5
+
6
+ 0.0.1 (Jun 15, 2010)
7
+
8
+ * Initial release
@@ -2,7 +2,7 @@
2
2
 
3
3
  Any provides a super easy way to get any model instance from an Active Record model. This is really handy when testing or populating your database with dummy data.
4
4
 
5
- ## Useage
5
+ ## Usage
6
6
 
7
7
  Say you have a model named `Post`. All you have to do is:
8
8
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: any
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sam Soffes
@@ -15,10 +15,24 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-15 00:00:00 -05:00
18
+ date: 2010-06-16 00:00:00 -05:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: activerecord
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 7
30
+ segments:
31
+ - 3
32
+ - 0
33
+ version: "3.0"
34
+ type: :runtime
35
+ version_requirements: *id001
22
36
  description: Super easy way to get any model instance from an Active Record model.
23
37
  email: sam@samsoff.es
24
38
  executables: []
@@ -29,6 +43,7 @@ extra_rdoc_files: []
29
43
 
30
44
  files:
31
45
  - lib/any.rb
46
+ - Changelog.markdown
32
47
  - Rakefile
33
48
  - Readme.markdown
34
49
  - init.rb
@@ -55,12 +70,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
70
  requirements:
56
71
  - - ">="
57
72
  - !ruby/object:Gem::Version
58
- hash: 19
73
+ hash: 3
59
74
  segments:
60
- - 1
61
- - 3
62
- - 4
63
- version: 1.3.4
75
+ - 0
76
+ version: "0"
64
77
  requirements: []
65
78
 
66
79
  rubyforge_project: