brendan-entrails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,13 @@
1
+ === 1.0.2 / 2008-06-20
2
+
3
+ * Fixed the bug. Now its usable. I need to document though. This really should be version 0.x.x Oh well!
4
+
5
+ === 1.0.1 / 2008-06-20
6
+
7
+ * 1 major enhancement
8
+
9
+ * Actually added a bug. Also got gemspec to be correct.
10
+
1
11
  === 1.0.0 / 2008-06-20
2
12
 
3
13
  * 1 major enhancement
data/README.txt CHANGED
@@ -9,7 +9,7 @@ since I implimented them.
9
9
 
10
10
  The real action is happening in the following two files at the moment:
11
11
  http://github.com/brendan/entrails/tree/master/lib/entrails/active_record/better_conditions.rb
12
- http://github.com/brendan/entrails/tree/master/lib/entrails/active_record/find_by_association.rb= entrails
12
+ http://github.com/brendan/entrails/tree/master/lib/entrails/active_record/find_by_association.rb
13
13
 
14
14
  == FEATURES/PROBLEMS:
15
15
 
data/entrails.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{entrails}
3
- s.version = "1.0.1"
3
+ s.version = "1.0.2"
4
4
 
5
5
  s.specification_version = 2 if s.respond_to? :specification_version=
6
6
 
data/lib/entrails.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Entrails
2
- VERSION='1.0.1'
2
+ VERSION='1.0.2'
3
3
  AUTHORS=["Brendan Baldwin"]
4
4
  EMAIL=["brendan@usergenic.com"]
5
5
  DESCRIPTION=%q{This is a collection of extensions to Rails internals that I've found to be absolutely indispensible since I implimented them. The real action is happening in the following two files at the moment: http://github.com/brendan/entrails/tree/master/lib/entrails/active_record/better_conditions.rb http://github.com/brendan/entrails/tree/master/lib/entrails/active_record/find_by_association.rb}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brendan-entrails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Baldwin